Searched refs:bluetoothFragment (Results 1 – 2 of 2) sorted by relevance
77 BluetoothPairingDialogFragment bluetoothFragment = in onCreate() local81 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()
81 BluetoothPairingDialogFragment bluetoothFragment = in onCreate() local85 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()