Searched refs:simCount (Results 1 – 2 of 2) sorted by relevance
224 int simCount = TelephonyManager.getDefault().getSimCount(); in getInstance() local225 sInstance = new CatService[simCount]; in getInstance()226 for (int i = 0; i < simCount; i++) { in getInstance()
625 int simCount = mPhone.getSimCount(); in hasAnySim() local626 for (int i = 0; i < simCount; i++) { in hasAnySim()