/aosp14/frameworks/base/core/proto/android/service/ |
H A D | runtime.proto | 37 optional string key = 1; field
|
/aosp14/system/core/init/ |
H A D | reboot_utils.cpp | 53 [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 D | AssociationState.java | 85 @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 D | StatusBarNotification.java | 54 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 D | android_get_control_file_test.cpp | 35 std::string key(ANDROID_FILE_ENV_PREFIX); in TEST() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | AppSearchShortcutPersonTest.java | 32 final String key = "key"; in testBuildPersonAndGetValue() local
|
/aosp14/frameworks/base/keystore/java/android/security/keystore/ |
H A D | DelegatingX509Certificate.java | 169 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 D | InputEventSenderAndReceiverTest.kt | 85 val key = getTestKeyEvent() regex 150 val key = getTestKeyEvent() regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
H A D | WrappedKey.java | 64 public static WrappedKey fromSecretKey(PlatformEncryptionKey wrappingKey, SecretKey key, in fromSecretKey() 225 SecretKey key; in unwrapKeys() local
|
H A D | PlatformDecryptionKey.java | 43 public PlatformDecryptionKey(int generationId, SecretKey key) { in PlatformDecryptionKey()
|
H A D | PlatformEncryptionKey.java | 44 public PlatformEncryptionKey(int generationId, SecretKey key) { in PlatformEncryptionKey()
|
/aosp14/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreHmacSpi.java | 100 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 D | BackupDataOutput.java | 131 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 D | PduCache.java | 168 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 D | MifareClassic.java | 338 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 D | extensions.cpp | 77 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 D | android_media_Streams.cpp | 129 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 D | CommonNotifCollection.java | 59 @Nullable NotificationEntry getEntry(@NonNull String key); in getEntry()
|
/aosp14/system/core/libcutils/include/cutils/ |
H A D | properties.h | 136 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 D | properties.h | 136 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 D | ICrossUserContentService.aidl | 22 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 D | SettingsActivity.java | 61 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) { in onSharedPreferenceChanged()
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/ |
H A D | WifiUtilsTest.java | 161 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 D | Utils.java | 52 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 D | PersistentDataStore.java | 149 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
|