Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java985 private @UserIdInt int mNetworkLoggingNotificationUserId = UserHandle.USER_NULL; field in DevicePolicyManagerService
11362 if (mNetworkLoggingNotificationUserId != UserHandle.USER_NULL) {
11363 pw.println("mNetworkLoggingNotificationUserId: " + mNetworkLoggingNotificationUserId);
19252 mNetworkLoggingNotificationUserId = getCurrentForegroundUserId();
19270 mNetworkLoggingNotificationUserId);
19273 UserHandle.of(mNetworkLoggingNotificationUserId));
19287 if (mNetworkLoggingNotificationUserId == UserHandle.USER_NULL) {
19294 mNetworkLoggingNotificationUserId);
19297 UserHandle.of(mNetworkLoggingNotificationUserId));
19298 mNetworkLoggingNotificationUserId = UserHandle.USER_NULL;