Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/view/
DSetTagsTest.java58 final Object stored = mView.getTag(); in testGetTag() local
59 assertNotNull(stored); in testGetTag()
60 assertSame("The stored tag is inccorect", o, stored); in testGetTag()
73 final Object stored = mView.getTag(R.id.a); in testGetTagWithKey() local
74 assertNotNull(stored); in testGetTagWithKey()
75 assertSame("The stored tag is inccorect", o, stored); in testGetTagWithKey()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/session/ui/composable/
DSession.kt178 SideEffect { entry.stored = value } in rememberSession()
181 @Suppress("UNCHECKED_CAST") return entry.stored as T in rememberSession()
231 @Suppress("UNCHECKED_CAST") return entry.stored as T in <lambda>()
239 class Restored<T>(val inputs: Array<out Any?>, var stored: T, val saver: Saver<T, Any>) : in <lambda>() variable in <lambda>.StorageEntry.Restored
242 with(saver) { stored?.let { save(it) } } in <lambda>()
/frameworks/opt/telephony/proto/src/
Dpin_storage.proto28 // The PIN code is stored, but cannot be used for automatic verification.
31 // The PIN code is stored and will be usable for automatic verification after the
35 // The PIN code is stored and can be used for automatic verification.
/frameworks/base/core/proto/android/server/
Dusagestatsservice.proto48 // Time attributes stored as an offset of the IntervalStats's beginTime.
54 // Time attributes stored as an offset of the IntervalStats's beginTime.
57 // Time attributes stored as an offset of the IntervalStats's beginTime.
60 // Time attributes stored as an offset of the IntervalStats's beginTime.
Dsyncstorageengine.proto64 // Note: version doesn't need to be stored in proto because of how protos store information but
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/session/shared/
DSessionStorage.kt38 class StorageEntry(val keys: Array<out Any?>, var stored: Any?) variable in com.android.systemui.scene.session.shared.SessionStorage.StorageEntry
/frameworks/rs/script_api/
Drs_time.spec69 hour, etc. This value is stored at *local.
83 If timer is non-NULL, the result is also stored in the memory pointed to by
/frameworks/layoutlib/bridge/resources/bars/
DREADME4 They are stored per API. However, to prevent duplication of resources, each API
/frameworks/rs/script_api/include/
Drs_time.rsh74 * hour, etc. This value is stored at *local.
80 * local: Pointer to time structure where the local time will be stored.
93 * If timer is non-NULL, the result is also stored in the memory pointed to by
Drs_value_types.rsh501 * A square 2x2 matrix of floats. The entries are stored in the array at the
513 * A square 3x3 matrix of floats. The entries are stored in the array at the
525 * A square 4x4 matrix of floats. The entries are stored in the array at the
Drs_object_types.rsh150 RS_TYPE_BOOLEAN = 12, // 0 or 1 (false or true) stored in an 8 bit container.
/frameworks/native/libs/renderengine/skia/debug/
DREADME.md13 File will be stored in the /data/user/ directory on the device:
/frameworks/av/media/module/codecs/amrwb/enc/inc/
Dlag_wind.tab26 | lag_wind[0] = 1.00000000 (not stored) |
/frameworks/base/data/sounds/
DREADME.txt8 SOUND_EFFECT_FILES contains a hard-coded list of asset filenames, stored
/frameworks/base/proto/src/
Dwindowmanager.proto35 // deprecated because original width and height are stored now instead of the scale.
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto88 * the data file is stored. The content of the data file
/frameworks/base/core/proto/android/internal/
Dbinder_latency.proto82 // as the tail of empty buckets is truncated when stored in the proto to
/frameworks/base/tools/hoststubgen/
DREADME.md18 - More Android specific build files and code are stored in `frameworks/base/Ravenwood.bp`
/frameworks/proto_logging/stats/atoms/telephony/
Dtelephony_extension_atoms.proto43 * pulled atom to capture all emergency numbers information stored.
/frameworks/base/services/core/java/com/android/server/rollback/
DREADME.md25 * A backup copy of FooV1.apk is made and stored on device.
27 stored on device.
101 state stored on the device in such a way that FooV1.apex cannot read the file.
/frameworks/av/media/libstagefright/rtsp/fuzzer/
DREADME.md94 The inputs to the server are generated using FuzzedDataProvider and stored in a variable 'mFuzzData…
/frameworks/proto_logging/stats/atoms/wearpas/
Dwearpas_extension_atoms.proto213 * (ONLY FACTORY GOOGLE FLASHED APPS). Mapping is stored server-side.
/frameworks/av/media/tests/benchmark/
DREADME.md198 The benchmark results are stored in a CSV file which can be used for analysis. These results are st…
/frameworks/minikin/doc/
Dhyb_file_format.md3 The hyb file format is how hyphenation patterns are stored in the system image.
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md87 will be stored in `proto/<servicename>(_CRITICAL|_HIGH|).proto`

12