Home
last modified time | relevance | path

Searched defs:bindIsolatedService (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java85 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in IsolatedContext
/aosp12/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java631 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in MockContext
/aosp12/frameworks/base/core/java/android/content/
H A DContextWrapper.java820 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in ContextWrapper
H A DContext.java3459 public boolean bindIsolatedService(@RequiresPermission @NonNull Intent service, in bindIsolatedService() method in Context
/aosp12/frameworks/base/core/java/android/app/
H A DContextImpl.java179 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in ReceiverRestrictedContext
1923 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in ContextImpl
H A DIActivityManager.aidl171 int bindIsolatedService(in IApplicationThread caller, in IBinder token, in Intent service, in bindIsolatedService() method
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1280 public boolean bindIsolatedService(Intent arg0, in bindIsolatedService() method in BridgeContext
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java12006 public int bindIsolatedService(IApplicationThread caller, IBinder token, Intent service, in bindIsolatedService() method in ActivityManagerService