Searched refs:queryImsState (Results 1 – 8 of 8) sorted by relevance
140 if (!queryImsState(subId).isWifiCallingProvisioned()) { in createWifiCallingSlice()165 final WifiCallingQueryImsState queryState = queryImsState(getDefaultVoiceSubId()); in isWifiCallingEnabled()226 if (!queryImsState(subId).isWifiCallingProvisioned()) { in createWifiCallingPreferenceSlice()372 final WifiCallingQueryImsState queryState = queryImsState(subId); in handleWifiCallingChanged()414 final WifiCallingQueryImsState queryState = queryImsState(subId); in handleWifiCallingPreferenceChanged()560 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState() method in WifiCallingSliceHelper
116 queryImsState(WifiCallingSettingsForSub.this.mSubId).isAllowUserControl();258 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState() method in WifiCallingSettingsForSub332 return queryImsState(mSubId).isWifiCallingProvisioned(); in isWfcProvisionedOnDevice()403 final WifiCallingQueryImsState queryIms = queryImsState(mSubId); in updateBody()420 if (queryImsState(mSubId).isWifiCallingSupported()) { in onResume()628 if (queryImsState(mSubId).isEnabledByUser()) { in getWfcModeSummary()
206 if (!queryImsState(info.getSubscriptionId()).isWifiCallingProvisioned()) { in updateSubList()224 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState() method in WifiCallingSettings
127 if (queryImsState(subId).isEnabledByUser()) { in getResourceIdForWfcMode()171 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState() method in WifiCallingPreferenceController232 isWifiCallingEnabled = queryImsState(subId).isReadyToWifiCalling(); in isWifiCallingEnabled()
84 doReturn(mQueryImsState1).when(mFragment).queryImsState(SUB_ID1); in setUp()85 doReturn(mQueryImsState2).when(mFragment).queryImsState(SUB_ID2); in setUp()
362 WifiCallingQueryImsState queryImsState(int subId) { in queryImsState() method in WifiCallingSettingsForSubTest.TestFragment
114 doReturn(mQueryImsState).when(mWfcSliceHelper).queryImsState(anyInt()); in setUp()
93 doReturn(mQueryImsState).when(mController).queryImsState(anyInt()); in setUp()