Searched refs:VM_COUNT (Results 1 – 1 of 1) sorted by relevance
248 private static final String VM_COUNT = "vm_count_key"; field in Phone2998 " for mVmCountKey = " + VM_COUNT + subId + " in preferences."); in setVoiceMessageCount()3002 editor.putInt(VM_COUNT + subId, countWaiting); in setVoiceMessageCount()3027 int countFromSP = sp.getInt(VM_COUNT + subId, invalidCount); in getStoredVoiceMessageCount()3041 countVoiceMessages = sp.getInt(VM_COUNT, 0); in getStoredVoiceMessageCount()3053 editor.remove(VM_COUNT); in getStoredVoiceMessageCount()