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.java50 public static final int DISPLAY_PASSKEY_DIALOG = 2; field in BluetoothPairingController
144 return DISPLAY_PASSKEY_DIALOG; in getDialogType()
DBluetoothPairingDialogFragment.java181 case BluetoothPairingController.DISPLAY_PASSKEY_DIALOG: in setupDialog()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java165 .thenReturn(BluetoothPairingController.DISPLAY_PASSKEY_DIALOG); in dialogDisplaysPairCodeOnDisplayPasskeyVariant()