Home
last modified time | relevance | path

Searched refs:EVENT_GET_CELL_INFO (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java61 private static final int EVENT_GET_CELL_INFO = 1; field in LocaleTracker
128 case EVENT_GET_CELL_INFO: in handleMessage()
325 removeMessages(EVENT_GET_CELL_INFO); in stopCellInfoRetry()
352 removeMessages(EVENT_GET_CELL_INFO); in getCellInfo()
353 sendMessageDelayed(obtainMessage(EVENT_GET_CELL_INFO), delay); in getCellInfo()
360 sendMessageDelayed(obtainMessage(EVENT_GET_CELL_INFO), in getCellInfo()