Searched refs:updateUserInput (Results 1 – 5 of 5) sorted by relevance
332 protected void updateUserInput(String input) { in updateUserInput() method in BluetoothPairingController
104 mPairingController.updateUserInput(s.toString()); in afterTextChanged()
360 protected void updateUserInput(String input) { in updateUserInput() method in BluetoothPairingController
101 mPairingController.updateUserInput(s.toString()); in afterTextChanged()
89 verify(controller, times(1)).updateUserInput(any()); in dialogUpdatesControllerWithUserInput()