Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java205 long lastNetworkLoggingNotificationTimeMs = 0; // Time in milliseconds since epoch field in ActiveAdmin
441 lastNetworkLoggingNotificationTimeMs); in writeToXml()
705 lastNetworkLoggingNotificationTimeMs = parser.getAttributeLong(null, in readFromXml()
DDevicePolicyManagerService.java14977 activeAdmin.lastNetworkLoggingNotificationTimeMs = 0;
15203 if (now - deviceOwner.lastNetworkLoggingNotificationTimeMs < MS_PER_DAY) {
15209 deviceOwner.lastNetworkLoggingNotificationTimeMs = 0;
15211 deviceOwner.lastNetworkLoggingNotificationTimeMs = now;