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.java141 protected int mSmsCountOnIcc = 0; field in IccRecords
944 mSmsCountOnIcc = recordSize[2]; in handleMessage()
949 mSmsCountOnIcc = -1; in handleMessage()
1305 if (DBG) log("getSmsCapacityOnIcc: " + mSmsCountOnIcc); in getSmsCapacityOnIcc()
1306 return mSmsCountOnIcc; in getSmsCapacityOnIcc()