Searched refs:startService (Results 1 - 25 of 51) sorted by relevance

123

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNightDisplayServiceTest.java111 startService();
120 startService();
129 startService();
138 startService();
147 startService();
156 startService();
165 startService();
174 startService();
183 startService();
192 startService();
940 private void startService() { method in class:NightDisplayServiceTest
[all...]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistProxyActivity.java31 startService(intent);
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java510 Installer installer = mSystemServiceManager.startService(Installer.class);
516 mSystemServiceManager.startService(DeviceIdentifiersPolicyService.class);
521 mActivityManagerService = mSystemServiceManager.startService(
532 mPowerManagerService = mSystemServiceManager.startService(PowerManagerService.class);
544 mSystemServiceManager.startService(RecoverySystemService.class);
555 mSystemServiceManager.startService(LightsService.class);
561 mDisplayManagerService = mSystemServiceManager.startService(DisplayManagerService.class);
613 mSystemServiceManager.startService(UserManagerService.LifeCycle.class);
632 mSystemServiceManager.startService(new OverlayManagerService(mSystemContext, installer));
654 mSystemServiceManager.startService(DropBoxManagerServic
[all...]
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
H A DIUceService.aidl41 boolean startService(IUceListener uceListener);
H A DUceServiceBase.java39 public boolean startService(IUceListener uceListener) { method in class:UceServiceBase.UceServiceBinder
/frameworks/support/lifecycle/extensions/src/androidTest/java/android/arch/lifecycle/
H A DServiceLifecycleTest.java94 context.startService(mServiceIntent);
111 context.startService(mServiceIntent);
133 context.startService(mServiceIntent);
160 context.startService(mServiceIntent);
183 context.startService(mServiceIntent);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java201 getContext().startService(new Intent(service).putExtras(bundle));
205 getContext().startService(new Intent(service).putExtras(bundle));
225 getContext().startService(service);
240 getContext().startService(service);
275 getContext().startService(service);
305 getContext().startService(service);
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
H A DServicesTests.java50 getInstrumentation().getContext().startService(new Intent(SERVICE_BASE_ACTION + i));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningService.java53 mImpl.startService();
/frameworks/support/core-utils/java/android/support/v4/content/
H A DWakefulBroadcastReceiver.java42 * {@link android.content.Context#startService startService()}, except that
77 * Do a {@link android.content.Context#startService(android.content.Intent)
78 * Context.startService}, but holding a wake lock while the service starts.
87 * {@link android.content.Context#startService(android.content.Intent)
88 * Context.startService}.
99 ComponentName comp = context.startService(intent);
/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java58 public SystemService startService(String className) { method in class:SystemServiceManager
70 return startService(serviceClass);
82 public <T extends SystemService> T startService(Class<T> serviceClass) { method in class:SystemServiceManager
111 startService(service);
118 public void startService(@NonNull final SystemService service) { method in class:SystemServiceManager
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java61 context.startService(serviceIntent);
/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java55 * test methods calls {@link #startService} or {@link #bindService}. This gives you an
60 * When one of your test methods calls {@link #startService ServiceTestCase.startService()}
63 * {@link android.app.Service#startService(Intent) Service.startService(Intent)} or
89 * startService() or bindService(). The test framework provides a
127 * a test calls {@link #startService} or {@link #bindService}.
151 * (Context, Application) to it. This is called automatically by {@link #startService} or
183 * {@link android.content.Context#startService(Intent) Context.startService(Inten
191 protected void startService(Intent intent) { method in class:ServiceTestCase
[all...]
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DServiceIntentSender.java74 mContext.startService(intent);
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java111 ComponentName cn = getContext().startService(mServceIntent);
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java54 startService(new Intent(FakeApp.this, FakeBackgroundService.class));
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
H A DRedirectListener.java64 public void startService() throws IOException { method in class:RedirectListener
/frameworks/base/tests/AmSlam/src/test/amslam/
H A DMainActivity.java175 sAppContext.startService(intent);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerService.java80 startService(onCreateServiceIntent());
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DLocalServiceBroadcaster.java100 startService(new Intent(LocalServiceBroadcaster.this, LocalService.class));
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DLocalServiceBroadcaster.java100 startService(new Intent(LocalServiceBroadcaster.this, LocalService.class));
/frameworks/base/packages/ExtServices/tests/src/android/ext/services/storage/
H A DCacheQuotaServiceImplTest.java70 startService(intent);
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DIntentFilterVerificationReceiver.java139 context.startService(serviceIntent);
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
H A DMainActivity.java75 startService(startServiceIntent);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java96 startService(new Intent(TrackerActivity.this,

Completed in 931 milliseconds

123