Searched defs:mNotifyLongScheduled (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java269 private long mNotifyLongScheduled; field in class:PowerManagerService
1226 mNotifyLongScheduled = time;
1235 == PowerManager.PARTIAL_WAKE_LOCK && mNotifyLongScheduled == 0) {
1894 mNotifyLongScheduled = 0;
3190 pw.print(" mNotifyLongScheduled=");
3191 if (mNotifyLongScheduled == 0) {
3194 TimeUtils.formatDuration(mNotifyLongScheduled, SystemClock.uptimeMillis(), pw);
3416 proto.write(PowerServiceDumpProto.NOTIFY_LONG_SCHEDULED_MS, mNotifyLongScheduled);

Completed in 36 milliseconds