Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java701 SparseArray<List<String>> aliasesByProfileId = new SparseArray< in doInBackground() local
721 aliasesByProfileId.put(profileId, aliases); in doInBackground()
726 List<String> aliases = aliasesByProfileId.get(profileId); in doInBackground()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTrustedCredentialsSettings.java701 SparseArray<List<String>> aliasesByProfileId = new SparseArray< in doInBackground() local
721 aliasesByProfileId.put(profileId, aliases); in doInBackground()
726 List<String> aliases = aliasesByProfileId.get(profileId); in doInBackground()