Home
last modified time | relevance | path

Searched refs:setContactSharingState (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java73 mBluetoothPairingController.setContactSharingState(); in onSetContactSharingState_permissionAllowed_setPBAPAllowed()
84 mBluetoothPairingController.setContactSharingState(); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()
95 mBluetoothPairingController.setContactSharingState(); in onSetContactSharingState_permissionRejected_setPBAPRejected()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialogFragment.java245 mPairingController.setContactSharingState(); in createPinEntryView()
336 mPairingController.setContactSharingState(); in createView()
DBluetoothPairingController.java193 public void setContactSharingState() { in setContactSharingState() method in BluetoothPairingController