HomeSort by relevance Sort by last modified time
    Searched defs:stopService (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
BTtraffic.java 53 stopService();
126 public void stopService() {
188 bttraffic.stopService();
211 bttraffic.stopService();
276 bttraffic.stopService();
294 bttraffic.stopService();
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
A2dpServiceTest.java 125 stopService();
139 private void stopService() throws TimeoutException {
140 TestUtils.stopService(mServiceRule, A2dpService.class);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityServerBaseActivity.java 102 stopService(new Intent(this, BleConnectionPriorityServerService.class));
BleScannerHardwareScanFilterActivity.java 116 stopService(new Intent(this, BleScannerService.class));
BleScannerPowerLevelActivity.java 130 stopService(new Intent(this, BleScannerService.class));
  /cts/tests/tests/libcorefileio/src/android/cts/
FileChannelInterProcessLockTest.java 63 stopService();
442 stopService();
527 stopService();
533 void stopService() throws Exception {
534 getContext().stopService(new Intent(getContext(), LockHoldingService.class));
    [all...]
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
StreamServiceTest.java 85 @After public void stopService() {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContextWrapper.java 134 public boolean stopService(Intent name) {
135 return getApplicationContext().stopService(name);
ShadowApplication.java 185 public boolean stopService(Intent name) {
292 * Consumes the {@code Intent} requested to stop a service by {@link #stopService(android.content.Intent)}
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextImpl.java 405 public boolean stopService(Intent name) {
406 return ShadowApplication.getInstance().stopService(name);
ShadowApplication.java 190 public boolean stopService(Intent name) {
329 * Consumes the {@code Intent} requested to stop a service by {@link #stopService(android.content.Intent)}
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerActivity.java 101 stopService(new Intent(TrackerActivity.this,
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
TestUtils.java 161 public static <T extends ProfileService> void stopService(ServiceTestRule serviceTestRule,
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MainActivity.java 85 stopService();
142 stopService();
160 private void stopService() {
164 stopService(service);
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 104 // to stopService() won't prevent scheduled jobs to be processed. However, failing
105 // to call stopService() would keep it alive indefinitely.
106 stopService(new Intent(this, MyJobService.class));
  /developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 104 // to stopService() won't prevent scheduled jobs to be processed. However, failing
105 // to call stopService() would keep it alive indefinitely.
106 stopService(new Intent(this, MyJobService.class));
  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
MainActivity.java 104 // to stopService() won't prevent scheduled jobs to be processed. However, failing
105 // to call stopService() would keep it alive indefinitely.
106 stopService(new Intent(this, MyJobService.class));
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockContext.java 319 public boolean stopService(Intent intent) {
  /frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
SvcMonitor.java 33 stopService();
71 private void stopService() {
  /system/netd/server/
MDnsSdListener.cpp 481 if (mMonitor->stopService()) {
571 int MDnsSdListener::Monitor::stopService() {
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 427 stopService(new Intent(this, SchedulerService.class));
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetServiceTest.java 157 TestUtils.stopService(mServiceRule, HeadsetService.class);
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidDeviceTest.java 146 TestUtils.stopService(mServiceRule, HidDeviceService.class);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertDialog.java 421 stopService(new Intent(this, CellBroadcastAlertAudio.class));
507 stopService(new Intent(this, CellBroadcastAlertAudio.class));
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 55 SLOT(stopService()));
    [all...]

Completed in 1328 milliseconds

12 3 4 5