Home
last modified time | relevance | path

Searched defs:expectedAfter (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DAndroidKeyStoreTest.java1083 Date expectedAfter = new Date(now.getTime() - SLOP_TIME_MILLIS); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success() local
1101 Date expectedAfter = new Date(now.getTime() - SLOP_TIME_MILLIS); in testKeyStore_GetCreationDate_CAEntry_Unencrypted_Success() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DAutoCompleteTextViewTest.java134 public MyTextWatcher(CharSequence expectedAfter) { in MyTextWatcher()