Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java240 long lastNetworkLoggingNotificationTimeMs = 0; // Time in milliseconds since epoch field in ActiveAdmin
522 lastNetworkLoggingNotificationTimeMs); in writeToXml()
842 lastNetworkLoggingNotificationTimeMs = parser.getAttributeLong(null, in readFromXml()
H A DDevicePolicyManagerService.java19004 activeAdmin.lastNetworkLoggingNotificationTimeMs = 0;
19234 if (now - deviceOwner.lastNetworkLoggingNotificationTimeMs < MS_PER_DAY) {
19240 deviceOwner.lastNetworkLoggingNotificationTimeMs = 0;
19242 deviceOwner.lastNetworkLoggingNotificationTimeMs = now;