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.java448 onEvaluate(REQUESTS_UNCHANGED, "subChanged"); in handleMessage()
452 if (onEvaluate(REQUESTS_UNCHANGED, "primary data subId changed")) { in handleMessage()
501 onEvaluate(REQUESTS_UNCHANGED, "EVENT_RADIO_AVAILABLE"); in handleMessage()
526 if (onEvaluate(REQUESTS_UNCHANGED, "EVENT_PRECISE_CALL_STATE_CHANGED")) { in handleMessage()
607 if (!onEvaluate(REQUESTS_UNCHANGED, "emer_override_dds")) { in handleMessage()
619 onEvaluate(REQUESTS_UNCHANGED, "emer_rm_override_dds"); in handleMessage()
781 protected static final boolean REQUESTS_UNCHANGED = false; field in PhoneSwitcher
1004 onEvaluate(REQUESTS_UNCHANGED, "phoneCfgChanged"); in onPhoneCapabilityChangedInternal()
1265 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()