Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java2785 int countFromSP = sp.getInt(VM_COUNT + subId, invalidCount); in getStoredVoiceMessageCount() local
2786 if (countFromSP != invalidCount) { in getStoredVoiceMessageCount()
2787 countVoiceMessages = countFromSP; in getStoredVoiceMessageCount()