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