Searched refs:restrictReason (Results 1 – 2 of 2) sorted by relevance
137 @SystemForcedReasons int restrictReason); in restrictApp() argument154 @SystemForcedReasons int restrictReason); in restrictApp() argument
1340 @SystemForcedReasons int restrictReason) { in restrictApp() argument1341 restrictApp(packageName, userId, REASON_MAIN_FORCED_BY_SYSTEM, restrictReason); in restrictApp()1346 @SystemForcedReasons int restrictReason) { in restrictApp() argument1358 final int reason = (REASON_MAIN_MASK & mainReason) | (REASON_SUB_MASK & restrictReason); in restrictApp()