Searched refs:mCphsInfo (Results 1 – 1 of 1) sorted by relevance
79 private byte[] mCphsInfo = null; field in SIMRecords105 + " mCphsInfo=" + mCphsInfo in toString()998 mCphsInfo = (byte[]) ar.result; in handleMessage()1000 if (DBG) log("iCPHS: " + IccUtils.bytesToHexString(mCphsInfo)); in handleMessage()2012 if (mCphsInfo == null) return false; in isCphsMailboxEnabled()2013 return ((mCphsInfo[1] & CPHS_SST_MBN_MASK) == CPHS_SST_MBN_ENABLED ); in isCphsMailboxEnabled()2111 pw.println(" mCphsInfo=" + mCphsInfo); in dump()