Searched refs:updateCheckedState (Results 1 – 7 of 7) sorted by relevance
76 updateCheckedState(); in onStart()132 updateCheckedState(); in onInputDeviceChanged()136 private void updateCheckedState() { in updateCheckedState() method in KeyboardLayoutPickerController
147 updateCheckedState(); in onResume()157 private void updateCheckedState() { in updateCheckedState() method in NewKeyboardLayoutEnabledLocalesFragment273 updateCheckedState(); in onInputDeviceChanged()
95 updateCheckedState(mPreviousEngine); in onUpdateEngine()135 updateCheckedState(key); in setDefaultKey()
95 doNothing().when(mPicker).updateCheckedState(any()); in setUp()152 verify(mPicker, times(1)).updateCheckedState( in testClickingItemSuccess()
150 updateCheckedState(selectedKey); in onRadioButtonConfirmed()231 public void updateCheckedState(String selectedKey) { in updateCheckedState() method in RadioButtonPickerFragment
113 doNothing().when(mPicker).updateCheckedState(any()); in setUp()355 verify(mPicker, times(1)).updateCheckedState(PACKAGE_NAME); in testSuccessfulClickChangesProvider()
140 verify(fragmentSpy).updateCheckedState(mContext.getPackageName()); in setDefaultKey_validKey_updateCheckedState()