Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java299 public boolean hasPairingContent() { in hasPairingContent() method in BluetoothPairingController
319 if (hasPairingContent()) { in getPairingContent()
DBluetoothPairingDialogFragment.java338 if (mPairingController.hasPairingContent()) { in createView()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java327 public boolean hasPairingContent() { in hasPairingContent() method in BluetoothPairingController
347 if (hasPairingContent()) { in getPairingContent()
DBluetoothPairingDialogFragment.java342 if (mPairingController.hasPairingContent()) { in createView()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java169 when(controller.hasPairingContent()).thenReturn(true); in dialogDisplaysPairCodeOnDisplayPasskeyVariant()