Searched defs:getVoiceMessageCount (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccRecords.java235 public int getVoiceMessageCount() { method in class:IccRecords
H A DPhoneBase.java857 public int getVoiceMessageCount(){ method in class:PhoneBase
H A DPhoneProxy.java489 public int getVoiceMessageCount(){ method in class:PhoneProxy
490 return mActivePhone.getVoiceMessageCount();
H A DPhone.java972 int getVoiceMessageCount(); method in interface:Phone
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java827 public int getVoiceMessageCount() { method in class:TelephonyManager
829 return getITelephony().getVoiceMessageCount();
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java385 return (getVoiceMessageCount() > 0);
756 public int getVoiceMessageCount() { method in class:CDMAPhone
757 int voicemailCount = mIccRecords.getVoiceMessageCount();
758 // If mRuimRecords.getVoiceMessageCount returns zero, then there is possibility

Completed in 100 milliseconds