Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java134 protected int mSmsCountOnIcc = 0; field in IccRecords
921 mSmsCountOnIcc = recordSize[2]; in handleMessage()
926 mSmsCountOnIcc = -1; in handleMessage()
1282 if (DBG) log("getSmsCapacityOnIcc: " + mSmsCountOnIcc); in getSmsCapacityOnIcc()
1283 return mSmsCountOnIcc; in getSmsCapacityOnIcc()