/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowBluetoothDevice.java | 27 private int mMessageAccessPermission = BluetoothDevice.ACCESS_UNKNOWN; 28 private int mPhonebookAccessPermission = BluetoothDevice.ACCESS_UNKNOWN; 29 private int mSimAccessPermission = BluetoothDevice.ACCESS_UNKNOWN;
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | McpService.java | 169 : BluetoothDevice.ACCESS_UNKNOWN); in getDeviceAuthorization() 170 if (authorization != BluetoothDevice.ACCESS_UNKNOWN) { in getDeviceAuthorization() 177 return BluetoothDevice.ACCESS_UNKNOWN; in getDeviceAuthorization() 187 return BluetoothDevice.ACCESS_UNKNOWN; in getDeviceAuthorization()
|
D | MediaControlGattService.java | 951 case BluetoothDevice.ACCESS_UNKNOWN: 1003 case BluetoothDevice.ACCESS_UNKNOWN: 1044 case BluetoothDevice.ACCESS_UNKNOWN: 1098 case BluetoothDevice.ACCESS_UNKNOWN:
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsService.java | 163 : BluetoothDevice.ACCESS_UNKNOWN); in getDeviceAuthorization() 164 if (authorization != BluetoothDevice.ACCESS_UNKNOWN) { in getDeviceAuthorization() 171 return BluetoothDevice.ACCESS_UNKNOWN; in getDeviceAuthorization() 181 return BluetoothDevice.ACCESS_UNKNOWN; in getDeviceAuthorization()
|
D | TbsGatt.java | 1499 case BluetoothDevice.ACCESS_UNKNOWN: 1553 case BluetoothDevice.ACCESS_UNKNOWN: 1594 case BluetoothDevice.ACCESS_UNKNOWN: 1648 case BluetoothDevice.ACCESS_UNKNOWN:
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionRequest.java | 248 if (phonebookPermission == BluetoothDevice.ACCESS_UNKNOWN) { in checkUserChoice() 262 if (messagePermission == BluetoothDevice.ACCESS_UNKNOWN) { in checkUserChoice() 276 if (simPermission == BluetoothDevice.ACCESS_UNKNOWN) { in checkUserChoice()
|
D | BluetoothDetailsProfilesController.java | 355 if (pbapPermission != BluetoothDevice.ACCESS_UNKNOWN) { in getProfiles() 364 if (mapPermission != BluetoothDevice.ACCESS_UNKNOWN && mapProfile != null) { in getProfiles()
|
D | BluetoothPairingController.java | 251 || (permission == BluetoothDevice.ACCESS_UNKNOWN in setContactSharingState()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 141 private int mPermission = BluetoothDevice.ACCESS_UNKNOWN; 216 mPermission = BluetoothDevice.ACCESS_UNKNOWN; in closeService() 363 mPermission = BluetoothDevice.ACCESS_UNKNOWN; in stopObexServerSessions() 897 if (mPermission == BluetoothDevice.ACCESS_UNKNOWN) { in onConnect()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | BondStateMachine.java | 298 dev, BluetoothDevice.ACCESS_UNKNOWN); in processMessage() 300 dev, BluetoothDevice.ACCESS_UNKNOWN); in processMessage() 302 dev, BluetoothDevice.ACCESS_UNKNOWN); in processMessage()
|
D | AdapterServiceBinder.java | 1083 return BluetoothDevice.ACCESS_UNKNOWN; in getPhonebookAccessPermission() 1113 return BluetoothDevice.ACCESS_UNKNOWN; in getMessageAccessPermission() 1142 return BluetoothDevice.ACCESS_UNKNOWN; in getSimAccessPermission()
|
D | AdapterService.java | 3783 return BluetoothDevice.ACCESS_UNKNOWN; in getDeviceAccessFromPrefs() 3793 if (value == BluetoothDevice.ACCESS_UNKNOWN) { in setDeviceAccessFromPrefs() 4231 setMessageAccessPermission(device, BluetoothDevice.ACCESS_UNKNOWN); in handleBondStateChanged() 4232 setPhonebookAccessPermission(device, BluetoothDevice.ACCESS_UNKNOWN); in handleBondStateChanged() 4233 setSimAccessPermission(device, BluetoothDevice.ACCESS_UNKNOWN); in handleBondStateChanged()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsGattTest.java | 1136 doReturn(BluetoothDevice.ACCESS_UNKNOWN) in testCharacteristicReadAccessUnknownUnauthorized() 1181 doReturn(BluetoothDevice.ACCESS_UNKNOWN) in testCharacteristicWriteAccessUnknownUnauthorized() 1229 doReturn(BluetoothDevice.ACCESS_UNKNOWN) in testDescriptorReadAccessUnknownUnauthorized() 1277 doReturn(BluetoothDevice.ACCESS_UNKNOWN) in testDescriptorWriteAccessUnknownUnauthorized()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 1354 value = {ACCESS_UNKNOWN, ACCESS_ALLOWED, ACCESS_REJECTED}) 1364 @SystemApi public static final int ACCESS_UNKNOWN = 0; field in BluetoothDevice 2677 return ACCESS_UNKNOWN; in getPhonebookAccessPermission() 2789 return ACCESS_UNKNOWN; in getMessageAccessPermission() 2805 if (value != ACCESS_ALLOWED && value != ACCESS_REJECTED && value != ACCESS_UNKNOWN) { in setMessageAccessPermission() 2846 return ACCESS_UNKNOWN; in getSimAccessPermission()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothPairingControllerTest.java | 142 BluetoothDevice.ACCESS_UNKNOWN); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 1317 doReturn(BluetoothDevice.ACCESS_UNKNOWN) in testCharacteristicReadUnknownUnauthorized() 1375 doReturn(BluetoothDevice.ACCESS_UNKNOWN) in testCharacteristicWriteUnknownUnauthorized() 1420 doReturn(BluetoothDevice.ACCESS_UNKNOWN) in testDescriptorReadUnknownUnauthorized() 1476 doReturn(BluetoothDevice.ACCESS_UNKNOWN) in testDescriptorWriteUnknownUnauthorized()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | AtPhonebookTest.java | 102 .isEqualTo(BluetoothDevice.ACCESS_UNKNOWN); in checkAccessPermission_returnsCorrectPermission()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | AtPhonebook.java | 689 if (permission == BluetoothDevice.ACCESS_UNKNOWN) { in checkAccessPermission()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 284 field public static final int ACCESS_UNKNOWN = 0; // 0x0
|