Home
last modified time | relevance | path

Searched refs:bindServiceAsUser (Results 1 – 4 of 4) sorted by relevance

/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DReflectionUtilities.java74 public static boolean bindServiceAsUser( in bindServiceAsUser() method in ReflectionUtilities
DAbstractProfileBinder.java72 ReflectionUtilities.bindServiceAsUser(context, bindIntent, connection, otherUserHandle); in tryBind()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java178 public void bindServiceAsUser() throws Exception { in bindServiceAsUser() method in ShadowContextImplTest
184 context.bindServiceAsUser( in bindServiceAsUser()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java293 protected boolean bindServiceAsUser( in bindServiceAsUser() method in ShadowContextImpl