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.java220 doNothing().when(controller).onDialogNegativeClick(any()); in dialogCallsHookOnNegativeButtonPress()
227 verify(controller, times(1)).onDialogNegativeClick(any()); in dialogCallsHookOnNegativeButtonPress()
403 doNothing().when(controller).onDialogNegativeClick(any()); in pairingDialogDismissedOnNegativeClick()
411 verify(controller, times(1)).onDialogNegativeClick(any()); in pairingDialogDismissedOnNegativeClick()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialogFragment.java64 void onDialogNegativeClick(BluetoothPairingDialogFragment dialog); in onDialogNegativeClick() method
109 mPairingController.onDialogNegativeClick(this); in onClick()
DBluetoothPairingController.java120 public void onDialogNegativeClick(BluetoothPairingDialogFragment dialog) { in onDialogNegativeClick() method in BluetoothPairingController
/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