Searched refs:WifiCallingQueryImsState (Results 1 – 8 of 8) 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;165 final WifiCallingQueryImsState queryState = queryImsState(getDefaultVoiceSubId()); in isWifiCallingEnabled()372 final WifiCallingQueryImsState queryState = queryImsState(subId); in handleWifiCallingChanged()414 final WifiCallingQueryImsState queryState = queryImsState(subId); in handleWifiCallingPreferenceChanged()560 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()561 return new WifiCallingQueryImsState(mContext, subId); in queryImsState()
39 import com.android.settings.network.ims.WifiCallingQueryImsState;224 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()225 return new WifiCallingQueryImsState(getContext(), subId); in queryImsState()
57 import com.android.settings.network.ims.WifiCallingQueryImsState;258 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()259 return new WifiCallingQueryImsState(getContext(), subId); in queryImsState()403 final WifiCallingQueryImsState queryIms = queryImsState(mSubId); in updateBody()
38 import com.android.settings.network.ims.WifiCallingQueryImsState;171 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()172 return new WifiCallingQueryImsState(mContext, subId); in queryImsState()
33 public class WifiCallingQueryImsState extends ImsQueryController { class46 public WifiCallingQueryImsState(Context context, int subId) { in WifiCallingQueryImsState() method in WifiCallingQueryImsState
56 import com.android.settings.network.ims.WifiCallingQueryImsState;362 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState()
25 public class MockWifiCallingQueryImsState extends WifiCallingQueryImsState {