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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java84 protected int mMailboxIndex = 0; // 0 is no mailbox dailing number associated field in class:IccRecords
161 + " mailboxIndex=" + mMailboxIndex
781 pw.println(" mMailboxIndex=" + mMailboxIndex);
H A DSIMRecords.java428 if (mMailboxIndex != 0 && mMailboxIndex != 0xff) {
431 mMailboxIndex, null,
752 mMailboxIndex = data[0] & 0xff;
755 if (mMailboxIndex != 0 && mMailboxIndex != 0xff) {
767 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE));
1399 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE));

Completed in 69 milliseconds