Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DLauncherAppsTest.java94 UserHandle otherProfileUserHandle = in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull() local
96 Context contextAsUser = mContext.createContextAsUser(otherProfileUserHandle, /* flags */ 0); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull()
97 List<ShortcutInfo> shortcuts = getShortcuts(otherProfileUserHandle, contextAsUser); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull()
110 UserHandle otherProfileUserHandle = in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull() local
112 Context contextAsUser = mContext.createContextAsUser(otherProfileUserHandle, /* flags */ 0); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull()
113 List<ShortcutInfo> shortcuts = getShortcuts(otherProfileUserHandle, contextAsUser); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull()
125 private List<ShortcutInfo> getShortcuts(UserHandle otherProfileUserHandle, in getShortcuts() argument
131 .getShortcuts(query, otherProfileUserHandle); in getShortcuts()