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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java81 byte[] mEfCPHS_MWI =null; field in class:SIMRecords
106 + " efCPHS_MWI=" + mEfCPHS_MWI
273 mEfCPHS_MWI = null;
490 if (mEfCPHS_MWI != null) {
492 mEfCPHS_MWI[0] = (byte)((mEfCPHS_MWI[0] & 0xf0)
495 EF_VOICE_MAIL_INDICATOR_CPHS, mEfCPHS_MWI,
531 } else if (mEfCPHS_MWI != null) {
533 int indicator = (int) (mEfCPHS_MWI[0] & 0xf);
904 mEfCPHS_MWI
[all...]

Completed in 63 milliseconds