Searched refs:restrictReason (Results 1 – 2 of 2) sorted by relevance
183 @ForcedReasons int restrictReason); in restrictApp() argument200 @ForcedReasons int restrictReason); in restrictApp() argument
1663 @ForcedReasons int restrictReason) { in restrictApp() argument1664 restrictApp(packageName, userId, REASON_MAIN_FORCED_BY_SYSTEM, restrictReason); in restrictApp()1669 @ForcedReasons int restrictReason) { in restrictApp() argument1681 final int reason = (REASON_MAIN_MASK & mainReason) | (REASON_SUB_MASK & restrictReason); in restrictApp()