Searched defs:expectedAfter (Results 1 – 2 of 2) sorted by relevance
1083 Date expectedAfter = new Date(now.getTime() - SLOP_TIME_MILLIS); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success() local1101 Date expectedAfter = new Date(now.getTime() - SLOP_TIME_MILLIS); in testKeyStore_GetCreationDate_CAEntry_Unencrypted_Success() local
134 public MyTextWatcher(CharSequence expectedAfter) { in MyTextWatcher()