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

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java82 byte[] efMWIS = null; field in class:SIMRecords
219 efMWIS = null;
384 if (efMWIS != null) {
388 efMWIS[0] = (byte)((efMWIS[0] & 0xfe)
395 efMWIS[1] = 0;
397 efMWIS[1] = (byte) countWaiting;
401 EF_MWIS, 1, efMWIS, null,
717 efMWIS = data;
751 if (efMWIS
[all...]

Completed in 27 milliseconds