Home
last modified time | relevance | path

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

/aosp14/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`
/aosp14/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`
/aosp14/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java96 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in IsolatedContext
/aosp14/frameworks/base/core/java/android/content/
H A DContextWrapper.java883 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in ContextWrapper
885 return mBase.bindIsolatedService(service, flags, instanceName, executor, conn); in bindIsolatedService()
H A DContext.java3874 public boolean bindIsolatedService(@RequiresPermission @NonNull Intent service, in bindIsolatedService() method in Context
3884 public boolean bindIsolatedService(@RequiresPermission @NonNull Intent service, in bindIsolatedService() method in Context
/aosp14/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java646 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in MockContext
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java801 boolean bindResult = mContext.bindIsolatedService( in bindService()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerTest.java899 mContext.bindIsolatedService(intent, Context.BIND_AUTO_CREATE, in createIsolatedProcess()
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java185 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in ReceiverRestrictedContext
2016 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService() method in ContextImpl
2027 public boolean bindIsolatedService(Intent service, @NonNull BindServiceFlags flags, in bindIsolatedService() method in ContextImpl
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt1435 HSPLandroid/app/ContextImpl;->bindIsolatedService(Landroid/content/Intent;ILjava/lang/String;Ljava/…
3978 HSPLandroid/content/ContextWrapper;->bindIsolatedService(Landroid/content/Intent;ILjava/lang/String…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1435 HSPLandroid/app/ContextImpl;->bindIsolatedService(Landroid/content/Intent;ILjava/lang/String;Ljava/…
3981 HSPLandroid/content/ContextWrapper;->bindIsolatedService(Landroid/content/Intent;ILjava/lang/String…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10189 …method public boolean bindIsolatedService(@NonNull @RequiresPermission android.content.Intent, int…
10190 …method public boolean bindIsolatedService(@NonNull @RequiresPermission android.content.Intent, @No…