HomeSort by relevance Sort by last modified time
    Searched refs:sims (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyDevController.java 222 * get total number of registered sims.
331 ArrayList<HardwareConfig> sims = new ArrayList<HardwareConfig>(); local
336 sims.add(sim);
340 return sims;
  /external/skia/include/device/xps/
SkXPSDevice.h 260 XPS_STYLE_SIMULATION sims,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 95 // When no SIMs are around at setup, and one is added later, it seems to default to the first
96 // SIM for most actions. This may be null if there aren't any SIMs around.
449 // Even if the controllers are correct, make sure we have the right no sims state.
450 // Such as on boot, don't need any controllers, because there are no sims,
741 String sims = args.getString("sims"); local
742 if (sims != null) {
743 int num = MathUtils.constrain(Integer.parseInt(sims), 1, 8);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 411 milliseconds