Searched refs:existingAppId (Results 1 – 1 of 1) sorted by relevance
284 final int existingAppId = existingSetting.getAppId(); in getVisibilityAllowList() local285 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()