Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java402 if (mMailboxIndex != 0 && mMailboxIndex != 0xff) { in setVoiceMailNumber()
405 mMailboxIndex, null, in setVoiceMailNumber()
693 mMailboxIndex = data[0] & 0xff; in handleMessage()
696 if (mMailboxIndex != 0 && mMailboxIndex != 0xff) { in handleMessage()
708 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE)); in handleMessage()
1404 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE)); in handleFileUpdate()
2189 mMailboxIndex = mailboxIndex; in setMailboxIndex()
DIccRecords.java150 protected int mMailboxIndex = 0; // 0 is no mailbox dailing number associated field in IccRecords
298 + " mailboxIndex=" + mMailboxIndex in toString()
1457 pw.println(" mMailboxIndex=" + mMailboxIndex); in dump()