Searched refs:lastNetworkLoggingNotificationTimeMs (Results 1 – 1 of 1) sorted by relevance
1016 long lastNetworkLoggingNotificationTimeMs = 0; // Time in milliseconds since epoch field in DevicePolicyManagerService.ActiveAdmin1260 Long.toString(lastNetworkLoggingNotificationTimeMs)); in writeToXml()1482 lastNetworkLoggingNotificationTimeMs = Long.parseLong( in readFromXml()13228 deviceOwner.lastNetworkLoggingNotificationTimeMs = 0; in setNetworkLoggingEnabled()13399 if (now - deviceOwner.lastNetworkLoggingNotificationTimeMs < MS_PER_DAY) { in sendNetworkLoggingNotificationLocked()13405 deviceOwner.lastNetworkLoggingNotificationTimeMs = 0; in sendNetworkLoggingNotificationLocked()13407 deviceOwner.lastNetworkLoggingNotificationTimeMs = now; in sendNetworkLoggingNotificationLocked()