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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java161 mAllowEmergencyVideoCalls = isEmergencyVtCallAllowed(subId);
162 log("onReceive : Updating mAllowEmergencyVideoCalls = " +
163 mAllowEmergencyVideoCalls);
221 private boolean mAllowEmergencyVideoCalls = false; field in class:ImsPhoneCallTracker
237 mAllowEmergencyVideoCalls = isEmergencyVtCallAllowed(mPhone.getSubId());
360 !mAllowEmergencyVideoCalls) {

Completed in 98 milliseconds