Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/internal/net/
DVpnProfileTest.java181 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecodeWithIkeTunConnParams() local
182 assertEquals(profile, decoded); in testEncodeDecodeWithIkeTunConnParams()
188 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecode() local
189 assertEquals(profile, decoded); in testEncodeDecode()
236 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingIsRestrictedToTestNetworks() local
237 assertFalse(decoded.isRestrictedToTestNetworks); in testEncodeDecodeMissingIsRestrictedToTestNetworks()
248 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingExcludeLocalRoutes() local
249 assertFalse(decoded.excludeLocalRoutes); in testEncodeDecodeMissingExcludeLocalRoutes()
259 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingRequiresValidation() local
260 assertFalse(decoded.requiresInternetValidation); in testEncodeDecodeMissingRequiresValidation()
[all …]
/packages/apps/Car/Calendar/src/com/android/car/calendar/common/
DEventDescriptions.java71 String decoded = Uri.decode(descriptionText); in extractNumberAndPins() local
75 addMatchedNumbers(decoded, results, PHONE_PIN_PATTERN); in extractNumberAndPins()
78 addMatchedNumbers(decoded, results, TEL_PIN_PATTERN); in extractNumberAndPins()
85 String decoded, Map<String, NumberAndAccess> results, Pattern phonePinPattern) { in addMatchedNumbers() argument
86 Matcher phoneFormatMatcher = phonePinPattern.matcher(decoded); in addMatchedNumbers()
/packages/modules/DnsResolver/tests/doh/src/
Dclient.rs100 let decoded = base64::decode_config(b64url_query, base64::URL_SAFE_NO_PAD)?; in handle_http3_request() localVariable
101 self.in_flight_queries.insert([decoded[0], decoded[1]], stream_id); in handle_http3_request()
102 ret = decoded; in handle_http3_request()
/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c1593 const char *decoded = "unknown"; in debuglist_printerStatus() local
1595 decoded = "Initializing"; in debuglist_printerStatus()
1597 decoded = "Shutting Down"; in debuglist_printerStatus()
1599 decoded = "Unable To Connect"; in debuglist_printerStatus()
1601 decoded = "Unknown"; in debuglist_printerStatus()
1603 decoded = "Offline"; in debuglist_printerStatus()
1605 decoded = "Idle"; in debuglist_printerStatus()
1607 decoded = "Printing"; in debuglist_printerStatus()
1609 decoded = "Out Of Paper"; in debuglist_printerStatus()
1611 decoded = "Out Of Ink"; in debuglist_printerStatus()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkCallbackAidlImpl.java132 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray)); in byteArrayToString() local
133 return decoded.toString(); in byteArrayToString()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Ddom.md176 …e place where it is stored. It is possible in JSON because the length of decoded string is always …
178 …ompare normal and *in situ* parsing. The JSON string values contain pointers to the decoded string.
182decoded string are copied to freshly allocated buffers. `"\\n"` (2 characters) is decoded as `"\n"…
230 During transcoding, the source string is decoded to into Unicode code points, and then the code poi…
Dencoding.md116 … it must decode the input sequence. And if the sequence was unable to be decoded, it must be inval…
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java257 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray)); in bytesToHexOrQuotedString() local
258 return "\"" + decoded.toString() + "\""; in bytesToHexOrQuotedString()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java290 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(ssidOctets)); in NetworkDetail() local
291 ssid = decoded.toString(); in NetworkDetail()
/packages/modules/DnsResolver/tests/testdata/
DREADME.md116 Assign the binary packet to be decoded into a variable. Beware of using
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...