Searched refs:SILENT_ITEM_POS (Results 1 – 2 of 2) sorted by relevance
59 static final int SILENT_ITEM_POS = -1; field in RingtonePickerPreferenceController155 int pos = SILENT_ITEM_POS; in populateRingtones()200 mCurrentlySelectedPos = SILENT_ITEM_POS; in initSelection()235 if (mCurrentlySelectedPos == SILENT_ITEM_POS) { in run()269 } else if (mCurrentlySelectedPos == SILENT_ITEM_POS) { in getCurrentlySelectedRingtoneUri()
20 import static com.android.car.settings.sound.RingtonePickerPreferenceController.SILENT_ITEM_POS;191 assertThat(posKey).isEqualTo(SILENT_ITEM_POS); in onStart_showSilent_firstPreferenceIsSilent()