Home
last modified time | relevance | path

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

/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.java773 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextWrapper
780 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextWrapper
DContext.java3287 public boolean bindServiceAsUser( in bindServiceAsUser() method in Context
3301 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in Context
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java626 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in MockContext
/frameworks/base/core/java/android/app/
DContextImpl.java1771 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextImpl
1778 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.java3222 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in AccountManagerServiceTest.MyMockContext