Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSwitcher.java439 onEvaluate(REQUESTS_UNCHANGED, "subChanged"); in handleMessage()
443 if (onEvaluate(REQUESTS_UNCHANGED, "primary data subId changed")) { in handleMessage()
492 onEvaluate(REQUESTS_UNCHANGED, "EVENT_RADIO_AVAILABLE"); in handleMessage()
517 if (onEvaluate(REQUESTS_UNCHANGED, "EVENT_PRECISE_CALL_STATE_CHANGED")) { in handleMessage()
598 if (!onEvaluate(REQUESTS_UNCHANGED, "emer_override_dds")) { in handleMessage()
610 onEvaluate(REQUESTS_UNCHANGED, "emer_rm_override_dds"); in handleMessage()
772 protected static final boolean REQUESTS_UNCHANGED = false; field in PhoneSwitcher
995 onEvaluate(REQUESTS_UNCHANGED, "phoneCfgChanged"); in onPhoneCapabilityChangedInternal()
1255 onEvaluate(REQUESTS_UNCHANGED, "oppt data subId changed"); in setOpportunisticSubscriptionInternal()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java181 onEvaluate(REQUESTS_UNCHANGED, "subChanged"); in handleMessage()