Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java531 int activePhone = context.getSystemService(TelephonyManager.class).getCurrentPhoneType(); in getSubmitPdus() local
548 phoneType = (activePhone == PHONE_TYPE_CDMA) ? SMS_TYPE_CDMA : SMS_TYPE_GSM; in getSubmitPdus()