Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java265 ApplicationInfo info = getInfoForKey(key, currentUser); in update()
634 ApplicationInfo info = getInfoForKey(key, userHandle); in pinApp()
660 private @Nullable ApplicationInfo getInfoForKey(@AppKey int key, int userHandle) { in getInfoForKey() method in PinnerService