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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyDevController.java 50 private static ArrayList<HardwareConfig> mSims = new ArrayList<HardwareConfig>();
92 updateOrInsert(hw, mSims);
103 mSims.trimToSize();
178 updateOrInsert(hw, mSims);
226 int count = mSims.size();
237 if (mSims.isEmpty()) {
248 return mSims.get(index);
257 if (mModems.isEmpty() || mSims.isEmpty()) {
285 if (mSims.isEmpty()) {
299 for (HardwareConfig sim: mSims) {
    [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 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 700 milliseconds