Home
last modified time | relevance | path

Searched refs:getCurrentPhoneType (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/imei/
H A DImeiInfoPreferenceControllerTest.java101 when(mTelephonyManager.getCurrentPhoneType(anyInt())).thenReturn(PHONE_TYPE_GSM); in displayPreference_multiSimGsm_shouldAddSecondPreference()
112 when(mTelephonyManager.getCurrentPhoneType(anyInt())).thenReturn(PHONE_TYPE_CDMA); in displayPreference_singleSimCdmaPhone_shouldSetSingleSimCdmaTitleAndMeid()
126 when(mTelephonyManager.getCurrentPhoneType(anyInt())).thenReturn(PHONE_TYPE_CDMA); in displayPreference_multiSimCdmaPhone_shouldSetMultiSimCdmaTitleAndMeid()
142 when(mTelephonyManager.getCurrentPhoneType(anyInt())).thenReturn(PHONE_TYPE_GSM); in displayPreference_singleSimGsmPhone_shouldSetSingleSimGsmTitleAndImei()
156 when(mTelephonyManager.getCurrentPhoneType(anyInt())).thenReturn(PHONE_TYPE_GSM); in displayPreference_multiSimGsmPhone_shouldSetMultiSimGsmTitleAndImei()
184 when(mTelephonyManager.getCurrentPhoneType(anyInt())).thenReturn(PHONE_TYPE_CDMA); in copy_shouldCopyImeiToClipboard()
/aosp12/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsMessage.java153 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in createFromPdu()
171 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getTPLayerLengthForPDU()
245 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getSubmitPdu()
272 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getSubmitPdu()
303 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getSubmitPdu()
618 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getSmsFacility()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellLocation.java88 switch(TelephonyManager.getDefault().getCurrentPhoneType()) { in newFromBundle()
127 switch(TelephonyManager.getDefault().getCurrentPhoneType()) { in getEmpty()
H A DSmsMessage.java206 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in createFromPdu()
1070 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(subId); in isCdmaVoice()
H A DTelephonyManager.java2434 public int getCurrentPhoneType() { in getCurrentPhoneType() method in TelephonyManager
2435 return getCurrentPhoneType(getSubId()); in getCurrentPhoneType()
2449 public int getCurrentPhoneType(int subId) { in getCurrentPhoneType() method in TelephonyManager
2500 return getCurrentPhoneType(); in getPhoneType()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
H A DEmergencyTonePreferenceControllerTest.java65 when(mTelephonyManager.getCurrentPhoneType()).thenReturn(TelephonyManager.PHONE_TYPE_CDMA); in setUp()
83 when(mTelephonyManager.getCurrentPhoneType()).thenReturn(TelephonyManager.PHONE_TYPE_GSM); in isAvailable_notCdma_shouldReturnFalse()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DEmergencyTonePreferenceController.java50 && telephony.getCurrentPhoneType() == TelephonyManager.PHONE_TYPE_CDMA; in EmergencyTonePreferenceController()
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/imei/
H A DImeiInfoPreferenceController.java160 return mTelephonyManager.getCurrentPhoneType(subInfo != null ? subInfo.getSubscriptionId() in getPhoneType()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapSmsPdu.java523 .getCurrentPhoneType(); in getSubmitPdus()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java1653 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in isCurrentFormat3gpp2()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt11996 method public int getCurrentPhoneType();
11997 method public int getCurrentPhoneType(int);
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt14885 HSPLandroid/telephony/TelephonyManager;->getCurrentPhoneType()I+]Landroid/telephony/TelephonyManage…
14886 HSPLandroid/telephony/TelephonyManager;->getCurrentPhoneType(I)I+]Landroid/telephony/TelephonyManag…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt14934 HSPLandroid/telephony/TelephonyManager;->getCurrentPhoneType()I+]Landroid/telephony/TelephonyManage…
14935 HSPLandroid/telephony/TelephonyManager;->getCurrentPhoneType(I)I+]Landroid/telephony/TelephonyManag…