Searched refs:VM_COUNT (Results 1 – 1 of 1) sorted by relevance
241 private static final String VM_COUNT = "vm_count_key"; field in Phone2492 " for mVmCountKey = " + VM_COUNT + subId + " in preferences."); in setVoiceMessageCount()2496 editor.putInt(VM_COUNT + subId, countWaiting); in setVoiceMessageCount()2521 int countFromSP = sp.getInt(VM_COUNT + subId, invalidCount); in getStoredVoiceMessageCount()2535 countVoiceMessages = sp.getInt(VM_COUNT, 0); in getStoredVoiceMessageCount()2547 editor.remove(VM_COUNT); in getStoredVoiceMessageCount()