Home | History | Annotate | Download | only in om

Lines Matching refs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
32 * given target package is sorted in priority order, with the overlay with
40 Map getAllOverlays(in int userId);
52 List getOverlayInfosForTarget(in String targetPackageName, in int userId);
63 OverlayInfo getOverlayInfo(in String packageName, in int userId);
73 * automatically enabled at that point in time.
89 boolean setEnabled(in String packageName, in boolean enable, in int userId);
94 boolean setEnabledExclusive(in String packageName, in boolean enable, in int userId);
109 boolean setPriority(in String packageName, in String newParentPackageName, in int userId);
121 boolean setHighestPriority(in String packageName, in int userId);
133 boolean setLowestPriority(in String packageName, in int userId);