Home
last modified time | relevance | path

Searched defs:stopService (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/com/android/ims/internal/uce/uceservice/
DIUceService.aidl50 boolean stopService(); in stopService() method
DUceServiceBase.java44 public boolean stopService() { in stopService() method in UceServiceBase.UceServiceBinder
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java492 private void stopService(@StopReason int stopReason) { in stopService() method in RecordingService
496 private void stopService(int userId, @StopReason int stopReason) { in stopService() method in RecordingService
/frameworks/base/services/core/java/com/android/server/am/
DProcessServiceRecord.java455 boolean stopService(ServiceRecord record) { in stopService() method in ProcessServiceRecord
DProcessStateController.java413 public boolean stopService(@NonNull ProcessServiceRecord psr, ServiceRecord sr) { in stopService() method in ProcessStateController
DActivityManagerService.java13775 public int stopService(IApplicationThread caller, Intent service, in stopService() method in ActivityManagerService
13781 private int stopService(IApplicationThread caller, Intent service, String resolvedType, in stopService() method in ActivityManagerService
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodBaseContext.java545 public boolean stopService(Intent service) { in stopService() method in RavenwoodBaseContext
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java628 public boolean stopService(Intent service) { in stopService() method in MockContext
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java885 public boolean stopService(Intent service) { in stopService() method in ApplicationContext
DBridgeContext.java2004 public boolean stopService(Intent arg0) { in stopService() method in BridgeContext
/frameworks/base/core/java/android/content/
DContextWrapper.java864 public boolean stopService(Intent name) { in stopService() method in ContextWrapper
DContext.java3911 public abstract boolean stopService(Intent service); in stopService() method in Context
/frameworks/base/core/java/android/app/
DIActivityManager.aidl218 int stopService(in IApplicationThread caller, in Intent service, in stopService() method
DContextImpl.java2013 public boolean stopService(Intent service) { in stopService() method in ContextImpl