Home
last modified time | relevance | path

Searched defs:authorization (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMcpService.java205 int authorization = isAuthorized ? BluetoothDevice.ACCESS_ALLOWED in setDeviceAuthorized() local
223 int authorization = mDeviceAuthorizations.getOrDefault(device, Utils.isPtsTestMode() in getDeviceAuthorization() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java161 int authorization = isAuthorized ? BluetoothDevice.ACCESS_ALLOWED in setDeviceAuthorized() local
187 int authorization = mDeviceAuthorizations.getOrDefault(device, Utils.isPtsTestMode() in getDeviceAuthorization() local
/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java301 private ImageData downloadImageWithAuth(Network network, String authorization) { in downloadImageWithAuth()