Searched refs:ptm (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipEntry.cpp348 struct tm* ptm; local
355 ptm = localtime_r(&even, &tmResult);
357 ptm = localtime(&even);
361 year = ptm->tm_year;
365 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
366 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java239 public Visible(Spannable sp, PasswordTransformationMethod ptm) { argument
241 mTransformer = ptm;

Completed in 77 milliseconds