Home
last modified time | relevance | path

Searched defs:stopService (Results 1 – 13 of 13) 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.java408 private void stopService() { in stopService() method in RecordingService
412 private void stopService(int userId) { in stopService() method in RecordingService
/frameworks/base/services/core/java/com/android/server/am/
DProcessServiceRecord.java431 boolean stopService(ServiceRecord record) { in stopService() method in ProcessServiceRecord
DActivityManagerService.java13295 public int stopService(IApplicationThread caller, Intent service, in stopService() method in ActivityManagerService
13301 private int stopService(IApplicationThread caller, Intent service, String resolvedType, in stopService() method in ActivityManagerService
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java612 public boolean stopService(Intent service) { in stopService() method in MockContext
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java874 public boolean stopService(Intent service) { in stopService() method in ApplicationContext
DBridgeContext.java1968 public boolean stopService(Intent arg0) { in stopService() method in BridgeContext
/frameworks/base/core/java/android/content/
DContextWrapper.java834 public boolean stopService(Intent name) { in stopService() method in ContextWrapper
DContext.java3717 public abstract boolean stopService(Intent service); in stopService() method in Context
/frameworks/base/core/java/android/app/
DIActivityManager.aidl217 int stopService(in IApplicationThread caller, in Intent service, in stopService() method
DContextImpl.java1910 public boolean stopService(Intent service) { in stopService() method in ContextImpl
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java497 public void stopService(final String serviceName) { in stopService() method in Vpn.Dependencies