Home
last modified time | relevance | path

Searched defs:key (Results 1226 – 1250 of 3744) sorted by relevance

1...<<41424344454647484950>>...150

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityUserStateTest.java386 private int getSecureIntForUser(String key, int userId) { in getSecureIntForUser()
390 private void putSecureIntForUser(String key, int value, int userId) { in putSecureIntForUser()
/aosp12/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsStateTest.java117 private void checkWriteSingleSetting(TypedXmlSerializer serializer, String key, String value) in checkWriteSingleSetting()
123 String key, String value) throws Exception { in checkWriteSingleSetting()
/aosp12/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
H A DGenImage.java149 public String setup(int key) { in setup()
231 int key = 0; field in Triangle
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
H A DVoicemailNotificationSettingsUtil.java98 String key = getVoicemailVibrationSharedPrefsKey(); in migrateVoicemailVibrationSettingsIfNeeded() local
137 String key = getVoicemailRingtoneSharedPrefsKey(); in migrateVoicemailRingtoneSettingsIfNeeded() local
/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DGenerationRegistryTest.java118 final int key = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_SECURE, i); in testMaxNumBackingStores() local
123 final int key = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_SECURE, in testMaxNumBackingStores() local
/aosp12/frameworks/base/core/java/android/util/
H A DMapCollections.java157 final Object key = colGetEntry(mIndex, 0); in hashCode() local
262 final Object key = colGetEntry(i, 0); in hashCode() local
556 protected abstract int colIndexOfKey(Object key); in colIndexOfKey()
557 protected abstract int colIndexOfValue(Object key); in colIndexOfValue()
559 protected abstract void colPut(K key, V value); in colPut()
/aosp12/frameworks/base/media/java/android/media/
H A DTimedText.java440 int key = parcel.readInt(); in parseParcel() local
555 int key = parcel.readInt(); in readStyle() local
703 private boolean isValidKey(final int key) { in isValidKey()
717 private boolean containsKey(final int key) { in containsKey()
741 private Object getObject(final int key) { in getObject()
/aosp14/frameworks/base/media/java/android/media/
H A DTimedText.java440 int key = parcel.readInt(); in parseParcel() local
555 int key = parcel.readInt(); in readStyle() local
703 private boolean isValidKey(final int key) { in isValidKey()
717 private boolean containsKey(final int key) { in containsKey()
741 private Object getObject(final int key) { in getObject()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSpi.java271 public void engineSetKeyEntry(String alias, Key key, char[] password, Certificate[] chain) in engineSetKeyEntry()
286 private static KeyProtection getLegacyKeyProtectionParameter(PrivateKey key) in getLegacyKeyProtectionParameter()
339 private void setPrivateKeyEntry(String alias, PrivateKey key, Certificate[] chain, in setPrivateKeyEntry()
610 private int getKeymasterEcCurve(PrivateKey key) { in getKeymasterEcCurve()
659 private void setSecretKeyEntry(String alias, SecretKey key, in setSecretKeyEntry()
/aosp14/frameworks/base/core/java/android/util/
H A DMapCollections.java157 final Object key = colGetEntry(mIndex, 0); in hashCode() local
262 final Object key = colGetEntry(i, 0); in hashCode() local
556 protected abstract int colIndexOfKey(Object key); in colIndexOfKey()
557 protected abstract int colIndexOfValue(Object key); in colIndexOfValue()
559 protected abstract void colPut(K key, V value); in colPut()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java310 boolean systemPropertiesGetBoolean(String key, boolean def) { in systemPropertiesGetBoolean()
315 long systemPropertiesGetLong(String key, long def) { in systemPropertiesGetLong()
320 String systemPropertiesGet(String key, String def) { in systemPropertiesGet()
325 String systemPropertiesGet(String key) { in systemPropertiesGet()
330 void systemPropertiesSet(String key, String value) { in systemPropertiesSet()
/aosp12/system/update_engine/common/
H A Dprefs_unittest.cc81 for (const auto& key : keys2) in MultiNamespaceKeyTest() local
93 for (const auto& key : keys2corner) in MultiNamespaceKeyTest() local
100 for (const auto& key : keys1) in MultiNamespaceKeyTest() local
110 for (const auto& key : keys0) in MultiNamespaceKeyTest() local
118 for (const auto& key : keys0corner) in MultiNamespaceKeyTest() local
152 bool SetValue(const string& key, const string& value) { in SetValue()
608 auto key = prefs_.CreateSubKey({"ns", "sp", "sk"}); in TEST_F() local
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java321 private void putString(@NonNull String key, @Nullable String str) { in putString()
332 private String getString(@NonNull String key, @Nullable String defaultValue) { in getString()
337 private String getStringForUser( in getStringForUser()
348 private void putInt(String key, int value) { in putInt()
358 private int getInt(String key, int defaultValue) { in getInt()
366 private void putBoolean(String key, boolean value) { in putBoolean()
370 private boolean getBoolean(String key, boolean defaultValue) { in getBoolean()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Dhashtable_lookup_float.mod.py30 key = Input("key", "TENSOR_INT32", "{%d}" % (keys)) variable
H A Dhashtable_lookup_quant8.mod.py30 key = Input("key", "TENSOR_INT32", "{%d}" % (keys)) variable
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DPermGroupUsageLiveData.kt75 val key = access.packageName to access.attributionTag regex
/aosp12/hardware/interfaces/rebootescrow/aidl/default/
H A DHadamardUtilsTest.cpp41 std::vector<uint8_t> key; in TEST_F() local
/aosp12/bionic/libc/bionic/
H A Dsys_shm.cpp67 int shmget(key_t key, size_t size, int flags) { in shmget()
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncAdapterStateFetcher.java39 final Pair<Integer, String> key = Pair.create(userId, packageName); in getStandbyBucket() local
/aosp12/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
H A DX509Utils.java60 ECPublicKey key = (ECPublicKey) cert.getPublicKey(); in getAndFormatRawPublicKey() local
/aosp12/frameworks/base/packages/BackupEncryption/proto/
H A Dwrapped_key.proto45 optional bytes key = 3; field
/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/kv/
H A DKeyValueListingBuilder.java38 public KeyValueListingBuilder addPair(String key, ChunkHash hash) { in addPair()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLifetimeExtender.java63 void onSafeToRemove(String key); in onSafeToRemove()
/aosp12/system/bt/osi/include/
H A Dconfig.h29 std::string key; member
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DAdbDeviceNamePreferenceController.java42 public AdbDeviceNamePreferenceController(Context context, String key) { in AdbDeviceNamePreferenceController()

1...<<41424344454647484950>>...150