Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DAccountSelectionPreference.java72 PhoneAccountHandle currentSelection, in setModel() argument
95 if (Objects.equals(currentSelection, mAccounts[i])) { in setModel()
/packages/apps/Gallery/src/com/android/camera/
DImageGallery.java236 int currentSelection = mGvs.getCurrentSelection();
237 if (currentSelection < 0
238 || currentSelection >= mAllImages.getCount()) {
241 return mAllImages.getImageAt(currentSelection);