Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java2295 int invalidCount = -2; //-1 is not really invalid. It is used for unknown number of vm in getStoredVoiceMessageCount() local
2297 int countFromSP = sp.getInt(VM_COUNT + subId, invalidCount); in getStoredVoiceMessageCount()
2298 if (countFromSP != invalidCount) { in getStoredVoiceMessageCount()