HomeSort by relevance Sort by last modified time
    Searched refs:startService (Results 76 - 100 of 353) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastServiceTestCase.java 61 public ComponentName startService(Intent service) {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DirectoryContactUtil.java 56 context.startService(serviceIntent);
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogNotificationsService.java 93 context.startService(serviceIntent);
100 context.startService(serviceIntent);
108 context.startService(serviceIntent);
129 context.startService(serviceIntent);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java 40 context.startService(intent);
  /packages/apps/Stk/src/com/android/stk/
BootCompletedReceiver.java 46 context.startService(new Intent(context, StkAppService.class)
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 97 getContext().startService(downloadServiceIntent);
  /frameworks/base/services/core/java/com/android/server/
SystemServiceManager.java 58 public SystemService startService(String className) {
70 return startService(serviceClass);
82 public <T extends SystemService> T startService(Class<T> serviceClass) {
86 Trace.traceBegin(Trace.TRACE_TAG_SYSTEM_SERVER, "StartService " + name);
111 startService(service);
118 public void startService(@NonNull final SystemService service) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleScannerHardwareScanFilterActivity.java 67 startService(intent);
79 startService(intent);
BleConnectionPriorityClientBaseActivity.java 165 startService(intent);
175 startService(intent);
185 startService(intent);
197 startService(intent);
  /cts/tests/app/src/android/app/cts/
ServiceTest.java 166 mContext.startService(new Intent(service).putExtras(bundle));
169 mContext.startService(new Intent(service).putExtras(bundle));
261 * In this mode, it's started by calling Context.startService()
265 * no matter how many times startService() was called.
282 mContext.startService(service);
313 mContext.startService(service);
339 mContext.startService(service);
512 mContext.startService(foregroundServiceIntent(command));
633 mContext.startService(new Intent(mExternalService).putExtras(bundle));
640 mContext.startService(new Intent(mLocalService).putExtras(bundle))
    [all...]
  /packages/apps/Car/Stream/src/com/android/car/stream/
PermissionsActivity.java 79 startService(new Intent(this, StreamService.class));
110 startService(new Intent(this, StreamService.class));
StreamApplication.java 40 startService(new Intent(this, StreamService.class));
  /packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/
AnomalyActivity.java 69 startService(intent);
97 startService(intent);
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
FgService.java 40 context.startService(i);
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
MainActivity.java 64 startService(serviceIntent);
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
MainActivity.java 64 startService(serviceIntent);
  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 46 context.startService(new Intent(context, UpdateService.class));
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
MainActivity.java 64 startService(serviceIntent);
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 61 context.startService(serviceIntent);
  /frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
UceServiceBase.java 39 public boolean startService(IUceListener uceListener) {
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 55 * 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(Intent)} wit
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
GroupDeletionDialogFragment.java 69 activity.startService(ContactSaveService.createGroupDeletionIntent(
  /packages/apps/Launcher3/src/com/android/launcher3/util/
TestingUtils.java 31 context.startService(new Intent()
  /packages/apps/TV/src/com/android/tv/receiver/
BootCompletedReceiver.java 66 context.startService(notificationIntent);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ProgressService.java 91 context.startService(progressIntent);

Completed in 1334 milliseconds

1 2 34 5 6 7 8 91011>>