Home
last modified time | relevance | path

Searched refs:getCreationDate (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKeyStore_Impl3Test.java129 kss[i].getCreationDate(null); in testLoadStore01()
187 .getCreationDate(aliases[j]), kss1[i] in testLoadStore01()
188 .getCreationDate(aliases[j])); in testLoadStore01()
192 assertEquals("Incorrect date", kss[i].getCreationDate(aliases[3]), in testLoadStore01()
193 kss1[i].getCreationDate(aliases[3])); in testLoadStore01()
196 assertEquals("Incorrect date", kss[i].getCreationDate(aliases[4]), in testLoadStore01()
197 kss1[i].getCreationDate(aliases[4])); in testLoadStore01()
DKeyStore_Impl2Test.java101 .getCreationDate(alias), new Date(0)); in checkResult()
226 keyS.getCreationDate(alias); in checkKeyStoreException()
DKeyStore_Impl1Test.java273 kss[i].getCreationDate(""); in testKeyStore11()
/external/smack/src/org/jivesoftware/smackx/commands/
DLocalCommand.java111 public long getCreationDate() { in getCreationDate() method in LocalCommand
DAdHocCommandManager.java464 long creationStamp = command.getCreationDate(); in processAdHocCommand()
530 long creationStamp = command.getCreationDate(); in processAdHocCommand()