Searched refs:mNotificationRepeatTime (Results 1 – 1 of 1) sorted by relevance
65 private long mNotificationRepeatTime; field in WifiNotificationController207 mNotificationRepeatTime = 0; in resetNotification()242 if (System.currentTimeMillis() < mNotificationRepeatTime) { in setNotificationVisible()268 mNotificationRepeatTime = System.currentTimeMillis() + NOTIFICATION_REPEAT_DELAY_MS; in setNotificationVisible()281 pw.println("mNotificationRepeatTime " + mNotificationRepeatTime); in dump()