Home
last modified time | relevance | path

Searched refs:bindIsolatedService (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java85 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in IsolatedContext
/frameworks/base/core/java/android/content/
DContextWrapper.java715 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in ContextWrapper
717 return mBase.bindIsolatedService(service, flags, instanceName, executor, conn); in bindIsolatedService()
DContext.java3044 public boolean bindIsolatedService(@RequiresPermission @NonNull Intent service, in bindIsolatedService() method in Context
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java586 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in MockContext
/frameworks/base/core/java/android/app/
DIActivityManager.aidl154 int bindIsolatedService(in IApplicationThread caller, in IBinder token, in Intent service, in bindIsolatedService() method
DContextImpl.java155 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in ReceiverRestrictedContext
1662 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in ContextImpl
1735 int res = ActivityManager.getService().bindIsolatedService( in bindServiceCommon()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1221 public boolean bindIsolatedService(Intent arg0, in bindIsolatedService() method in BridgeContext
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java14037 return bindIsolatedService(caller, token, service, resolvedType, connection, flags, in bindService()
14041 public int bindIsolatedService(IApplicationThread caller, IBinder token, Intent service, in bindIsolatedService() method in ActivityManagerService
/frameworks/base/services/
Dart-profile2773 HSPLcom/android/server/am/ActivityManagerService;->bindIsolatedService(Landroid/app/IApplicationThr…