Searched refs:expectedAfter (Results 1 – 2 of 2) sorted by relevance
1034 Date expectedAfter = new Date(now.getTime() - SLOP_TIME_MILLIS); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success() local1038 assertTrue("Time should be close to current time", actual.after(expectedAfter)); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success()1051 Date expectedAfter = new Date(now.getTime() - SLOP_TIME_MILLIS); in testKeyStore_GetCreationDate_CAEntry_Unencrypted_Success() local1055 assertTrue("Time should be close to current time", actual.after(expectedAfter)); in testKeyStore_GetCreationDate_CAEntry_Unencrypted_Success()
125 public MyTextWatcher(CharSequence expectedAfter) { in MyTextWatcher() argument126 mExpectedAfter = expectedAfter; in MyTextWatcher()