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

  /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;
  /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;

Completed in 197 milliseconds