Searched refs:stored (Results 1 – 14 of 14) sorted by relevance
/packages/apps/ThemePicker/src/com/android/customization/model/clock/ |
D | ClockManager.java | 48 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/ |
D | DatabaseManagerTest.java | 392 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/ |
D | EvsV4lCamera.cpp | 375 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/ |
D | dialer_phone_number.proto | 33 // and are stored exactly as the user dialed them. 41 // would be stored as "4567890".
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | encoding.md | 34 …tter. Within computer memory, they are often stored in the computer's endianness. However, when it…
|
D | dom.md | 36 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…
|
D | tutorial.md | 11 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:
|
D | stream.md | 13 `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…
|
D | faq.md | 99 …The error is stored in `ParseResult`, which includes the error code and offset (number of characte…
|
D | internals.md | 113 …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/ |
D | DialerDatabaseHelper.java | 328 final String stored = getProperty(db, key, ""); in getPropertyAsInt() local 330 return Integer.parseInt(stored); in getPropertyAsInt()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|