Home
last modified time | relevance | path

Searched refs:getCurrentConfigIndex (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceControllerTest.java105 mCurrentConfig = mController.getCurrentConfigIndex(); in setup()
117 mController.onIndexUpdated(mController.getCurrentConfigIndex()); in onIndexUpdated_A2dpNotReady()
141 assertThat(mController.getCurrentConfigIndex()).isEqualTo(mPreference.getDefaultIndex()); in getCurrentConfigIndex_noCodecConfig_returnDefaultIndex()
147 mController.getCurrentConfigIndex(); in getCurrentConfigIndex_returnCurrentIndex()
DBaseBluetoothDialogPreferenceTest.java96 when(mCallback.getCurrentConfigIndex()).thenReturn(1); in onBindDialogView_checkRadioButtonsSelection()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBaseBluetoothDialogPreference.java74 final int currentIndex = mCallback.getCurrentConfigIndex(); in onBindDialogView()
163 int getCurrentConfigIndex(); in getCurrentConfigIndex() method
DAbstractBluetoothDialogPreferenceController.java79 getCurrentConfigIndex()); in getSummary()
99 public int getCurrentConfigIndex() { in getCurrentConfigIndex() method in AbstractBluetoothDialogPreferenceController