Searched refs:getCurrentConfigIndex (Results 1 – 4 of 4) sorted by relevance
105 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()
96 when(mCallback.getCurrentConfigIndex()).thenReturn(1); in onBindDialogView_checkRadioButtonsSelection()
74 final int currentIndex = mCallback.getCurrentConfigIndex(); in onBindDialogView()163 int getCurrentConfigIndex(); in getCurrentConfigIndex() method
79 getCurrentConfigIndex()); in getSummary()99 public int getCurrentConfigIndex() { in getCurrentConfigIndex() method in AbstractBluetoothDialogPreferenceController