Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java197 private static final int EVENT_FETCH_DEFAULT_FOR_NO_SIM_CONFIG_TIMEOUT = 22; field in CarrierConfigLoader
621 case EVENT_FETCH_DEFAULT_FOR_NO_SIM_CONFIG_TIMEOUT: { in handleMessage()
624 removeMessages(EVENT_FETCH_DEFAULT_FOR_NO_SIM_CONFIG_TIMEOUT); in handleMessage()
658 removeMessages(EVENT_FETCH_DEFAULT_FOR_NO_SIM_CONFIG_TIMEOUT); in handleMessage()
689 EVENT_FETCH_DEFAULT_FOR_NO_SIM_CONFIG_TIMEOUT, in handleMessage()
2032 case EVENT_FETCH_DEFAULT_FOR_NO_SIM_CONFIG_TIMEOUT: in eventToString()