Searched refs:VM_COUNT (Results 1 – 1 of 1) sorted by relevance
215 private static final String VM_COUNT = "vm_count_key"; field in Phone2298 " for mVmCountKey = " + VM_COUNT + subId + " in preferences."); in setVoiceMessageCount()2302 editor.putInt(VM_COUNT + subId, countWaiting); in setVoiceMessageCount()2318 int countFromSP = sp.getInt(VM_COUNT + subId, invalidCount); in getStoredVoiceMessageCount()2332 countVoiceMessages = sp.getInt(VM_COUNT, 0); in getStoredVoiceMessageCount()2344 editor.remove(VM_COUNT); in getStoredVoiceMessageCount()