Home
last modified time | relevance | path

Searched refs:stored (Results 1 – 25 of 33) 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/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java268 byte[] stored = readFile(getLockPasswordFilename(userId)); in readPasswordHashIfExists()
269 if (!ArrayUtils.isEmpty(stored)) { in readPasswordHashIfExists()
270 return new CredentialHash(stored, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in readPasswordHashIfExists()
274 stored = readFile(getLegacyLockPasswordFilename(userId)); in readPasswordHashIfExists()
275 if (!ArrayUtils.isEmpty(stored)) { in readPasswordHashIfExists()
276 return new CredentialHash(stored, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in readPasswordHashIfExists()
283 byte[] stored = readFile(getLockPatternFilename(userId)); in readPatternHashIfExists()
284 if (!ArrayUtils.isEmpty(stored)) { in readPatternHashIfExists()
285 return new CredentialHash(stored, LockPatternUtils.CREDENTIAL_TYPE_PATTERN, in readPatternHashIfExists()
289 stored = readFile(getBaseZeroLockPatternFilename(userId)); in readPatternHashIfExists()
[all …]
/frameworks/opt/net/wifi/service/proto/src/
Dscorecard.proto33 // This message is not stored in the MemoryStore. It is used to package
39 optional string ssid = 1; // The SSID (not stored)
50 // known to the device. The BSSID itself is not stored in persistent storage.
53 optional bytes bssid = 2; // BSSID of the access point (not stored)
/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/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.
Dbackup_chunks_metadata.proto62 // This is local state stored on the device. It is never sent to the backup server. See
/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.
Drs_allocation_data.rsh599 * The "X" in the name indicates that successive values are stored by increasing
603 * For example, when calling rsAllocationVStoreX_int3(a, v, 20, 30), v.x is stored
618 * val: Value to be stored.
2600 * Inside an allocation, Y, U, and V components may be stored if different planes
2616 * Inside an allocation, Y, U, and V components may be stored if different planes
2632 * Inside an allocation, Y, U, and V components may be stored if different planes
2688 * This function has two styles. One passes the value to be stored using a void*,
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/protos/
DDeviceFiles.proto9 // Format of various files stored at the device.
/frameworks/av/media/libstagefright/codecs/amrwbenc/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/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java511 Bundle stored = mUserManager.getUserRestrictions(new UserHandle(testUser.id)); in testRestrictions() local
513 assertEquals(stored.getBoolean(UserManager.DISALLOW_CONFIG_WIFI), false); in testRestrictions()
514 assertEquals(stored.getBoolean(UserManager.DISALLOW_UNINSTALL_APPS), false); in testRestrictions()
515 assertEquals(stored.getBoolean(UserManager.DISALLOW_INSTALL_APPS), true); in testRestrictions()
/frameworks/native/vulkan/
DREADME.md13 We generate several parts of the loader and tools from a Vulkan API description file, stored in `ap…
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto83 * the data file is stored. The content of the data file
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsState.java790 final String stored = parser.getAttributeValue(null, attr); in getValueAttribute() local
791 if (NULL_VALUE_OLD_STYLE.equals(stored)) { in getValueAttribute()
794 return stored; in getValueAttribute()
/frameworks/ml/nn/extensions/
DREADME.md19 The allowlist is stored in `/vendor/etc/nnapi_extensions_app_allowlist`, and contains
/frameworks/minikin/doc/
Dhyb_file_format.md3 The hyb file format is how hyphenation patterns are stored in the system image.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor.m435 // Data stored as a length prefixed (network byte order) c-string in
850 // Data stored as a length prefixed c-string in descriptor records.
855 // The length is stored in network byte order.
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md87 will be stored in `proto/<servicename>(_CRITICAL|_HIGH|).proto`
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/protoc-artifacts/
DREADME.md145 stored:
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt195 3. How much data can be stored in the cache?
DEGL_ANDROID_native_fence_sync.txt209 duplicates the file descriptor stored in the

12