Home
last modified time | relevance | path

Searched defs:activePhone (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsMessage.java153 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in createFromPdu() local
171 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getTPLayerLengthForPDU() local
245 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getSubmitPdu() local
272 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getSubmitPdu() local
303 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getSubmitPdu() local
618 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getSmsFacility() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsMessageBodyTest.java557 int activePhone = TelephonyManager.getDefault().getPhoneType(); in callGsmLengthMethods() local
579 int activePhone = TelephonyManager.getDefault().getPhoneType(); in callCdmaLengthMethods() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java685 Phone activePhone = null; in canConference() local
708 Phone activePhone = null; in canConference() local
796 Phone activePhone = getActiveFgCall(subId).getPhone(); in dial() local
908 Phone activePhone = null; in canTransfer() local
928 Phone activePhone = null; in canTransfer() local
H A DInboundSmsHandler.java1653 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in isCurrentFormat3gpp2() local
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSmsMessage.java206 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in createFromPdu() local
1070 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(subId); in isCdmaVoice() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapSmsPdu.java522 int activePhone = context.getSystemService(TelephonyManager.class) in getSubmitPdus() local