Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingDialogFragment.java70 if (!isPairingControllerSet()) { in onCreateDialog()
125 if (isPairingControllerSet()) { in setPairingController()
136 boolean isPairingControllerSet() { in isPairingControllerSet() method in BluetoothPairingDialogFragment
DBluetoothPairingDialog.java81 if (bluetoothFragment != null && (bluetoothFragment.isPairingControllerSet() in onCreate()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialogFragment.java73 if (!isPairingControllerSet()) { in onCreateDialog()
150 if (isPairingControllerSet()) { in setPairingController()
161 boolean isPairingControllerSet() { in isPairingControllerSet() method in BluetoothPairingDialogFragment
DBluetoothPairingDialog.java85 if (bluetoothFragment != null && (bluetoothFragment.isPairingControllerSet() in onCreate()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java472 assertThat(frag.isPairingControllerSet()).isFalse(); in setupFragment()
479 assertThat(frag.isPairingControllerSet()).isTrue(); in setupFragment()