Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DAppsFilterBase.java284 final int existingAppId = existingSetting.getAppId(); in getVisibilityAllowList() local
285 if (existingAppId < Process.FIRST_APPLICATION_UID) { in getVisibilityAllowList()
288 final int loc = Arrays.binarySearch(appIds, 0, allowListSize, existingAppId); in getVisibilityAllowList()
292 final int existingUid = UserHandle.getUid(userId, existingAppId); in getVisibilityAllowList()
300 appIds[insert] = existingAppId; in getVisibilityAllowList()