Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DPinnerService.java118 public @interface AppKey {} annotation in PinnerService
400 private void unpinApp(@AppKey int key) { in unpinApp()
612 private int getUidForKey(@AppKey int key) { in getUidForKey()
627 private @Nullable ApplicationInfo getInfoForKey(@AppKey int key, int userHandle) { in getInfoForKey()
643 private String getNameForKey(@AppKey int key) { in getNameForKey()
659 private int getSizeLimitForKey(@AppKey int key) { in getSizeLimitForKey()
678 private void pinApp(@AppKey int key, @Nullable ApplicationInfo appInfo) { in pinApp()