Home | History | Annotate | Download | only in policy

Lines Matching refs:sims

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