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.java380 if (mMailboxIndex != 0 && mMailboxIndex != 0xff) { in setVoiceMailNumber()
383 mMailboxIndex, null, in setVoiceMailNumber()
664 mMailboxIndex = data[0] & 0xff; in handleMessage()
667 if (mMailboxIndex != 0 && mMailboxIndex != 0xff) { in handleMessage()
679 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE)); in handleMessage()
1329 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE)); in handleFileUpdate()
DIccRecords.java139 protected int mMailboxIndex = 0; // 0 is no mailbox dailing number associated field in IccRecords
271 + " mailboxIndex=" + mMailboxIndex in toString()
1373 pw.println(" mMailboxIndex=" + mMailboxIndex); in dump()