Searched refs:mBluetoothPairingController (Results 1 – 4 of 4) sorted by relevance
47 private BluetoothPairingController mBluetoothPairingController; field in BluetoothPairingControllerTest56 mBluetoothPairingController = new BluetoothPairingController(intent, mContext); in setUp()61 mBluetoothPairingController.mType = PAIRING_VARIANT_CONSENT; in onDialogPositiveClick_confirmationDialog_setPBAP()62 mBluetoothPairingController.onCheckedChanged(null, true); in onDialogPositiveClick_confirmationDialog_setPBAP()64 mBluetoothPairingController.onDialogPositiveClick(null); in onDialogPositiveClick_confirmationDialog_setPBAP()73 mBluetoothPairingController.setContactSharingState(); in onSetContactSharingState_permissionAllowed_setPBAPAllowed()74 mBluetoothPairingController.onDialogPositiveClick(null); in onSetContactSharingState_permissionAllowed_setPBAPAllowed()84 mBluetoothPairingController.setContactSharingState(); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()85 mBluetoothPairingController.onDialogPositiveClick(null); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()95 mBluetoothPairingController.setContactSharingState(); in onSetContactSharingState_permissionRejected_setPBAPRejected()[all …]
39 private BluetoothPairingController mBluetoothPairingController; field in BluetoothPairingDialog59 if (device == null || mBluetoothPairingController.deviceEquals(device)) {77 mBluetoothPairingController = new BluetoothPairingController(intent, this); in onCreate()95 bluetoothFragment.setPairingController(mBluetoothPairingController); in onCreate()
37 private BluetoothPairingController mBluetoothPairingController; field in BluetoothPairingDialog57 if (device == null || mBluetoothPairingController.deviceEquals(device)) {68 mBluetoothPairingController = new BluetoothPairingController(intent, this); in onCreate()86 bluetoothFragment.setPairingController(mBluetoothPairingController); in onCreate()