Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/
DCloseShadeRightAfterClickTestB339290820.kt174 override fun bindServiceAsUser( in bindServiceAsUser() method in ContextWrapperDelayedBind
184 override fun bindServiceAsUser( in bindServiceAsUser() method in ContextWrapperDelayedBind
194 override fun bindServiceAsUser( in bindServiceAsUser() method in ContextWrapperDelayedBind
205 override fun bindServiceAsUser( in bindServiceAsUser() method in ContextWrapperDelayedBind
/frameworks/base/tests/testables/src/android/testing/
DTestableContext.java296 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in TestableContext
307 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in TestableContext
/frameworks/base/core/java/android/content/
DContextWrapper.java920 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextWrapper
927 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, in bindServiceAsUser() method in ContextWrapper
934 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextWrapper
941 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, in bindServiceAsUser() method in ContextWrapper
DContext.java4123 public boolean bindServiceAsUser( in bindServiceAsUser() method in Context
4139 public boolean bindServiceAsUser( in bindServiceAsUser() method in Context
4156 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in Context
4172 public boolean bindServiceAsUser(@NonNull Intent service, @NonNull ServiceConnection conn, in bindServiceAsUser() method in Context
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3600 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in AccountManagerServiceTest.MyMockContext
3606 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, in bindServiceAsUser() method in AccountManagerServiceTest.MyMockContext
/frameworks/base/core/java/android/app/
DContextImpl.java2141 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextImpl
2148 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, in bindServiceAsUser() method in ContextImpl
2156 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextImpl
2166 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, in bindServiceAsUser() method in ContextImpl
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java261 public boolean bindServiceAsUser( in bindServiceAsUser() method in ContextFixture.FakeContext
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java669 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in MockContext