Home
last modified time | relevance | path

Searched refs:lastNetworkLoggingNotificationTimeMs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1016 long lastNetworkLoggingNotificationTimeMs = 0; // Time in milliseconds since epoch field in DevicePolicyManagerService.ActiveAdmin
1260 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()