Searched refs:getDefaultModeIndex (Results 1 – 8 of 8) sorted by relevance
59 public int getDefaultModeIndex() { in getDefaultModeIndex() method in BluetoothSnoopLogPreferenceController98 int index = getDefaultModeIndex(); in updateState()113 ((ListPreference) mPreference).setValue(mListValues[getDefaultModeIndex()]); in onDeveloperOptionsSwitchDisabled()114 ((ListPreference) mPreference).setSummary(mListEntries[getDefaultModeIndex()]); in onDeveloperOptionsSwitchDisabled()
71 public int getDefaultModeIndex() { in getDefaultModeIndex() method in BluetoothSnoopLogFilterProfilePbapPreferenceController101 int index = getDefaultModeIndex(); in updateState()134 ((ListPreference) mPreference).setValue(mListValues[getDefaultModeIndex()]); in onDeveloperOptionsSwitchDisabled()135 ((ListPreference) mPreference).setSummary(mListEntries[getDefaultModeIndex()]); in onDeveloperOptionsSwitchDisabled()
71 public int getDefaultModeIndex() { in getDefaultModeIndex() method in BluetoothSnoopLogFilterProfileMapPreferenceController102 int index = getDefaultModeIndex(); in updateState()135 ((ListPreference) mPreference).setValue(mListValues[getDefaultModeIndex()]); in onDeveloperOptionsSwitchDisabled()136 ((ListPreference) mPreference).setSummary(mListEntries[getDefaultModeIndex()]); in onDeveloperOptionsSwitchDisabled()
61 public int getDefaultModeIndex() { in getDefaultModeIndex() method in BluetoothStackLogPreferenceController111 ((ListPreference) mPreference).setValue(mListValues[getDefaultModeIndex()]); in onDeveloperOptionsSwitchDisabled()112 ((ListPreference) mPreference).setSummary(mListEntries[getDefaultModeIndex()]); in onDeveloperOptionsSwitchDisabled()
79 final int defaultIndex = mController.getDefaultModeIndex(); in verifyResourceSizeAndRange()130 mPreference.getValue(), mListValues[mController.getDefaultModeIndex()].toString()); in onDeveloperOptionsDisabled_shouldDisablePreference()133 mListEntries[mController.getDefaultModeIndex()].toString()); in onDeveloperOptionsDisabled_shouldDisablePreference()
85 final int defaultIndex = mController.getDefaultModeIndex(); in verifyResourceSizeAndRange()180 mPreference.getValue(), mListValues[mController.getDefaultModeIndex()].toString()); in onDeveloperOptionsDisabled_shouldDisablePreference()183 mListEntries[mController.getDefaultModeIndex()].toString()); in onDeveloperOptionsDisabled_shouldDisablePreference()
85 final int defaultIndex = mController.getDefaultModeIndex(); in verifyResourceSizeAndRange()181 mPreference.getValue(), mListValues[mController.getDefaultModeIndex()].toString()); in onDeveloperOptionsDisabled_shouldDisablePreference()184 mListEntries[mController.getDefaultModeIndex()].toString()); in onDeveloperOptionsDisabled_shouldDisablePreference()
93 mController.onPreferenceChange(mPreference, mController.getDefaultModeIndex()); in verifyDefaultState_enablesDefaultLogLevelEntriesAndValuesSameSize()215 .getDefaultModeIndex()].toString()); in onDeveloperOptionsDisabled_shouldDisablePreference()217 .getDefaultModeIndex()].toString()); in onDeveloperOptionsDisabled_shouldDisablePreference()