Searched refs:controllerUserId (Results 1 – 2 of 2) sorted by relevance
1009 final int controllerUserId = controllerUserHandle.getIdentifier();1016 if (keepaliveServiceConnections.get(controllerUserId) == null) {1022 keepaliveServiceConnections.put(controllerUserId, serviceConnection);1043 final int controllerUserId = controllerUserHandle.getIdentifier();1050 serviceConnection = keepaliveServiceConnections.remove(controllerUserId);
474 int controllerUserId = UserHandle.getUserHandleForUid(controllerUid).getIdentifier(); in hasEnabledNotificationListener() local475 if (callingUserId != controllerUserId) { in hasEnabledNotificationListener()