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

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BtEnum.py 96 ACCESS_ALLOWED = 1
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 631 public static final int ACCESS_ALLOWED = 1;
    [all...]
  /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/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.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 153 milliseconds