Searched refs:WifiCallingQueryImsState (Results 1 – 15 of 15) sorted by relevance
23 import com.android.settings.network.ims.WifiCallingQueryImsState;28 final WifiCallingQueryImsState queryState = in isSuggestionComplete()29 new WifiCallingQueryImsState(context, in isSuggestionComplete()
48 import com.android.settings.network.ims.WifiCallingQueryImsState;164 final WifiCallingQueryImsState queryState = queryImsState(getDefaultVoiceSubId()); in isWifiCallingEnabled()374 final WifiCallingQueryImsState queryState = queryImsState(subId); in handleWifiCallingChanged()416 final WifiCallingQueryImsState queryState = queryImsState(subId); in handleWifiCallingPreferenceChanged()568 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()569 return new WifiCallingQueryImsState(mContext, subId); in queryImsState()
42 import com.android.settings.network.ims.WifiCallingQueryImsState;269 protected WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()270 return new WifiCallingQueryImsState(getContext(), subId); in queryImsState()
58 import com.android.settings.network.ims.WifiCallingQueryImsState;261 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()262 return new WifiCallingQueryImsState(getContext(), subId); in queryImsState()406 final WifiCallingQueryImsState queryIms = queryImsState(mSubId); in updateBody()
40 import com.android.settings.network.ims.WifiCallingQueryImsState;175 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()176 return new WifiCallingQueryImsState(mContext, subId); in queryImsState()
46 import com.android.settings.network.ims.WifiCallingQueryImsState;131 protected WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()132 return new WifiCallingQueryImsState(mContext, subId); in queryImsState()
34 import com.android.settings.network.ims.WifiCallingQueryImsState;157 if ((new WifiCallingQueryImsState(context, subscriptionId)).isWifiCallingSupported()) { in isCrossSimEnabledByPlatform()
43 import com.android.settings.network.ims.WifiCallingQueryImsState;246 if ((new WifiCallingQueryImsState(context, subscriptionId)).isWifiCallingSupported()) { in isCrossSimEnabledByPlatform()
77 import com.android.settings.network.ims.WifiCallingQueryImsState;902 @Nullable WifiCallingQueryImsState queryImsState, in isWifiCallingEnabled()914 queryImsState = new WifiCallingQueryImsState(context, subId); in isWifiCallingEnabled()
33 public class WifiCallingQueryImsState extends ImsQueryController { class46 public WifiCallingQueryImsState(Context context, int subId) { in WifiCallingQueryImsState() method in WifiCallingQueryImsState
45 import com.android.settings.network.ims.WifiCallingQueryImsState;223 protected WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()
55 import com.android.settings.network.ims.WifiCallingQueryImsState;369 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()
25 public class MockWifiCallingQueryImsState extends WifiCallingQueryImsState {
26 public class MockWfcQueryImsState extends WifiCallingQueryImsState {