Home
last modified time | relevance | path

Searched defs:key (Results 226 – 250 of 848) sorted by relevance

12345678910>>...34

/aosp14/frameworks/base/core/proto/android/service/
H A Druntime.proto37 optional string key = 1; field
/aosp14/system/core/init/
H A Dreboot_utils.cpp53 [kInitFatalPanicParamString](const std::string& key, const std::string& value) { in SetFatalRebootTarget()
71 ImportBootconfig([kRebootTargetString](const std::string& key, const std::string& value) { in SetFatalRebootTarget()
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DAssociationState.java85 @NonNull ProcessState targetProcess, SourceKey key) { in SourceState()
614 SourceKey key = new SourceKey(uid, processName, packageName); in startSource() local
636 final SourceKey key = other.mSources.keyAt(isrc); in add() local
719 final SourceKey key = mSources.keyAt(isrc); in writeToParcel() local
740 final SourceKey key = new SourceKey(stats, in, parcelVersion); in readFromParcel() local
790 final SourceKey key = mSources.keyAt(isrc); in hasProcessOrPackage() local
906 final SourceKey key = sources.get(isrc).first; in dumpSources() local
1074 final SourceKey key = mSources.keyAt(isrc); in dumpTimesCheckin() local
1142 final SourceKey key = mSources.keyAt(isrc); in dumpDebug() local
/aosp14/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java54 private final String key; field in StatusBarNotification
145 public static int getUidFromKey(@NonNull String key) { in getUidFromKey()
161 public static String getPkgFromKey(@NonNull String key) { in getPkgFromKey()
169 private String key() { in key() method in StatusBarNotification
/aosp14/system/core/libcutils/
H A Dandroid_get_control_file_test.cpp35 std::string key(ANDROID_FILE_ENV_PREFIX); in TEST() local
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppSearchShortcutPersonTest.java32 final String key = "key"; in testBuildPersonAndGetValue() local
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DDelegatingX509Certificate.java169 public void verify(PublicKey key) in verify()
179 public void verify(PublicKey key, String sigProvider) in verify()
/aosp14/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputEventSenderAndReceiverTest.kt85 val key = getTestKeyEvent() regex
150 val key = getTestKeyEvent() regex
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DWrappedKey.java64 public static WrappedKey fromSecretKey(PlatformEncryptionKey wrappingKey, SecretKey key, in fromSecretKey()
225 SecretKey key; in unwrapKeys() local
H A DPlatformDecryptionKey.java43 public PlatformDecryptionKey(int generationId, SecretKey key) { in PlatformDecryptionKey()
H A DPlatformEncryptionKey.java44 public PlatformEncryptionKey(int generationId, SecretKey key) { in PlatformEncryptionKey()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreHmacSpi.java100 protected void engineInit(Key key, AlgorithmParameterSpec params) throws InvalidKeyException, in engineInit()
116 private void init(Key key, AlgorithmParameterSpec params) throws InvalidKeyException, in init()
/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupDataOutput.java131 public int writeEntityHeader(String key, int dataSize) throws IOException { in writeEntityHeader()
174 … private native static int writeEntityHeader_native(long mBackupWriter, String key, int dataSize); in writeEntityHeader_native()
/aosp14/frameworks/base/telephony/common/com/google/android/mms/util/
H A DPduCache.java168 private PduCacheEntry purgeSingleEntry(Uri key) { in purgeSingleEntry()
237 private void removeFromThreads(Uri key, PduCacheEntry entry) { in removeFromThreads()
261 private void removeFromMessageBoxes(Uri key, PduCacheEntry entry) { in removeFromMessageBoxes()
/aosp14/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java338 public boolean authenticateSectorWithKeyA(int sectorIndex, byte[] key) throws IOException { in authenticateSectorWithKeyA()
365 public boolean authenticateSectorWithKeyB(int sectorIndex, byte[] key) throws IOException { in authenticateSectorWithKeyB()
369 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { in authenticate()
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.cpp77 const std::string XMLAttribute(const tinyxml2::XMLElement* elem, const std::string key, in XMLAttribute()
86 bool XMLYesNo(const tinyxml2::XMLElement* elem, const std::string key, bool* res, in XMLYesNo()
199 const std::string key = XMLAttribute(var, "key"); in ExtractGetVars() local
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_Streams.cpp129 jstring key = (jstring) env->GetObjectArrayElement(keys, i); in ConvertKeyValueArraysToKeyedVector() local
208 const char *key, int32_t value) { in SetMapInt32()
248 const char *key = msg->getEntryNameAt(i, &valueType); in ConvertMessageToMap() local
403 AString key = tmp; in ConvertKeyValueArraysToMessage() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DCommonNotifCollection.java59 @Nullable NotificationEntry getEntry(@NonNull String key); in getEntry()
/aosp14/system/core/libcutils/include/cutils/
H A Dproperties.h136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dproperties.h136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DICrossUserContentService.aidl22 void updateContent(in Uri uri, String key, int value); in updateContent()
/aosp14/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DSettingsActivity.java61 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) { in onSharedPreferenceChanged()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
H A DWifiUtilsTest.java161 String key = "test_key"; in getWifiDialogIntent_returnsCorrectValues() local
182 final String key = "test_key"; in getWifiDetailsSettingsIntent_returnsCorrectValues() local
/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DUtils.java52 String key = in.readString(); in readStringMap() local
75 String key = in.readString(); in readStringIntMap() local
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java149 public String getKeyboardLayout(String inputDeviceDescriptor, String key) { in getKeyboardLayout()
154 public boolean setKeyboardLayout(String inputDeviceDescriptor, String key, in setKeyboardLayout()
239 public boolean clearMappedKey(int key) { in clearMappedKey()
452 public String getKeyboardLayout(String key) { in getKeyboardLayout()
456 public boolean setKeyboardLayout(String key, String keyboardLayout) { in setKeyboardLayout()
606 String key = parser.getAttributeValue(null, "key"); in loadFromXml() local

12345678910>>...34