/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | HeadsUpManagerTest.java | 104 ongoingCall.setEntry(new NotificationEntryBuilder() in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput() 112 activeRemoteInput.setEntry(new NotificationEntryBuilder() in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput() 126 incomingCall.setEntry(new NotificationEntryBuilder() in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput() 134 activeRemoteInput.setEntry(new NotificationEntryBuilder() in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput() 150 entryToPin.setEntry(new NotificationEntryBuilder() in testPinEntry_logsPeek()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
H A D | PlatformKeyManagerTest.java | 126 verify(mKeyStoreProxy).setEntry( in init_createsEncryptKeyWithCorrectAlias() 168 verify(mKeyStoreProxy).setEntry( in init_createsDecryptKeyWithCorrectAlias() 236 verify(mKeyStoreProxy).setEntry( in init_createsDecryptKeyIfNoSid() 248 verify(mKeyStoreProxy).setEntry( in init_createsDecryptKeyOnGateKeeperException() 258 verify(mKeyStoreProxy, times(2)).setEntry(any(), mEntryArgumentCaptor.capture(), any()); in init_createsBothKeysWithSameMaterial() 536 verify(mKeyStoreProxy).setEntry( in regenerate_generatesANewEncryptKeyWithTheCorrectAlias() 548 verify(mKeyStoreProxy).setEntry( in regenerate_generatesANewDecryptKeyWithTheCorrectAlias() 555 verify(mKeyStoreProxy).setEntry( in getEncryptKeyProtection() 563 verify(mKeyStoreProxy).setEntry( in getDecryptKeyProtection() 571 verify(mKeyStoreProxy).setEntry( in getDecryptKeyProtectionForPrimaryUser()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
H A D | AppManagementFragment.java | 286 mForceStopPreference.setEntry(mEntry); in updatePrefs() 295 mUninstallPreference.setEntry(mEntry); in updatePrefs() 304 mEnableDisablePreference.setEntry(mEntry); in updatePrefs() 316 mAppStoragePreference.setEntry(mEntry); in updatePrefs() 326 mClearDataPreference.setEntry(mEntry); in updatePrefs() 336 mClearCachePreference.setEntry(mEntry); in updatePrefs() 345 mClearDefaultsPreference.setEntry(mEntry); in updatePrefs() 354 mNotificationsPreference.setEntry(mEntry); in updatePrefs()
|
H A D | AppActionPreference.java | 43 public void setEntry(@NonNull ApplicationsState.AppEntry entry) { in setEntry() method in AppActionPreference
|
H A D | NotificationsPreference.java | 59 public void setEntry(@NonNull ApplicationsState.AppEntry entry) { in setEntry() method in NotificationsPreference
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | AlertingNotificationManager.java | 184 alertEntry.setEntry(entry); in addAlertEntry() 285 public void setEntry(@NonNull final NotificationEntry entry) { in setEntry() method in AlertingNotificationManager.AlertEntry 286 setEntry(entry, () -> removeAlertEntry(entry.getKey())); in setEntry() 289 public void setEntry(@NonNull final NotificationEntry entry, in setEntry() method in AlertingNotificationManager.AlertEntry
|
H A D | HeadsUpStatusBarView.java | 111 public void setEntry(NotificationEntry entry) { in setEntry() method in HeadsUpStatusBarView 133 setEntry(entry);
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
H A D | KeyStoreProxyImpl.java | 55 public void setEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam) in setEntry() method in KeyStoreProxyImpl 57 mKeyStore.setEntry(alias, entry, protParam); in setEntry()
|
H A D | KeyStoreProxy.java | 41 void setEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam) in setEntry() method
|
H A D | PlatformKeyManager.java | 437 mKeyStore.setEntry( in generateAndLoadKey() 441 mKeyStore.setEntry( in generateAndLoadKey()
|
/aosp12/frameworks/compile/mclinker/lib/Script/ |
H A D | EntryCmd.cpp | 34 script.setEntry(m_Entry); in activate()
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | StringArray.h | 73 void setEntry(int idx, const char* str);
|
/aosp12/frameworks/compile/mclinker/lib/Core/ |
H A D | LinkerScript.cpp | 38 void LinkerScript::setEntry(const std::string& pEntry) { in setEntry() function in mcld::LinkerScript
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | CharacterEncodingDetector.cpp | 235 mValues.setEntry(i, "???"); in detectAndConvert() 275 mValues.setEntry(i, "???"); in detectAndConvert() 288 mValues.setEntry(i, start); in detectAndConvert()
|
H A D | StringArray.cpp | 103 void StringArray::setEntry(int idx, const char* str) { in setEntry() function in android::StringArray
|
/aosp12/frameworks/compile/mclinker/include/mcld/ |
H A D | LinkerScript.h | 86 void setEntry(const std::string& pEntry);
|
/aosp12/art/test/989-method-trace-throw/src/art/ |
H A D | Test989.java | 180 private static void setEntry(MethodTracer type) throws Exception { in setEntry() method in Test989 205 setEntry(type); in doTest()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | HeadsUpManagerPhone.java | 449 public void setEntry(@NonNull final NotificationEntry entry) { in setEntry() method in HeadsUpManagerPhone.HeadsUpEntryPhone 467 setEntry(entry, removeHeadsUpRunnable); in setEntry()
|
H A D | HeadsUpAppearanceController.java | 210 mView.setEntry(newEntry); in updateTopEntry()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | ApplicationKeyStorage.java | 84 mKeyStore.setEntry( in setSymmetricKeyEntry()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | Bubble.java | 211 setEntry(entry); in Bubble() 443 void setEntry(@NonNull final BubbleEntry entry) { in setEntry() method in Bubble
|
H A D | BubbleData.java | 309 bubbleToReturn.setEntry(entry); in getOrCreateBubble()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | SyntheticPasswordCrypto.java | 196 keyStore.setEntry(keyAlias, in createBlob()
|
/aosp12/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
H A D | XmlConfigTests.java | 430 keystore.setEntry(String.valueOf(i), in testTrustManagerKeystore()
|
/aosp12/frameworks/compile/mclinker/tools/mcld/ |
H A D | Main.cpp | 391 script_.setEntry(arg->getValue()); in TranslateArguments()
|