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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothPairingDialogTest.java 72 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
91 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
128 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
250 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
310 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
329 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
348 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
429 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingController.java 47 public static final int USER_ENTRY_DIALOG = 0;
101 if (getDialogType() == USER_ENTRY_DIALOG) {
123 return USER_ENTRY_DIALOG;
BluetoothPairingDialogFragment.java 168 case BluetoothPairingController.USER_ENTRY_DIALOG:
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingController.java 44 public static final int USER_ENTRY_DIALOG = 0;
99 if (getDialogType() == USER_ENTRY_DIALOG) {
127 return USER_ENTRY_DIALOG;
BluetoothPairingDialogFragment.java 174 case BluetoothPairingController.USER_ENTRY_DIALOG:

Completed in 315 milliseconds