HomeSort by relevance Sort by last modified time
    Searched full:bluetoothfragment (Results 1 - 2 of 2) sorted by null

  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingDialog.java 71 BluetoothPairingDialogFragment bluetoothFragment =
74 if (bluetoothFragment != null && (bluetoothFragment.isPairingControllerSet()
75 || bluetoothFragment.isPairingDialogActivitySet())) {
76 bluetoothFragment.dismiss();
77 bluetoothFragment = null;
80 if (bluetoothFragment == null) {
82 bluetoothFragment = new BluetoothPairingDialogFragment();
84 bluetoothFragment.setPairingController(mBluetoothPairingController);
85 bluetoothFragment.setPairingDialogActivity(this)
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 71 BluetoothPairingDialogFragment bluetoothFragment =
74 if (bluetoothFragment != null && (bluetoothFragment.isPairingControllerSet()
75 || bluetoothFragment.isPairingDialogActivitySet())) {
76 bluetoothFragment.dismiss();
77 bluetoothFragment = null;
80 if (bluetoothFragment == null) {
82 bluetoothFragment = new BluetoothPairingDialogFragment();
84 bluetoothFragment.setPairingController(mBluetoothPairingController);
85 bluetoothFragment.setPairingDialogActivity(this)
    [all...]

Completed in 778 milliseconds