Searched defs:authorization (Results 1 – 3 of 3) sorted by relevance
205 int authorization = isAuthorized ? BluetoothDevice.ACCESS_ALLOWED in setDeviceAuthorized() local223 int authorization = mDeviceAuthorizations.getOrDefault(device, Utils.isPtsTestMode() in getDeviceAuthorization() local
161 int authorization = isAuthorized ? BluetoothDevice.ACCESS_ALLOWED in setDeviceAuthorized() local187 int authorization = mDeviceAuthorizations.getOrDefault(device, Utils.isPtsTestMode() in getDeviceAuthorization() local
301 private ImageData downloadImageWithAuth(Network network, String authorization) { in downloadImageWithAuth()