Searched refs:otherProfileUserHandle (Results 1 – 1 of 1) sorted by relevance
94 UserHandle otherProfileUserHandle = in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull() local96 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() local112 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() argument131 .getShortcuts(query, otherProfileUserHandle); in getShortcuts()