Searched refs:contextAsUser (Results 1 – 1 of 1) sorted by relevance
96 Context contextAsUser = mContext.createContextAsUser(otherProfileUserHandle, /* flags */ 0); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull() local97 List<ShortcutInfo> shortcuts = getShortcuts(otherProfileUserHandle, contextAsUser); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull()98 LauncherApps launcherApps = contextAsUser.getSystemService(LauncherApps.class); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull()112 Context contextAsUser = mContext.createContextAsUser(otherProfileUserHandle, /* flags */ 0); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull() local113 List<ShortcutInfo> shortcuts = getShortcuts(otherProfileUserHandle, contextAsUser); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull()114 LauncherApps launcherApps = contextAsUser.getSystemService(LauncherApps.class); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull()126 Context contextAsUser) { in getShortcuts() argument130 return contextAsUser.getSystemService(LauncherApps.class) in getShortcuts()