Searched refs:mNotifyLongNextCheck (Results 1 – 1 of 1) sorted by relevance
289 private long mNotifyLongNextCheck; field in PowerManagerService2020 mNotifyLongNextCheck = nextCheckTime; in checkForLongWakeLocks()2023 mNotifyLongNextCheck = 0; in checkForLongWakeLocks()3423 if (mNotifyLongNextCheck == 0) { in dumpInternal()3426 TimeUtils.formatDuration(mNotifyLongNextCheck, SystemClock.uptimeMillis(), pw); in dumpInternal()3645 … proto.write(PowerManagerServiceDumpProto.NOTIFY_LONG_NEXT_CHECK_MS, mNotifyLongNextCheck); in dumpProto()