Searched refs:hasIccCard (Results 1 – 8 of 8) sorted by relevance
191 } else if (hasIccCard()) { in prepareEmptyView()200 } else if (hasIccCard()) { in prepareEmptyView()
281 if (hasIccCard()) { in prepareEmptyView()287 if (hasIccCard()) { in prepareEmptyView()
907 protected boolean hasIccCard() { in hasIccCard() method in ContactEntryListFragment910 return telephonyManager.hasIccCard(); in hasIccCard()
138 if (!MmsApp.getApplication().getTelephonyManager().hasIccCard()) { in setMessagePreferences()149 if (!MmsApp.getApplication().getTelephonyManager().hasIccCard()) { in setMessagePreferences()
72 boolean hasSim = telephonyManager.hasIccCard(); in show()
766 public boolean hasIccCard() { in hasIccCard() method in PhoneInterfaceManager767 return mPhone.getIccCard().hasIccCard(); in hasIccCard()
95 if (TelephonyManager.getDefault().hasIccCard() in onCreateDialog()
206 if (!tm.hasIccCard()) { in createPreferenceHierarchy()