Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java205 long lastNetworkLoggingNotificationTimeMs = 0; // Time in milliseconds since epoch field in ActiveAdmin
441 lastNetworkLoggingNotificationTimeMs); in writeToXml()
705 lastNetworkLoggingNotificationTimeMs = parser.getAttributeLong(null, in readFromXml()
H A DDevicePolicyManagerService.java15274 activeAdmin.lastNetworkLoggingNotificationTimeMs = 0;
15499 if (now - deviceOwner.lastNetworkLoggingNotificationTimeMs < MS_PER_DAY) {
15505 deviceOwner.lastNetworkLoggingNotificationTimeMs = 0;
15507 deviceOwner.lastNetworkLoggingNotificationTimeMs = now;