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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
ImeiInformation.java 56 initPreferenceScreen(telephonyManager.getSimCount());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyDevController.java 224 public int getSimCount() {
227 if (DBG) logd("getSimCount: " + count);
242 if (index > getSimCount()) {
243 loge("getSim: out-of-bounds access for sim device " + index + " max: " + getSimCount());
262 if (simIndex > getSimCount()) {
263 loge("getModemForSim: out-of-bounds access for sim device " + simIndex + " max: " + getSimCount());
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [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 257 milliseconds