Searched refs:getCurrentPhoneType (Results 1 – 13 of 13) sorted by relevance
101 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()
153 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()
88 switch(TelephonyManager.getDefault().getCurrentPhoneType()) { in newFromBundle()127 switch(TelephonyManager.getDefault().getCurrentPhoneType()) { in getEmpty()
206 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in createFromPdu()1070 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(subId); in isCdmaVoice()
2434 public int getCurrentPhoneType() { in getCurrentPhoneType() method in TelephonyManager2435 return getCurrentPhoneType(getSubId()); in getCurrentPhoneType()2449 public int getCurrentPhoneType(int subId) { in getCurrentPhoneType() method in TelephonyManager2500 return getCurrentPhoneType(); in getPhoneType()
65 when(mTelephonyManager.getCurrentPhoneType()).thenReturn(TelephonyManager.PHONE_TYPE_CDMA); in setUp()83 when(mTelephonyManager.getCurrentPhoneType()).thenReturn(TelephonyManager.PHONE_TYPE_GSM); in isAvailable_notCdma_shouldReturnFalse()
50 && telephony.getCurrentPhoneType() == TelephonyManager.PHONE_TYPE_CDMA; in EmergencyTonePreferenceController()
160 return mTelephonyManager.getCurrentPhoneType(subInfo != null ? subInfo.getSubscriptionId() in getPhoneType()
523 .getCurrentPhoneType(); in getSubmitPdus()
1653 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in isCurrentFormat3gpp2()
11996 method public int getCurrentPhoneType();11997 method public int getCurrentPhoneType(int);
14885 HSPLandroid/telephony/TelephonyManager;->getCurrentPhoneType()I+]Landroid/telephony/TelephonyManage…14886 HSPLandroid/telephony/TelephonyManager;->getCurrentPhoneType(I)I+]Landroid/telephony/TelephonyManag…
14934 HSPLandroid/telephony/TelephonyManager;->getCurrentPhoneType()I+]Landroid/telephony/TelephonyManage…14935 HSPLandroid/telephony/TelephonyManager;->getCurrentPhoneType(I)I+]Landroid/telephony/TelephonyManag…