Home
last modified time | relevance | path

Searched refs:ACCOUNT_SERVICE (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowServiceManager.java83 Context.ACCOUNT_SERVICE, in map.put() argument
DShadowAccountManager.java67 return (AccountManager) context.getSystemService(Context.ACCOUNT_SERVICE); in get()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccountManagerTest.java647 ApplicationProvider.getApplicationContext().getSystemService(Context.ACCOUNT_SERVICE); in testGetAsSystemService()