HomeSort by relevance Sort by last modified time
    Searched refs:mMailboxIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 72 protected int mMailboxIndex = 0; // 0 is no mailbox dailing number associated
124 + " mailboxIndex=" + mMailboxIndex
554 pw.println(" mMailboxIndex=" + mMailboxIndex);
SIMRecords.java 358 if (mMailboxIndex != 0 && mMailboxIndex != 0xff) {
361 mMailboxIndex, null,
646 mMailboxIndex = data[0] & 0xff;
649 if (mMailboxIndex != 0 && mMailboxIndex != 0xff) {
661 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE));
    [all...]

Completed in 210 milliseconds