Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java200 doNothing().when(controller).onDialogNegativeClick(any()); in dialogCallsHookOnNegativeButtonPress()
207 verify(controller, times(1)).onDialogNegativeClick(any()); in dialogCallsHookOnNegativeButtonPress()
384 doNothing().when(controller).onDialogNegativeClick(any()); in pairingDialogDismissedOnNegativeClick()
392 verify(controller, times(1)).onDialogNegativeClick(any()); in pairingDialogDismissedOnNegativeClick()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialogFragment.java58 void onDialogNegativeClick(BluetoothPairingDialogFragment dialog); in onDialogNegativeClick() method
103 mPairingController.onDialogNegativeClick(this); in onClick()
DBluetoothPairingController.java106 public void onDialogNegativeClick(BluetoothPairingDialogFragment dialog) { in onDialogNegativeClick() method in BluetoothPairingController