Home
last modified time | relevance | path

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

/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DRobolectricTestUtilities.java73 private final ShadowContextImpl shadowContext; field in RobolectricTestUtilities
102 shadowContext = Shadow.extract(context.getBaseContext()); in RobolectricTestUtilities()
222 shadowContext.setUserId(PERSONAL_PROFILE_USER_ID); in setRunningOnPersonalProfile()
234 shadowContext.setUserId(WORK_PROFILE_USER_ID); in setRunningOnWorkProfile()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java299 ShadowContextImpl shadowContext = Shadow.extract(realApplication.getBaseContext()); in setSystemService() local
300 shadowContext.setSystemService(key, service); in setSystemService()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java37 private final ShadowContextImpl shadowContext = Shadow.extract(context.getBaseContext()); field in ShadowContextImplTest
108 shadowContext.removeSystemService(Context.WALLPAPER_SERVICE); in removeSystemService_getSystemServiceReturnsNull()