Home
last modified time | relevance | path

Searched refs:bluetoothFragment (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingDialog.java77 BluetoothPairingDialogFragment bluetoothFragment = in onCreate() local
81 if (bluetoothFragment != null && (bluetoothFragment.isPairingControllerSet() in onCreate()
82 || bluetoothFragment.isPairingDialogActivitySet())) { in onCreate()
83 bluetoothFragment.dismiss(); in onCreate()
84 bluetoothFragment = null; in onCreate()
87 if (bluetoothFragment == null) { in onCreate()
89 bluetoothFragment = new BluetoothPairingDialogFragment(); in onCreate()
91 bluetoothFragment.setPairingController(mBluetoothPairingController); in onCreate()
92 bluetoothFragment.setPairingDialogActivity(this); in onCreate()
95 bluetoothFragment.show(getSupportFragmentManager(), FRAGMENT_TAG); in onCreate()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java81 BluetoothPairingDialogFragment bluetoothFragment = in onCreate() local
85 if (bluetoothFragment != null && (bluetoothFragment.isPairingControllerSet() in onCreate()
86 || bluetoothFragment.isPairingDialogActivitySet())) { in onCreate()
87 bluetoothFragment.dismiss(); in onCreate()
88 bluetoothFragment = null; in onCreate()
91 if (bluetoothFragment == null) { in onCreate()
93 bluetoothFragment = new BluetoothPairingDialogFragment(); in onCreate()
95 bluetoothFragment.setPairingController(mBluetoothPairingController); in onCreate()
96 bluetoothFragment.setPairingDialogActivity(this); in onCreate()
99 bluetoothFragment.show(getSupportFragmentManager(), FRAGMENT_TAG); in onCreate()