Home
last modified time | relevance | path

Searched refs:VM_COUNT (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1053 + " for mVmCountKey = " + mPhone.VM_COUNT in storeVoiceMailCount()
1059 editor.putInt(mPhone.VM_COUNT, mwi); in storeVoiceMailCount()
DPhoneBase.java188 public static final String VM_COUNT = "vm_count_key"; field in PhoneBase
1670 countVoiceMessages = sp.getInt(VM_COUNT, 0); in getStoredVoiceMessageCount()