Home
last modified time | relevance | path

Searched refs:stopService (Results 1 – 25 of 36) sorted by relevance

12

/packages/services/DeviceAsWebcam/jni/
DDeviceAsWebcamNative.cpp83 kJavaMethods.stopService = GetMethodIdOrDie(e, clazz, "stopService", "()V"); in registerJNIMethods()
138 void DeviceAsWebcamNative::stopService(jobject thiz) { in stopService() function in android::webcam::DeviceAsWebcamNative
140 env->CallVoidMethod(thiz, kJavaMethods.stopService); in stopService()
DDeviceAsWebcamNative.h30 jmethodID stopService; member
60 static void stopService(jobject thiz);
DDeviceAsWebcamServiceManager.cpp139 void DeviceAsWebcamServiceManager::stopService() { in stopService() function in android::webcam::DeviceAsWebcamServiceManager
154 mJniThread = DeviceAsWebcamNative::createJniAttachedThread(&DeviceAsWebcamNative::stopService, in stopService()
DDeviceAsWebcamServiceManager.h54 void stopService();
DUVCProvider.cpp800 stopService(); in processUVCEvent()
895 stopService(); in processINotifyEvent()
943 void UVCProvider::stopService() { in stopService() function in android::webcam::UVCProvider
950 DeviceAsWebcamServiceManager::kInstance->stopService(); in stopService()
DUVCProvider.h108 void stopService();
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hotword/
DHotwordServiceManager.java79 stopService();
148 void stopService() { in stopService() method in HotwordServiceManager
192 stopService(); in release()
DHotwordServiceAdapter.java80 mHotwordServiceManagers[index].stopService(); in onsStopService()
/packages/apps/Car/Provision/src/com/android/car/provision/
DUserNoticeUiService.java88 stopService(); in onSetCallbackBinder()
96 private void stopService() { in stopService() method in UserNoticeUiService
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/
DEmergencyActionFragment.java62 EmergencyActionForegroundService.stopService(context); in onAttach()
155 EmergencyActionForegroundService.stopService(getActivity()); in onSlideComplete()
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/service/
DEmergencyActionForegroundService.java140 public static void stopService(Context context) { in stopService() method in EmergencyActionForegroundService
146 context.stopService(new Intent(context, EmergencyActionForegroundService.class)); in stopService()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bas/
DBatteryServiceTest.java91 stopService(); in tearDown()
101 private void stopService() throws TimeoutException { in stopService() method in BatteryServiceTest
/packages/apps/TV/src/com/android/tv/audiotvservice/
DAudioOnlyTvServiceUtil.java59 context.stopService(getIntent(context)); in stopAudioOnlyInput()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastInternalReceiver.java67 context.stopService(new Intent(context, CellBroadcastAlertAudio.class)); in onReceive()
DCellBroadcastAlertDialog.java1069 stopService(new Intent(this, CellBroadcastAlertAudio.class)); in dismissAllFromNotification()
1091 stopService(new Intent(this, CellBroadcastAlertAudio.class)); in dismiss()
1199 stopService(new Intent(this, CellBroadcastAlertAudio.class)); in onKeyDown()
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/broadcast/
DEmergencyActionBroadcastReceiver.java70 EmergencyActionForegroundService.stopService(context); in onReceive()
/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java186 stopService(service.getPackageName(), service.getClassName()); in updateRunningServices()
400 private void stopService(String pkg, String name) { in stopService() method in ProcessStatsDetail
428 getActivity().stopService(new Intent().setClassName(pkg, name)); in doStopService()
/packages/services/Mtp/src/com/android/mtp/
DMtpReceiver.java68 boolean status = context.stopService(new Intent(context, MtpService.class)); in handleUsbState()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/
DFinalizationActivityBase.java179 getApplicationContext().stopService(PROVISIONING_SERVICE_INTENT); in onDestroy()
/packages/services/Telephony/testapps/SmsManagerTestApp/src/com/android/phone/testapps/smsmanagertestapp/
DSmsManagerTestApp.java103 stopService(new Intent(this, SmsManagerTestService.class)); in onPause()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java155 stopService(); in tearDown()
168 private void stopService() throws TimeoutException { in stopService() method in CsipSetCoordinatorServiceTest
/packages/services/Car/service/src/com/android/car/evs/
DStateMachine.java489 void stopService() { in stopService() method in StateMachine
857 stopService(); in handleTransitionToUnavailableLocked()
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamFgService.java458 private void stopService() { in stopService() method in DeviceAsWebcamFgService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java244 stopService(); in tearDown()
257 private void stopService() throws TimeoutException { in stopService() method in LeAudioBroadcastServiceTest
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java207 stopService(); in tearDown()
218 private void stopService() throws TimeoutException { in stopService() method in HapClientTest

12