Searched refs:lastNetworkLoggingNotificationTimeMs (Results 1 – 1 of 1) sorted by relevance
946 long lastNetworkLoggingNotificationTimeMs = 0; // Time in milliseconds since epoch field in DevicePolicyManagerService.ActiveAdmin1189 Long.toString(lastNetworkLoggingNotificationTimeMs)); in writeToXml()1406 lastNetworkLoggingNotificationTimeMs = Long.parseLong( in readFromXml()12266 deviceOwner.lastNetworkLoggingNotificationTimeMs = 0; in setNetworkLoggingEnabled()12396 if (now - deviceOwner.lastNetworkLoggingNotificationTimeMs < MS_PER_DAY) { in sendNetworkLoggingNotificationLocked()12402 deviceOwner.lastNetworkLoggingNotificationTimeMs = 0; in sendNetworkLoggingNotificationLocked()12404 deviceOwner.lastNetworkLoggingNotificationTimeMs = now; in sendNetworkLoggingNotificationLocked()