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

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java 86 public final static int ACCESS_ALLOWED = 1;
818 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
819 return ACCESS_ALLOWED;
828 if (permissionChoice == ACCESS_ALLOWED) {
829 permission = BluetoothDevice.ACCESS_ALLOWED;
847 if (oldPermission == ACCESS_ALLOWED) {
848 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED);
861 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
862 return ACCESS_ALLOWED;
871 if (permissionChoice == ACCESS_ALLOWED) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDetailsProfilesController.java 101 == CachedBluetoothDevice.ACCESS_ALLOWED);
104 == CachedBluetoothDevice.ACCESS_ALLOWED);
135 mCachedDevice.setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED);
140 mCachedDevice.setMessagePermissionChoice(BluetoothDevice.ACCESS_ALLOWED);
BluetoothPairingController.java 101 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED);
168 case BluetoothDevice.ACCESS_ALLOWED:
186 if ((mDevice.getPhonebookAccessPermission() != BluetoothDevice.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) {
DeviceProfilesSettings.java 266 mCachedDevice.setMessagePermissionChoice(BluetoothDevice.ACCESS_ALLOWED);
269 mCachedDevice.setPhonebookPermissionChoice(BluetoothDevice.ACCESS_ALLOWED);
389 == CachedBluetoothDevice.ACCESS_ALLOWED);
393 == CachedBluetoothDevice.ACCESS_ALLOWED);
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BtEnum.py 96 ACCESS_ALLOWED = 1
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothPairingHelper.java 51 mDevice.setMessageAccessPermission(BluetoothDevice.ACCESS_ALLOWED);
53 BluetoothDevice.ACCESS_ALLOWED);
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingController.java 93 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED);
164 case BluetoothDevice.ACCESS_ALLOWED:
BluetoothDeviceListAdapter.java 484 device.setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED);
485 device.setMessagePermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED);
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarPbapTest.py 86 BtEnum.BluetoothAccessLevel.ACCESS_ALLOWED.value)
91 BtEnum.BluetoothAccessLevel.ACCESS_ALLOWED.value)
183 BtEnum.BluetoothAccessLevel.ACCESS_ALLOWED.value)
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 468 if (mPermission == BluetoothDevice.ACCESS_ALLOWED) {
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDetailsProfilesControllerTest.java 293 .thenReturn(CachedBluetoothDevice.ACCESS_ALLOWED);
330 verify(mCachedDevice).setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED);
351 verify(mCachedDevice).setMessagePermissionChoice(BluetoothDevice.ACCESS_ALLOWED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 221 device.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED);
223 Log.v(TAG, "setPhonebookAccessPermission(ACCESS_ALLOWED)");
697 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 374 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
800 BluetoothDevice.ACCESS_ALLOWED);
802 Log.v(TAG, "setSimAccessPermission(ACCESS_ALLOWED) result=" + result);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 631 public static final int ACCESS_ALLOWED = 1;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 352 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
617 * @return {@link BluetoothDevice#ACCESS_UNKNOWN}, {@link BluetoothDevice#ACCESS_ALLOWED} or
HeadsetStateMachine.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 875 milliseconds