Searched refs:invalidCount (Results 1 – 1 of 1) sorted by relevance
2295 int invalidCount = -2; //-1 is not really invalid. It is used for unknown number of vm in getStoredVoiceMessageCount() local2297 int countFromSP = sp.getInt(VM_COUNT + subId, invalidCount); in getStoredVoiceMessageCount()2298 if (countFromSP != invalidCount) { in getStoredVoiceMessageCount()