Home | History | Annotate | Download | only in policy

Lines Matching defs:sims

102     // When no SIMs are around at setup, and one is added later, it seems to default to the first
103 // SIM for most actions. This may be null if there aren't any SIMs around.
487 // Even if the controllers are correct, make sure we have the right no sims state.
488 // Such as on boot, don't need any controllers, because there are no sims,
823 String sims = args.getString("sims");
824 if (sims != null) {
825 int num = MathUtils.constrain(Integer.parseInt(sims), 1, 8);