Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/res/raw/
Dsample.json22 "authorization": "Basic my-secret-token" string
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateConfig.java87 String authorization = ab.optString("authorization", null); in fromJson() local
250 String authorization) { in AbConfig()