Searched defs:creationTime (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DUserInfo.java86 public long creationTime; field in class:UserInfo
147 creationTime = orig.creationTime;
173 dest.writeLong(creationTime);
196 creationTime = source.readLong();
/frameworks/base/core/java/android/print/
H A DPrintJobInfo.java384 * @param creationTime The creation time in milliseconds.
388 public void setCreationTime(long creationTime) { argument
389 if (creationTime < 0) {
390 throw new IllegalArgumentException("creationTime must be non-negative.");
392 mCreationTime = creationTime;
624 builder.append(", creationTime: " + mCreationTime);
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1754 uint64_t creationTime; local
1757 creationTime = U64_AT(&header[4]);
1766 creationTime = U32_AT(&header[4]);
1779 convertTimeToDate(creationTime, &s);

Completed in 1821 milliseconds