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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 79 public final static int ACCESS_ALLOWED = 1;
659 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
660 return ACCESS_ALLOWED;
669 if (permissionChoice == ACCESS_ALLOWED) {
670 permission = BluetoothDevice.ACCESS_ALLOWED;
688 if (oldPermission == ACCESS_ALLOWED) {
689 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED);
702 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
703 return ACCESS_ALLOWED;
712 if (permissionChoice == ACCESS_ALLOWED) {
    [all...]
DeviceProfilesSettings.java 224 == CachedBluetoothDevice.ACCESS_ALLOWED ? CachedBluetoothDevice.ACCESS_REJECTED
225 : CachedBluetoothDevice.ACCESS_ALLOWED;
227 profilePref.setChecked(newPermission == CachedBluetoothDevice.ACCESS_ALLOWED);
239 mCachedDevice.setMessagePermissionChoice(BluetoothDevice.ACCESS_ALLOWED);
329 == CachedBluetoothDevice.ACCESS_ALLOWED);
333 == CachedBluetoothDevice.ACCESS_ALLOWED);
BluetoothPermissionRequest.java 212 } else if (phonebookPermission == CachedBluetoothDevice.ACCESS_ALLOWED) {
226 } else if (messagePermission == CachedBluetoothDevice.ACCESS_ALLOWED) {
BluetoothPairingDialog.java 329 cachedDevice.setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 400 if (mPermission == BluetoothDevice.ACCESS_ALLOWED) {
801 } else if (mPermission == BluetoothDevice.ACCESS_ALLOWED) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 296 BluetoothDevice.ACCESS_ALLOWED);
298 Log.v(TAG, "setPhonebookAccessPermission(ACCESS_ALLOWED) result=" + result);
612 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 532 public static final int ACCESS_ALLOWED = 1;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 350 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
596 * @return {@link BluetoothDevice#ACCESS_UNKNOWN}, {@link BluetoothDevice#ACCESS_ALLOWED} or
HeadsetStateMachine.java     [all...]
  /external/chromium_org/v8/src/
runtime.cc     [all...]

Completed in 562 milliseconds