Searched refs:jsonKey (Results 1 – 1 of 1) sorted by relevance
146 String jsonKey = keys.next(); in fromJson() local147 MetadataKey key = mMetadataKeys.get(jsonKey); in fromJson()151 builder.putLong(key.mLongName, object.getLong(jsonKey)); in fromJson()154 String value = object.getString(jsonKey); in fromJson()163 + jsonKey + " / " + key.mLongName); in fromJson()166 Log.e(TAG, "Ignoring unsupported key: " + jsonKey); in fromJson()