Searched refs:mNotificationRepeatTime (Results 1 – 1 of 1) sorted by relevance
105 private long mNotificationRepeatTime; field in AvailableNetworkNotifier249 mNotificationRepeatTime = 0; in clearPendingNotification()288 && mClock.getWallClockMillis() < mNotificationRepeatTime) { in handleScanResults()415 mNotificationRepeatTime = mClock.getWallClockMillis() + mNotificationRepeatDelay; in postInitialNotification()526 mNotificationRepeatTime = System.currentTimeMillis() + mNotificationRepeatDelay; in resetStateAndDelayNotification()535 pw.println("mNotificationRepeatTime: " + mNotificationRepeatTime); in dump()