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.java946 long lastNetworkLoggingNotificationTimeMs = 0; // Time in milliseconds since epoch field in DevicePolicyManagerService.ActiveAdmin
1189 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()