Home
last modified time | relevance | path

Searched refs:stored (Results 1 – 16 of 16) 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/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreServiceTest.java583 final ArrayList<NetworkAttributes> stored = new ArrayList<>();
586 stored.add(storeAttributes(FAKE_KEYS[0], na.build()));
591 stored.add(storeAttributes(FAKE_KEYS[1], na.build()));
597 stored.add(storeAttributes(FAKE_KEYS[2], na.build()));
599 stored.add(storeAttributes(FAKE_KEYS[3], na.build()));
602 stored.add(storeAttributes(FAKE_KEYS[4], na.build()));
604 stored.add(storeAttributes(FAKE_KEYS[5], na.build()));
605 return stored;
610 final List<NetworkAttributes> stored = storeFixture();
612 stored.get(stored.size() - 1));
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java976 void testSetGetProfileConnectionPolicyCase(boolean stored, int connectionPolicy, in testSetGetProfileConnectionPolicyCase() argument
978 if (stored) { in testSetGetProfileConnectionPolicyCase()
994 if (!stored) { in testSetGetProfileConnectionPolicyCase()
1015 void testSetGetA2dpOptionalCodecsCase(int test, boolean stored, int value, int expectedValue) { in testSetGetA2dpOptionalCodecsCase() argument
1016 if (stored) { in testSetGetA2dpOptionalCodecsCase()
1036 if (!stored) { in testSetGetA2dpOptionalCodecsCase()
1059 void testSetGetCustomMetaCase(boolean stored, int key, byte[] value, boolean expectedResult) { in testSetGetCustomMetaCase() argument
1062 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.proto32 // and are stored exactly as the user dialed them.
40 // 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…
Dinternals.md113 …mbers with fraction, and integers larger than 64-bit range, they will be stored as `double` with `…
Dfaq.md99 …The error is stored in `ParseResult`, which includes the error code and offset (number of characte…
/packages/modules/SdkExtensions/
DREADME.md16 `derive_sdk` is a program that reads metadata stored in other apex modules, in
/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_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...