Home
last modified time | relevance | path

Searched refs:stored (Results 1 – 14 of 14) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/model/clock/
DClockManager.java48 boolean stored; in handleApply()
53 stored = Secure.putString(mContentResolver, CLOCK_FACE_SETTING, json.toString()); in handleApply()
55 stored = false; in handleApply()
57 if (stored) { in handleApply()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java392 void testSetGetProfilePriorityCase(boolean stored, int priority, int expectedPriority, in testSetGetProfilePriorityCase() argument
394 if (stored) { in testSetGetProfilePriorityCase()
410 if (!stored) { in testSetGetProfilePriorityCase()
432 void testSetGetA2dpOptionalCodecsCase(int test, boolean stored, int value, int expectedValue) { in testSetGetA2dpOptionalCodecsCase() argument
433 if (stored) { in testSetGetA2dpOptionalCodecsCase()
453 if (!stored) { in testSetGetA2dpOptionalCodecsCase()
476 void testSetGetCustomMetaCase(boolean stored, int key, byte[] value, boolean expectedResult) { in testSetGetCustomMetaCase() argument
479 if (stored) { in testSetGetCustomMetaCase()
/packages/services/Car/evs/sampleDriver/
DEvsV4lCamera.cpp375 bool stored = false; in increaseAvailableFrames_Locked() local
381 stored = true; in increaseAvailableFrames_Locked()
385 if (!stored) { in increaseAvailableFrames_Locked()
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
Ddialer_phone_number.proto33 // and are stored exactly as the user dialed them.
41 // would be stored as "4567890".
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dencoding.md34 …tter. Within computer memory, they are often stored in the computer's endianness. However, when it…
Ddom.md36 Suppose a Windows application would query localization strings stored in JSON files. Unicode-enable…
144 `kParseErrorNumberTooBig` | Number too big to be stored in `double`.
176 …rs. *In situ* parsing decodes those JSON string at the place where it is stored. It is possible in…
Dtutorial.md11 Each JSON value is stored in a type called `Value`. A `Document`, representing the DOM, contains th…
17 Assumes we have a JSON stored in a C string (`const char* json`):
178 When a Number is parsed, it is stored in the DOM as either one of the following type:
Dstream.md13 `StringStream` is the most basic input stream. It represents a complete, read-only JSON stored in m…
374 …e the memory required during JSON parsing and generation, if the JSON is stored in file system. En…
Dfaq.md99 …The error is stored in `ParseResult`, which includes the error code and offset (number of characte…
Dinternals.md113 …mbers with fraction, and integers larger than 64-bit range, they will be stored as `double` with `…
/packages/apps/Dialer/java/com/android/dialer/database/
DDialerDatabaseHelper.java328 final String stored = getProperty(db, key, ""); in getPropertyAsInt() local
330 return Integer.parseInt(stored); in getPropertyAsInt()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz