Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java770 private @UserIdInt int mNetworkLoggingNotificationUserId = UserHandle.USER_NULL; field in DevicePolicyManagerService
9866 if (mNetworkLoggingNotificationUserId != UserHandle.USER_NULL) {
9867 pw.println("mNetworkLoggingNotificationUserId: " + mNetworkLoggingNotificationUserId);
15798 mNetworkLoggingNotificationUserId = getCurrentForegroundUserId();
15816 mNetworkLoggingNotificationUserId);
15819 UserHandle.of(mNetworkLoggingNotificationUserId));
15833 if (mNetworkLoggingNotificationUserId == UserHandle.USER_NULL) {
15840 mNetworkLoggingNotificationUserId);
15843 UserHandle.of(mNetworkLoggingNotificationUserId));
15844 mNetworkLoggingNotificationUserId = UserHandle.USER_NULL;