Home
last modified time | relevance | path

Searched refs:getTelephonyManagerForSub (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSettingsForSub.java130 isCallStateIdle = getTelephonyManagerForSub( in onCallStateChanged()
254 TelephonyManager getTelephonyManagerForSub(int subId) { in getTelephonyManagerForSub() method in WifiCallingSettingsForSub
441 getTelephonyManagerForSub(mSubId).registerTelephonyCallback( in onResume()
460 getTelephonyManagerForSub(mSubId).unregisterTelephonyCallback(mTelephonyCallback); in onPause()
736 TelephonyManager tm = getTelephonyManagerForSub(mSubId); in overrideWfcRoamingModeWhileUsingNtn()
/packages/apps/Settings/src/com/android/settings/sim/
DEnableAutoDataSwitchDialogFragment.java138 final TelephonyManager telephonyManager = getTelephonyManagerForSub(mBackupDataSubId); in getMessage()
192 private TelephonyManager getTelephonyManagerForSub(int subId) { in getTelephonyManagerForSub() method in EnableAutoDataSwitchDialogFragment
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DWifiCallingSettingsForSubTest.java415 TelephonyManager getTelephonyManagerForSub(int subId) { in getTelephonyManagerForSub() method in WifiCallingSettingsForSubTest.TestFragment