Searched defs:getPhoneCount (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/compat/
H A DTelephonyManagerCompat.java65 public static int getPhoneCount(@Nullable TelephonyManager telephonyManager) { method in class:TelephonyManagerCompat
70 .isMethodAvailable(TELEPHONY_MANAGER_CLASS, "getPhoneCount")) {
71 return telephonyManager.getPhoneCount();
/packages/apps/Dialer/java/com/android/contacts/common/compat/
H A DTelephonyManagerCompat.java61 public static int getPhoneCount(@Nullable TelephonyManager telephonyManager) { method in class:TelephonyManagerCompat
65 return telephonyManager.getPhoneCount();
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java173 int getPhoneCount(); method in interface:TelephonyConnectionService.TelephonyManagerProxy
181 public int getPhoneCount() {
182 return sTelephonyManager.getPhoneCount();
1042 int phoneCount = mTelephonyManagerProxy.getPhoneCount();

Completed in 584 milliseconds