Home | History | Annotate | Download | only in om

Lines Matching refs:userId

35      * @param userId The user to get the OverlayInfos for.
40 Map getAllOverlays(in int userId);
48 * @param userId The user to get the OverlayInfos for.
52 List getOverlayInfosForTarget(in String targetPackageName, in int userId);
59 * @param userId The user to get the OverlayInfo for.
63 OverlayInfo getOverlayInfo(in String packageName, in int userId);
85 * @param userId The user for which to change the overlay.
88 boolean setEnabled(in String packageName, in boolean enable, in int userId);
98 * @param userId The user for which to change the overlay.
101 boolean setEnabledExclusive(in String packageName, in boolean enable, in int userId);
110 * @param userId The user for which to change the overlay.
113 boolean setEnabledExclusiveInCategory(in String packageName, in int userId);
126 * @param userId The user for which to change the overlay.
128 boolean setPriority(in String packageName, in String newParentPackageName, in int userId);
138 * @param userId The user for which to change the overlay.
140 boolean setHighestPriority(in String packageName, in int userId);
150 * @param userId The user for which to change the overlay.
152 boolean setLowestPriority(in String packageName, in int userId);