Home
last modified time | relevance | path

Searched defs:contextAsUser (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DLauncherAppsTest.java96 Context contextAsUser = mContext.createContextAsUser(otherProfileUserHandle, /* flags */ 0); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull() local
112 Context contextAsUser = mContext.createContextAsUser(otherProfileUserHandle, /* flags */ 0); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull() local
126 Context contextAsUser) { in getShortcuts()
/cts/hostsidetests/packagemanager/packagesetting/app/src/com/android/tests/packagesetting/app/
DPackageSettingDeviceTest.java55 final Context contextAsUser = context.createContextAsUser(UserHandle.of(userId), 0); in testFirstInstallTimeMatchesExpected() local