Searched defs:mCphsInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java73 * mCphsInfo[0] is CPHS Phase
74 * mCphsInfo[1] and mCphsInfo[2] is CPHS Service Table
76 private byte[] mCphsInfo = null; field in class:SIMRecords
102 + " mCphsInfo=" + mCphsInfo
1096 mCphsInfo = (byte[])ar.result;
1098 if (DBG) log("iCPHS: " + IccUtils.bytesToHexString(mCphsInfo));
1914 if (mCphsInfo == null) return false;
1915 return ((mCphsInfo[
[all...]

Completed in 62 milliseconds