Home
last modified time | relevance | path

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

/aosp12/frameworks/base/test-mock/api/
H A Dlint-baseline.txt24 MissingNullability: android.test.mock.MockContext#bindIsolatedService(android.content.Intent, int, …
25 Missing nullability on parameter `service` in method `bindIsolatedService`
26 MissingNullability: android.test.mock.MockContext#bindIsolatedService(android.content.Intent, int, …
27 Missing nullability on parameter `instanceName` in method `bindIsolatedService`
28 MissingNullability: android.test.mock.MockContext#bindIsolatedService(android.content.Intent, int, …
29 Missing nullability on parameter `executor` in method `bindIsolatedService`
30 MissingNullability: android.test.mock.MockContext#bindIsolatedService(android.content.Intent, int, …
31 Missing nullability on parameter `conn` in method `bindIsolatedService`
/aosp12/frameworks/base/test-runner/api/
H A Dlint-baseline.txt48 MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, S…
49 Missing nullability on parameter `service` in method `bindIsolatedService`
50 MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, S…
51 Missing nullability on parameter `instanceName` in method `bindIsolatedService`
52 MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, S…
53 Missing nullability on parameter `executor` in method `bindIsolatedService`
54 MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, S…
55 Missing nullability on parameter `conn` in method `bindIsolatedService`
/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/core/java/android/content/
H A DContextWrapper.java820 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in ContextWrapper
822 return mBase.bindIsolatedService(service, flags, instanceName, executor, conn); in bindIsolatedService()
H A DContext.java3459 public boolean bindIsolatedService(@RequiresPermission @NonNull Intent service, in bindIsolatedService() method in Context
/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/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java839 return mContext.bindIsolatedService( in bindService()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerTest.java694 mContext.bindIsolatedService(intent, Context.BIND_AUTO_CREATE, in createIsolatedProcess()
/aosp12/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl171 int bindIsolatedService(in IApplicationThread caller, in IBinder token, in Intent service, in bindIsolatedService() method
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
1995 int res = ActivityManager.getService().bindIsolatedService( in bindServiceCommon()
/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.java12002 return bindIsolatedService(caller, token, service, resolvedType, connection, flags, in bindService()
12006 public int bindIsolatedService(IApplicationThread caller, IBinder token, Intent service, in bindIsolatedService() method in ActivityManagerService
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt1403 HSPLandroid/app/ContextImpl;->bindIsolatedService(Landroid/content/Intent;ILjava/lang/String;Ljava/…
1815 HSPLandroid/app/IActivityManager$Stub$Proxy;->bindIsolatedService(Landroid/app/IApplicationThread;L…
4023 HSPLandroid/content/ContextWrapper;->bindIsolatedService(Landroid/content/Intent;ILjava/lang/String…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt1403 HSPLandroid/app/ContextImpl;->bindIsolatedService(Landroid/content/Intent;ILjava/lang/String;Ljava/…
1815 HSPLandroid/app/IActivityManager$Stub$Proxy;->bindIsolatedService(Landroid/app/IApplicationThread;L…
4021 HSPLandroid/content/ContextWrapper;->bindIsolatedService(Landroid/content/Intent;ILjava/lang/String…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt10469 …method public boolean bindIsolatedService(@NonNull @RequiresPermission android.content.Intent, int…
/aosp12/frameworks/base/services/
H A Dart-profile6411 HSPLcom/android/server/am/ActivityManagerService;->bindIsolatedService(Landroid/app/IApplicationThr…