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

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

Completed in 15 milliseconds