Searched refs:updateUserInput (Results 1 – 3 of 3) sorted by relevance
330 protected void updateUserInput(String input) { in updateUserInput() method in BluetoothPairingController
95 mPairingController.updateUserInput(s.toString()); in afterTextChanged()
82 verify(controller, times(1)).updateUserInput(any()); in dialogUpdatesControllerWithUserInput()