Home
last modified time | relevance | path

Searched refs:ONE_AT_A_TIME (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_manager/android/junit/src/org/chromium/chrome/browser/password_manager/settings/
H A DReauthenticationManagerTest.java75 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME)); in testDisplayReauthenticationFragment_Passed()
81 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME); in testDisplayReauthenticationFragment_Passed()
92 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME)); in testDisplayReauthenticationFragment_Passed()
103 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME)); in testDisplayReauthenticationFragment_Failed()
109 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME); in testDisplayReauthenticationFragment_Failed()
120 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME)); in testDisplayReauthenticationFragment_Failed()
133 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME)); in testDisplayReauthenticationFragment_OneAtATimeCovered()
151 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME)); in testDisplayReauthenticationFragment_OneAtATimeCovered()
164 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME)); in testDisplayReauthenticationFragment_BulkNotCovered()
170 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME); in testDisplayReauthenticationFragment_BulkNotCovered()
[all …]
H A DPasswordReauthenticationFragmentTest.java34 private static final int[] ALL_SCOPES = {ReauthenticationManager.ReauthScope.ONE_AT_A_TIME,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_manager/android/java/src/org/chromium/chrome/browser/password_manager/settings/
H A DReauthenticationManager.java38 @IntDef({ReauthScope.ONE_AT_A_TIME, ReauthScope.BULK})
41 int ONE_AT_A_TIME = 0; field
60 private static int sLastReauthScope = ReauthScope.ONE_AT_A_TIME;
81 sLastReauthScope = ReauthScope.ONE_AT_A_TIME; in resetLastReauth()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_check/android/internal/java/src/org/chromium/chrome/browser/password_check/helper/
H A DPasswordCheckReauthenticationHelper.java68 if (ReauthenticationManager.authenticationStillValid(ReauthScope.ONE_AT_A_TIME)) { in reauthenticate()
78 descriptionId, View.NO_ID, mFragmentManager, ReauthScope.ONE_AT_A_TIME); in reauthenticate()
98 ReauthenticationManager.authenticationStillValid(ReauthScope.ONE_AT_A_TIME)); in onReauthenticationMaybeHappened()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/password_manager/settings/
H A DPasswordEntryEditor.java69 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME); in onResume()
138 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME)) { in performActionAfterReauth()
144 getParentFragmentManager(), ReauthenticationManager.ReauthScope.ONE_AT_A_TIME); in performActionAfterReauth()
H A DPasswordEntryViewer.java199 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME)) { in onResume()
398 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME)) { in hookupPasswordButtons()
405 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME); in hookupPasswordButtons()
419 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME)) { in hookupPasswordButtons()
426 ReauthenticationManager.ReauthScope.ONE_AT_A_TIME); in hookupPasswordButtons()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_check/android/internal/java/src/org/chromium/chrome/browser/password_check/
H A DPasswordCheckViewDialogFragment.java68 if (!ReauthenticationManager.authenticationStillValid(ReauthScope.ONE_AT_A_TIME)) { in onResume()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/password_manager/settings/
H A DPasswordEntryEditorTest.java112 System.currentTimeMillis(), ReauthenticationManager.ReauthScope.ONE_AT_A_TIME); in testStoredPasswordCanBeUnmaskedAndMaskedAgain()
H A DPasswordSettingsTest.java1649 System.currentTimeMillis(), ReauthenticationManager.ReauthScope.ONE_AT_A_TIME);
2020 System.currentTimeMillis(), ReauthenticationManager.ReauthScope.ONE_AT_A_TIME);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_check/android/javatests/src/org/chromium/chrome/browser/password_check/
H A DPasswordCheckViewTest.java659 System.currentTimeMillis(), ReauthScope.ONE_AT_A_TIME); in testCopyPasswordViewDialog()
686 System.currentTimeMillis(), ReauthScope.ONE_AT_A_TIME); in testCloseViewDialogTriggersHandler()
713 System.currentTimeMillis(), ReauthScope.ONE_AT_A_TIME); in testOnResumeViewDialogReauthenticationNeeded()
720 ReauthScope.ONE_AT_A_TIME); in testOnResumeViewDialogReauthenticationNeeded()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pcmcia/
H A Dif_cnw.c169 #define ONE_AT_A_TIME macro
596 #ifdef ONE_AT_A_TIME in cnw_start()
610 #ifdef ONE_AT_A_TIME in cnw_start()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_check/android/java/src/org/chromium/chrome/browser/password_check/
H A DPasswordCheckEditFragmentView.java134 if (!ReauthenticationManager.authenticationStillValid(ReauthScope.ONE_AT_A_TIME)) { in onResume()