HomeSort by relevance Sort by last modified time
    Searched refs:ACCESS_ALLOWED (Results 1 - 15 of 15) sorted by null

  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothProfileLineItem.java 57 ? CachedBluetoothDevice.ACCESS_REJECTED : CachedBluetoothDevice.ACCESS_ALLOWED);
60 ? CachedBluetoothDevice.ACCESS_REJECTED : CachedBluetoothDevice.ACCESS_ALLOWED);
94 == CachedBluetoothDevice.ACCESS_ALLOWED;
98 == CachedBluetoothDevice.ACCESS_ALLOWED;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java 78 public final static int ACCESS_ALLOWED = 1;
665 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
666 return ACCESS_ALLOWED;
675 if (permissionChoice == ACCESS_ALLOWED) {
676 permission = BluetoothDevice.ACCESS_ALLOWED;
694 if (oldPermission == ACCESS_ALLOWED) {
695 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED);
708 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
709 return ACCESS_ALLOWED;
718 if (permissionChoice == ACCESS_ALLOWED) {
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BtEnum.py 96 ACCESS_ALLOWED = 1
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 256 == CachedBluetoothDevice.ACCESS_ALLOWED ? CachedBluetoothDevice.ACCESS_REJECTED
257 : CachedBluetoothDevice.ACCESS_ALLOWED;
259 profilePref.setChecked(newPermission == CachedBluetoothDevice.ACCESS_ALLOWED);
269 mCachedDevice.setMessagePermissionChoice(BluetoothDevice.ACCESS_ALLOWED);
365 == CachedBluetoothDevice.ACCESS_ALLOWED);
369 == CachedBluetoothDevice.ACCESS_ALLOWED);
BluetoothPermissionRequest.java 245 } else if (phonebookPermission == CachedBluetoothDevice.ACCESS_ALLOWED) {
259 } else if (messagePermission == CachedBluetoothDevice.ACCESS_ALLOWED) {
273 } else if (simPermission == CachedBluetoothDevice.ACCESS_ALLOWED) {
BluetoothPairingController.java 90 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED);
161 case BluetoothDevice.ACCESS_ALLOWED:
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothPairingHelper.java 49 mDevice.setMessageAccessPermission(BluetoothDevice.ACCESS_ALLOWED);
50 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED);
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarPbapTest.py 87 BtEnum.BluetoothAccessLevel.ACCESS_ALLOWED.value)
92 BtEnum.BluetoothAccessLevel.ACCESS_ALLOWED.value)
180 BtEnum.BluetoothAccessLevel.ACCESS_ALLOWED.value)
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 448 if (mPermission == BluetoothDevice.ACCESS_ALLOWED) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 299 BluetoothDevice.ACCESS_ALLOWED);
301 Log.v(TAG, "setPhonebookAccessPermission(ACCESS_ALLOWED)=" + result);
580 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 342 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
707 BluetoothDevice.ACCESS_ALLOWED);
709 Log.v(TAG, "setSimAccessPermission(ACCESS_ALLOWED) result=" + result);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 573 public static final int ACCESS_ALLOWED = 1;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 349 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
596 * @return {@link BluetoothDevice#ACCESS_UNKNOWN}, {@link BluetoothDevice#ACCESS_ALLOWED} or
HeadsetStateMachine.java     [all...]

Completed in 1858 milliseconds