Home
last modified time | relevance | path

Searched refs:setEntry (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManagerTest.java104 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 DPlatformKeyManagerTest.java126 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 DAppManagementFragment.java286 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 DAppActionPreference.java43 public void setEntry(@NonNull ApplicationsState.AppEntry entry) { in setEntry() method in AppActionPreference
H A DNotificationsPreference.java59 public void setEntry(@NonNull ApplicationsState.AppEntry entry) { in setEntry() method in NotificationsPreference
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java184 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 DHeadsUpStatusBarView.java111 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 DKeyStoreProxyImpl.java55 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 DKeyStoreProxy.java41 void setEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam) in setEntry() method
H A DPlatformKeyManager.java437 mKeyStore.setEntry( in generateAndLoadKey()
441 mKeyStore.setEntry( in generateAndLoadKey()
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DEntryCmd.cpp34 script.setEntry(m_Entry); in activate()
/aosp12/frameworks/av/media/libmedia/include/media/
H A DStringArray.h73 void setEntry(int idx, const char* str);
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp38 void LinkerScript::setEntry(const std::string& pEntry) { in setEntry() function in mcld::LinkerScript
/aosp12/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp235 mValues.setEntry(i, "???"); in detectAndConvert()
275 mValues.setEntry(i, "???"); in detectAndConvert()
288 mValues.setEntry(i, start); in detectAndConvert()
H A DStringArray.cpp103 void StringArray::setEntry(int idx, const char* str) { in setEntry() function in android::StringArray
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h86 void setEntry(const std::string& pEntry);
/aosp12/art/test/989-method-trace-throw/src/art/
H A DTest989.java180 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 DHeadsUpManagerPhone.java449 public void setEntry(@NonNull final NotificationEntry entry) { in setEntry() method in HeadsUpManagerPhone.HeadsUpEntryPhone
467 setEntry(entry, removeHeadsUpRunnable); in setEntry()
H A DHeadsUpAppearanceController.java210 mView.setEntry(newEntry); in updateTopEntry()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DApplicationKeyStorage.java84 mKeyStore.setEntry( in setSymmetricKeyEntry()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java211 setEntry(entry); in Bubble()
443 void setEntry(@NonNull final BubbleEntry entry) { in setEntry() method in Bubble
H A DBubbleData.java309 bubbleToReturn.setEntry(entry); in getOrCreateBubble()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordCrypto.java196 keyStore.setEntry(keyAlias, in createBlob()
/aosp12/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DXmlConfigTests.java430 keystore.setEntry(String.valueOf(i), in testTrustManagerKeystore()
/aosp12/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp391 script_.setEntry(arg->getValue()); in TranslateArguments()

12