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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothPairingDialogTest.java 76 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
78 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
95 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
97 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
132 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
134 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
254 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
256 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
315 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
334 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingController.java 46 public static final int INVALID_DIALOG_TYPE = -1;
135 return INVALID_DIALOG_TYPE;
204 return INVALID_DIALOG_TYPE;
224 return INVALID_DIALOG_TYPE;
BluetoothPairingDialogFragment.java 259 if (messageId != BluetoothPairingController.INVALID_DIALOG_TYPE) {
264 if (messageIdHint != BluetoothPairingController.INVALID_DIALOG_TYPE) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingController.java 43 public static final int INVALID_DIALOG_TYPE = -1;
139 return INVALID_DIALOG_TYPE;
224 return INVALID_DIALOG_TYPE;
244 return INVALID_DIALOG_TYPE;
BluetoothPairingDialogFragment.java 266 if (messageId != BluetoothPairingController.INVALID_DIALOG_TYPE) {
271 if (messageIdHint != BluetoothPairingController.INVALID_DIALOG_TYPE) {

Completed in 871 milliseconds