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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ExportDialog.java 165 activity.startService(processIntent);
  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 277 startService(new Intent(this, StkAppService.class).putExtras(args));
StkInputActivity.java 275 mContext.startService(new Intent(mContext, StkAppService.class)
StkMenuActivity.java 500 mContext.startService(new Intent(mContext, StkAppService.class)
  /packages/providers/TvProvider/tests/src/com/android/providers/tv/
EpgDataCleanupServiceTests.java 79 startService(new Intent(getContext(), EpgDataCleanupService.class));
  /prebuilts/misc/common/android-support-test/rules/
rules_release_no_deps.jar 
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
WifiScanningServiceTest.java 349 mWifiScanningServiceImpl.startService();
411 public void startService() throws Exception {
412 mWifiScanningServiceImpl.startService();
426 mWifiScanningServiceImpl.startService();
455 mWifiScanningServiceImpl.startService();
493 mWifiScanningServiceImpl.startService();
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 674 public void startService(
688 mService.startService(intent);
747 mService.startService(intent);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 53 SLOT(startService()));
352 startService();
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 244 startService(new Intent(Controller.this, RemoteService.class));
250 // Cancel a previous call to startService(). Note that the
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 178 public ComponentName startService(Intent intent) {
255 * Consumes the most recent {@code Intent} started by {@link #startService(android.content.Intent)} and returns it.
269 * Returns the most recent {@code Intent} started by {@link #startService(android.content.Intent)} without
284 * Clears all {@code Intent} started by {@link #startService(android.content.Intent)}
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMediaFacade.java 434 mContext.startService(startIntent);
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 219 if (mContext.startService(intent) == null) {
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 405 startService(new Intent(this, SchedulerService.class));
  /frameworks/support/compat/java/android/support/v4/app/
JobIntentService.java 45 * {@link android.content.Context#startService Context.startService}.
181 if (mContext.startService(intent) != null) {
624 // someone has already called startService with a new Intent that will be
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 352 ContactSaveService.startService(this, intent);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupNameEditDialogFragment.java 256 ContactSaveService.startService(getActivity(), serviceIntent);
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionServiceSystemTest.java 312 this.startService(intent);
  /packages/apps/Settings/src/com/android/settings/
TetherService.java 310 context.startService(intent);
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java     [all...]
  /frameworks/base/core/java/android/content/
ContextWrapper.java 649 public ComponentName startService(Intent service) {
650 return mBase.startService(service);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
RttService.java 218 public void startService() {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 107 startService(startIntent);
136 startService(stopIntent);
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 448 public ComponentName startService(Intent service) {
449 AsyncQueryServiceTest.this.startService(service);
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 292 startService(intent);
733 context.startService(new Intent(context,
    [all...]

Completed in 1427 milliseconds

1 2 3 4 5 6 7 8 91011>>