Home
last modified time | relevance | path

Searched refs:mBluetoothPairingController (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java47 private BluetoothPairingController mBluetoothPairingController; field in BluetoothPairingControllerTest
56 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 …]
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java39 private BluetoothPairingController mBluetoothPairingController; field in BluetoothPairingDialog
59 if (device == null || mBluetoothPairingController.deviceEquals(device)) {
77 mBluetoothPairingController = new BluetoothPairingController(intent, this); in onCreate()
95 bluetoothFragment.setPairingController(mBluetoothPairingController); in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingDialog.java37 private BluetoothPairingController mBluetoothPairingController; field in BluetoothPairingDialog
57 if (device == null || mBluetoothPairingController.deviceEquals(device)) {
68 mBluetoothPairingController = new BluetoothPairingController(intent, this); in onCreate()
86 bluetoothFragment.setPairingController(mBluetoothPairingController); in onCreate()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingDialog.java37 private BluetoothPairingController mBluetoothPairingController; field in BluetoothPairingDialog
57 if (device == null || mBluetoothPairingController.deviceEquals(device)) {
68 mBluetoothPairingController = new BluetoothPairingController(intent, this); in onCreate()
86 bluetoothFragment.setPairingController(mBluetoothPairingController); in onCreate()