Loading src/com/android/settings/network/telephony/Enhanced4gBasePreferenceController.java +3 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,9 @@ public class Enhanced4gBasePreferenceController extends TelephonyTogglePreferenc @Override public void updateState(Preference preference) { super.updateState(preference); if (preference == null) { return; } final SwitchPreference switchPreference = (SwitchPreference) preference; final VolteQueryImsState queryState = queryImsState(mSubId); Loading src/com/android/settings/network/telephony/VideoCallingPreferenceController.java +2 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,8 @@ public class VideoCallingPreferenceController extends TelephonyTogglePreferenceC @Override public void updateState(Preference preference) { super.updateState(preference); if (mCallState == null) { if ((mCallState == null) || (preference == null)) { Log.d(TAG, "Skip update under mCallState=" + mCallState); return; } final SwitchPreference switchPreference = (SwitchPreference) preference; Loading src/com/android/settings/network/telephony/WifiCallingPreferenceController.java +3 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ import android.telephony.PhoneStateListener; import android.telephony.SubscriptionManager; import android.telephony.TelephonyManager; import android.telephony.ims.ImsMmTelManager; import android.util.Log; import androidx.annotation.VisibleForTesting; import androidx.preference.Preference; Loading Loading @@ -98,7 +99,8 @@ public class WifiCallingPreferenceController extends TelephonyBasePreferenceCont @Override public void updateState(Preference preference) { super.updateState(preference); if (mCallState == null) { if ((mCallState == null) || (preference == null)) { Log.d(TAG, "Skip update under mCallState=" + mCallState); return; } CharSequence summaryText = null; Loading Loading
src/com/android/settings/network/telephony/Enhanced4gBasePreferenceController.java +3 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,9 @@ public class Enhanced4gBasePreferenceController extends TelephonyTogglePreferenc @Override public void updateState(Preference preference) { super.updateState(preference); if (preference == null) { return; } final SwitchPreference switchPreference = (SwitchPreference) preference; final VolteQueryImsState queryState = queryImsState(mSubId); Loading
src/com/android/settings/network/telephony/VideoCallingPreferenceController.java +2 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,8 @@ public class VideoCallingPreferenceController extends TelephonyTogglePreferenceC @Override public void updateState(Preference preference) { super.updateState(preference); if (mCallState == null) { if ((mCallState == null) || (preference == null)) { Log.d(TAG, "Skip update under mCallState=" + mCallState); return; } final SwitchPreference switchPreference = (SwitchPreference) preference; Loading
src/com/android/settings/network/telephony/WifiCallingPreferenceController.java +3 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ import android.telephony.PhoneStateListener; import android.telephony.SubscriptionManager; import android.telephony.TelephonyManager; import android.telephony.ims.ImsMmTelManager; import android.util.Log; import androidx.annotation.VisibleForTesting; import androidx.preference.Preference; Loading Loading @@ -98,7 +99,8 @@ public class WifiCallingPreferenceController extends TelephonyBasePreferenceCont @Override public void updateState(Preference preference) { super.updateState(preference); if (mCallState == null) { if ((mCallState == null) || (preference == null)) { Log.d(TAG, "Skip update under mCallState=" + mCallState); return; } CharSequence summaryText = null; Loading