Home
last modified time | relevance | path

Searched refs:ACCESS_UNKNOWN (Results 1 – 23 of 23) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowBluetoothDevice.java27 private int mMessageAccessPermission = BluetoothDevice.ACCESS_UNKNOWN;
28 private int mPhonebookAccessPermission = BluetoothDevice.ACCESS_UNKNOWN;
29 private int mSimAccessPermission = BluetoothDevice.ACCESS_UNKNOWN;
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java105 private final static int ACCESS_UNKNOWN = 0x00; field in FrameType
120 return FrameType.fetchType(ELEMENT_DONTCARE, -1, ACCESS_UNKNOWN); in any()
164 return FrameType.fetchType(elementType, 1, ACCESS_UNKNOWN); in buffer1D()
173 return FrameType.fetchType(elementType, 2, ACCESS_UNKNOWN); in buffer2D()
409 return fetchType(ELEMENT_OBJECT, dimensions, ACCESS_UNKNOWN, clazz); in fetchType()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java741 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_UNKNOWN); in onBondingStateChanged()
742 mDevice.setMessageAccessPermission(BluetoothDevice.ACCESS_UNKNOWN); in onBondingStateChanged()
743 mDevice.setSimAccessPermission(BluetoothDevice.ACCESS_UNKNOWN); in onBondingStateChanged()
848 if (mDevice.getPhonebookAccessPermission() == BluetoothDevice.ACCESS_UNKNOWN) { in migratePhonebookPermissionChoice()
850 preferences.getInt(mDevice.getAddress(), BluetoothDevice.ACCESS_UNKNOWN); in migratePhonebookPermissionChoice()
872 if (mDevice.getMessageAccessPermission() == BluetoothDevice.ACCESS_UNKNOWN) { in migrateMessagePermissionChoice()
874 preferences.getInt(mDevice.getAddress(), BluetoothDevice.ACCESS_UNKNOWN); in migrateMessagePermissionChoice()
895 if (mDevice.getPhonebookAccessPermission() == BluetoothDevice.ACCESS_UNKNOWN) { in processPhonebookAccess()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java963 @IntDef(prefix = "ACCESS_", value = {ACCESS_UNKNOWN,
975 public static final int ACCESS_UNKNOWN = 0; field in BluetoothDevice
1952 return ACCESS_UNKNOWN; in getPhonebookAccessPermission()
1959 return ACCESS_UNKNOWN; in getPhonebookAccessPermission()
2067 return ACCESS_UNKNOWN; in getMessageAccessPermission()
2074 return ACCESS_UNKNOWN; in getMessageAccessPermission()
2093 if (value != ACCESS_ALLOWED && value != ACCESS_REJECTED && value != ACCESS_UNKNOWN) { in setMessageAccessPermission()
2121 return ACCESS_UNKNOWN; in getSimAccessPermission()
2128 return ACCESS_UNKNOWN; in getSimAccessPermission()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionRequest.java244 if (phonebookPermission == BluetoothDevice.ACCESS_UNKNOWN) { in checkUserChoice()
258 if (messagePermission == BluetoothDevice.ACCESS_UNKNOWN) { in checkUserChoice()
272 if (simPermission == BluetoothDevice.ACCESS_UNKNOWN) { in checkUserChoice()
H A DBluetoothDetailsProfilesController.java203 if (pbapPermission != BluetoothDevice.ACCESS_UNKNOWN) { in getProfiles()
210 if (mapPermission != BluetoothDevice.ACCESS_UNKNOWN) { in getProfiles()
H A DBluetoothPairingController.java196 || (permission == BluetoothDevice.ACCESS_UNKNOWN && mDevice.getBluetoothClass(). in setContactSharingState()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothPairingControllerTest.java82 BluetoothDevice.ACCESS_UNKNOWN); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java240 BluetoothDevice.ACCESS_UNKNOWN); in processMessage()
242 BluetoothDevice.ACCESS_UNKNOWN); in processMessage()
244 BluetoothDevice.ACCESS_UNKNOWN); in processMessage()
H A DAdapterService.java2061 return BluetoothDevice.ACCESS_UNKNOWN; in getPhonebookAccessPermission()
2092 return BluetoothDevice.ACCESS_UNKNOWN; in getMessageAccessPermission()
2123 return BluetoothDevice.ACCESS_UNKNOWN; in getSimAccessPermission()
3177 return BluetoothDevice.ACCESS_UNKNOWN; in getDeviceAccessFromPrefs()
3187 if (value == BluetoothDevice.ACCESS_UNKNOWN) { in setDeviceAccessFromPrefs()
/aosp12/frameworks/base/libs/androidfw/tests/
H A DApkAssets_test.cpp99 Asset::ACCESS_UNKNOWN); in TEST()
/aosp12/frameworks/base/native/android/
H A Dasset_manager.cpp71 amMode = Asset::ACCESS_UNKNOWN; in AAssetManager_open()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h60 ACCESS_UNKNOWN = 0, enumerator
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java146 private int mPermission = BluetoothDevice.ACCESS_UNKNOWN;
180 mPermission = BluetoothDevice.ACCESS_UNKNOWN; in closeService()
327 mPermission = BluetoothDevice.ACCESS_UNKNOWN; in stopObexServerSessions()
913 if (mPermission == BluetoothDevice.ACCESS_UNKNOWN) { in onConnect()
/aosp12/frameworks/base/libs/androidfw/
H A DAsset.cpp124 : mAccessMode(ACCESS_UNKNOWN), mNext(NULL), mPrev(NULL) in Asset()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java639 if (permission == BluetoothDevice.ACCESS_UNKNOWN) { in checkAccessPermission()
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp455 if (access_mode != Asset::ACCESS_UNKNOWN && access_mode != Asset::ACCESS_RANDOM && in NativeOpenAsset()
501 if (access_mode != Asset::ACCESS_UNKNOWN && access_mode != Asset::ACCESS_RANDOM && in NativeOpenNonAsset()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java957 when(mDevice.getPhonebookAccessPermission()).thenReturn(BluetoothDevice.ACCESS_UNKNOWN); in onUuidChanged_bluetoothClassIsNull_shouldNotCrash()
/aosp12/frameworks/base/core/java/android/content/res/
H A DAssetManager.java84 public static final int ACCESS_UNKNOWN = 0; field in AssetManager
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt1989 field public static final int ACCESS_UNKNOWN = 0; // 0x0
H A Dcurrent.txt13213 field public static final int ACCESS_UNKNOWN = 0; // 0x0
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt9059 field public static final int ACCESS_UNKNOWN = 0; // 0x0