Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java229 private static final String VM_COUNT = "vm_count_key"; field in Phone
2756 " for mVmCountKey = " + VM_COUNT + subId + " in preferences."); in setVoiceMessageCount()
2760 editor.putInt(VM_COUNT + subId, countWaiting); in setVoiceMessageCount()
2785 int countFromSP = sp.getInt(VM_COUNT + subId, invalidCount); in getStoredVoiceMessageCount()
2799 countVoiceMessages = sp.getInt(VM_COUNT, 0); in getStoredVoiceMessageCount()
2811 editor.remove(VM_COUNT); in getStoredVoiceMessageCount()