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.java241 long lastNetworkLoggingNotificationTimeMs = 0; // Time in milliseconds since epoch field in ActiveAdmin
523 lastNetworkLoggingNotificationTimeMs); in writeToXml()
843 lastNetworkLoggingNotificationTimeMs = parser.getAttributeLong(null, in readFromXml()
DDevicePolicyManagerService.java18879 activeAdmin.lastNetworkLoggingNotificationTimeMs = 0;
19109 if (now - deviceOwner.lastNetworkLoggingNotificationTimeMs < MS_PER_DAY) {
19115 deviceOwner.lastNetworkLoggingNotificationTimeMs = 0;
19117 deviceOwner.lastNetworkLoggingNotificationTimeMs = now;