Searched refs:EVENT_GET_CELL_INFO_LIST (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java163 protected static final int EVENT_GET_CELL_INFO_LIST = 43; field in class:ServiceStateTracker
425 case EVENT_GET_CELL_INFO_LIST: {
430 log("EVENT_GET_CELL_INFO_LIST: error ret null, e=" + ar.exception);
436 log("EVENT_GET_CELL_INFO_LIST: size=" + result.list.size()
769 Message msg = obtainMessage(EVENT_GET_CELL_INFO_LIST, result);

Completed in 16 milliseconds