Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java122 public @interface AppKey {} annotation in PinnerService
427 private void unpinApp(@AppKey int key) { in unpinApp()
645 private int getUidForKey(@AppKey int key) { in getUidForKey()
660 private @Nullable ApplicationInfo getInfoForKey(@AppKey int key, int userHandle) { in getInfoForKey()
676 private String getNameForKey(@AppKey int key) { in getNameForKey()
750 private int getSizeLimitForKey(@AppKey int key) { in getSizeLimitForKey()
769 private void pinApp(@AppKey int key, @Nullable ApplicationInfo appInfo) { in pinApp()