/frameworks/base/core/tests/coretests/src/android/view/ |
D | SetTagsTest.java | 58 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/ |
D | Session.kt | 178 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/ |
D | pin_storage.proto | 28 // 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/ |
D | usagestatsservice.proto | 48 // 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.
|
D | syncstorageengine.proto | 64 // 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/ |
D | SessionStorage.kt | 38 class StorageEntry(val keys: Array<out Any?>, var stored: Any?) variable in com.android.systemui.scene.session.shared.SessionStorage.StorageEntry
|
/frameworks/rs/script_api/ |
D | rs_time.spec | 69 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/ |
D | README | 4 They are stored per API. However, to prevent duplication of resources, each API
|
/frameworks/rs/script_api/include/ |
D | rs_time.rsh | 74 * 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
|
D | rs_value_types.rsh | 501 * 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
|
D | rs_object_types.rsh | 150 RS_TYPE_BOOLEAN = 12, // 0 or 1 (false or true) stored in an 8 bit container.
|
/frameworks/native/libs/renderengine/skia/debug/ |
D | README.md | 13 File will be stored in the /data/user/ directory on the device:
|
/frameworks/av/media/module/codecs/amrwb/enc/inc/ |
D | lag_wind.tab | 26 | lag_wind[0] = 1.00000000 (not stored) |
|
/frameworks/base/data/sounds/ |
D | README.txt | 8 SOUND_EFFECT_FILES contains a hard-coded list of asset filenames, stored
|
/frameworks/base/proto/src/ |
D | windowmanager.proto | 35 // deprecated because original width and height are stored now instead of the scale.
|
/frameworks/base/cmds/incidentd/src/ |
D | report_file.proto | 88 * the data file is stored. The content of the data file
|
/frameworks/base/core/proto/android/internal/ |
D | binder_latency.proto | 82 // as the tail of empty buckets is truncated when stored in the proto to
|
/frameworks/base/tools/hoststubgen/ |
D | README.md | 18 - More Android specific build files and code are stored in `frameworks/base/Ravenwood.bp`
|
/frameworks/proto_logging/stats/atoms/telephony/ |
D | telephony_extension_atoms.proto | 43 * pulled atom to capture all emergency numbers information stored.
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | README.md | 25 * 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/ |
D | README.md | 94 The inputs to the server are generated using FuzzedDataProvider and stored in a variable 'mFuzzData…
|
/frameworks/proto_logging/stats/atoms/wearpas/ |
D | wearpas_extension_atoms.proto | 213 * (ONLY FACTORY GOOGLE FLASHED APPS). Mapping is stored server-side.
|
/frameworks/av/media/tests/benchmark/ |
D | README.md | 198 The benchmark results are stored in a CSV file which can be used for analysis. These results are st…
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 3 The hyb file format is how hyphenation patterns are stored in the system image.
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 87 will be stored in `proto/<servicename>(_CRITICAL|_HIGH|).proto`
|