Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java716 private @UserIdInt int mNetworkLoggingNotificationUserId = UserHandle.USER_NULL; field in DevicePolicyManagerService
9753 if (mNetworkLoggingNotificationUserId != UserHandle.USER_NULL) {
9754 pw.println("mNetworkLoggingNotificationUserId: " + mNetworkLoggingNotificationUserId);
15517 mNetworkLoggingNotificationUserId = getCurrentForegroundUserId();
15533 mNetworkLoggingNotificationUserId);
15536 UserHandle.of(mNetworkLoggingNotificationUserId));
15540 if (mNetworkLoggingNotificationUserId == UserHandle.USER_NULL) {
15547 mNetworkLoggingNotificationUserId);
15550 UserHandle.of(mNetworkLoggingNotificationUserId));
15551 mNetworkLoggingNotificationUserId = UserHandle.USER_NULL;