Searched refs:sharedUserIds (Results 1 – 1 of 1) sorted by relevance
5521 final SparseArray<String> sharedUserIds = new SparseArray<>(); in getAppsWithSharedUserIds() local5523 sharedUserIds.put(UserHandle.getAppId(setting.mAppId), setting.name); in getAppsWithSharedUserIds()5525 return sharedUserIds; in getAppsWithSharedUserIds()