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.java277 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in TestableContext
288 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in TestableContext
/frameworks/base/core/java/android/content/
DContextWrapper.java870 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextWrapper
877 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextWrapper
DContext.java3704 public boolean bindServiceAsUser( in bindServiceAsUser() method in Context
3722 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in Context
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java653 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in MockContext
/frameworks/base/core/java/android/app/
DContextImpl.java1972 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in ContextImpl
1979 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.java3473 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser() method in AccountManagerServiceTest.MyMockContext