Searched refs:findInArray (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/src/com/android/settings/users/ |
D | AppRestrictionsFragment.java | 544 String readable = findInArray(entry.getChoiceEntries(), in onPreferenceChange() 690 p.setSummary(findInArray(entry.getChoiceEntries(), entry.getChoiceValues(), in onRestrictionsReceived() 771 private String findInArray(String[] choiceEntries, String[] choiceValues, in findInArray() method in AppRestrictionsFragment
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/ |
D | AppRestrictionsFragment.java | 544 String readable = findInArray(entry.getChoiceEntries(), in onPreferenceChange() 690 p.setSummary(findInArray(entry.getChoiceEntries(), entry.getChoiceValues(), in onRestrictionsReceived() 771 private String findInArray(String[] choiceEntries, String[] choiceValues, in findInArray() method in AppRestrictionsFragment
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
D | AppRestrictionsFragment.java | 633 String readable = findInArray(entry.getChoiceEntries(), in onPreferenceChange() 740 p.setSummary(findInArray(entry.getChoiceEntries(), entry.getChoiceValues(), in onRestrictionsReceived() 824 private String findInArray(String[] choiceEntries, String[] choiceValues, in findInArray() method in AppRestrictionsFragment
|