Home
last modified time | relevance | path

Searched refs:onDialogNegativeClick (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java221 doNothing().when(controller).onDialogNegativeClick(any()); in dialogCallsHookOnNegativeButtonPress()
228 verify(controller, times(1)).onDialogNegativeClick(any()); in dialogCallsHookOnNegativeButtonPress()
394 doNothing().when(controller).onDialogNegativeClick(any()); in pairingDialogDismissedOnNegativeClick()
402 verify(controller, times(1)).onDialogNegativeClick(any()); in pairingDialogDismissedOnNegativeClick()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingDialogFragment.java63 void onDialogNegativeClick(BluetoothPairingDialogFragment dialog); in onDialogNegativeClick() method
112 mPairingController.onDialogNegativeClick(this); in onClick()
DBluetoothPairingController.java109 public void onDialogNegativeClick(BluetoothPairingDialogFragment dialog) { in onDialogNegativeClick() method in BluetoothPairingController
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialogFragment.java66 void onDialogNegativeClick(BluetoothPairingDialogFragment dialog); in onDialogNegativeClick() method
124 mPairingController.onDialogNegativeClick(this); in onClick()
DBluetoothPairingController.java153 public void onDialogNegativeClick(BluetoothPairingDialogFragment dialog) { in onDialogNegativeClick() method in BluetoothPairingController