HomeSort by relevance Sort by last modified time
    Searched refs:hasPairingContent (Results 1 - 5 of 5) sorted by null

  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingController.java 300 public boolean hasPairingContent() {
317 * @see {@link BluetoothPairingController#hasPairingContent()}
320 if (hasPairingContent()) {
BluetoothPairingDialogFragment.java 336 if (mPairingController.hasPairingContent()) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingController.java 320 public boolean hasPairingContent() {
337 * @see {@link BluetoothPairingController#hasPairingContent()}
340 if (hasPairingContent()) {
BluetoothPairingDialogFragment.java 341 if (mPairingController.hasPairingContent()) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothPairingDialogTest.java 165 when(controller.hasPairingContent()).thenReturn(true);

Completed in 52 milliseconds