Home
last modified time | relevance | path

Searched refs:DISPLAY_PASSKEY_DIALOG (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java49 public static final int DISPLAY_PASSKEY_DIALOG = 2; field in BluetoothPairingController
132 return DISPLAY_PASSKEY_DIALOG; in getDialogType()
DBluetoothPairingDialogFragment.java171 case BluetoothPairingController.DISPLAY_PASSKEY_DIALOG: in setupDialog()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java55 public static final int DISPLAY_PASSKEY_DIALOG = 2; field in BluetoothPairingController
177 return DISPLAY_PASSKEY_DIALOG; in getDialogType()
DBluetoothPairingDialogFragment.java91 != BluetoothPairingController.DISPLAY_PASSKEY_DIALOG) { in onDestroy()
196 case BluetoothPairingController.DISPLAY_PASSKEY_DIALOG: in setupDialog()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java166 .thenReturn(BluetoothPairingController.DISPLAY_PASSKEY_DIALOG); in dialogDisplaysPairCodeOnDisplayPasskeyVariant()