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

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java119 private long mLastResetTime; field in class:ShortcutPackage
449 // mLastResetTime.
454 if (ShortcutService.isClockValid(now) && mLastResetTime > now) {
457 mLastResetTime = now;
463 if (mLastResetTime < last) {
466 getPackageName(), mLastResetTime, now, last));
469 mLastResetTime = last;
504 mLastResetTime = 0;
1175 pw.print(mLastResetTime);
1177 pw.print(ShortcutService.formatTime(mLastResetTime));
[all...]

Completed in 48 milliseconds