Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DFrameworkShadowContextImpl.java30 public boolean bindServiceAsUser( in bindServiceAsUser() method in FrameworkShadowContextImpl
/frameworks/base/tests/testables/src/android/testing/
DTestableContext.java243 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in TestableContext
254 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in TestableContext
/frameworks/base/core/java/android/content/
DContextWrapper.java703 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextWrapper
710 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextWrapper
DContext.java2913 public boolean bindServiceAsUser(@RequiresPermission Intent service, ServiceConnection conn, in bindServiceAsUser() method in Context
2925 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in Context
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java581 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in MockContext
/frameworks/base/core/java/android/app/
DContextImpl.java1617 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextImpl
1624 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextImpl
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3195 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in AccountManagerServiceTest.MyMockContext