HomeSort by relevance Sort by last modified time
    Searched refs:onDialogNegativeClick (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothPairingDialogTest.java 200 doNothing().when(controller).onDialogNegativeClick(any());
207 verify(controller, times(1)).onDialogNegativeClick(any());
384 doNothing().when(controller).onDialogNegativeClick(any());
392 verify(controller, times(1)).onDialogNegativeClick(any());
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialogFragment.java 58 void onDialogNegativeClick(BluetoothPairingDialogFragment dialog);
103 mPairingController.onDialogNegativeClick(this);
BluetoothPairingController.java 106 public void onDialogNegativeClick(BluetoothPairingDialogFragment dialog) {

Completed in 872 milliseconds