Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/privacy/
H A DRecentlyAccessedByUtils.java60 List<UserHandle> currentUserProfiles = context.getSystemService( in getAppList() local
69 boolean isAppOpByCurrentUser = currentUserProfiles.contains( in getAppList()