Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1015 int numNetworkLoggingNotifications = 0; field in DevicePolicyManagerService.ActiveAdmin
1258 Integer.toString(numNetworkLoggingNotifications)); in writeToXml()
1484 numNetworkLoggingNotifications = Integer.parseInt( in readFromXml()
13227 deviceOwner.numNetworkLoggingNotifications = 0; in setNetworkLoggingEnabled()
13394 if (deviceOwner.numNetworkLoggingNotifications >= in sendNetworkLoggingNotificationLocked()
13402 deviceOwner.numNetworkLoggingNotifications++; in sendNetworkLoggingNotificationLocked()
13403 if (deviceOwner.numNetworkLoggingNotifications in sendNetworkLoggingNotificationLocked()