HomeSort by relevance Sort by last modified time
    Searched refs:activePhone (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsMessage.java 153 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
155 if (PHONE_TYPE_CDMA == activePhone) {
171 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
173 if (PHONE_TYPE_CDMA == activePhone) {
245 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
247 if (PHONE_TYPE_CDMA == activePhone) {
272 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
274 if (PHONE_TYPE_CDMA == activePhone) {
303 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
305 if (PHONE_TYPE_CDMA == activePhone) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 726 Phone activePhone = getActiveFgCall().getPhone();
727 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
728 boolean sameChannel = (activePhone == ringingPhone);
737 activePhone.switchHoldingAndActive();
796 Phone activePhone = null;
805 activePhone = getActiveFgCall().getPhone();
812 if (activePhone != null) {
813 activePhone.switchHoldingAndActive();
816 if (heldPhone != null && heldPhone != activePhone) {
    [all...]
ProxyController.java 200 Phone activePhone = mProxyPhones[phoneId].getActivePhone();
201 return ((PhoneBase) activePhone).mDcTracker.isDisconnected();
InboundSmsHandler.java     [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsMessage.java 168 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
169 String format = (PHONE_TYPE_CDMA == activePhone) ?
174 // decoding pdu failed based on activePhone type, must be other format
175 format = (PHONE_TYPE_CDMA == activePhone) ?
763 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
764 return (PHONE_TYPE_CDMA == activePhone);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 561 int activePhone = TelephonyManager.getDefault().getPhoneType();
562 if (TelephonyManager.PHONE_TYPE_GSM == activePhone) {
583 int activePhone = TelephonyManager.getDefault().getPhoneType();
584 if (TelephonyManager.PHONE_TYPE_CDMA == activePhone) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 482 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); // TODO: Change to use: ((TelephonyManager)myContext.getSystemService(Context.TELEPHONY_SERVICE))
484 GsmAlphabet.TextEncodingDetails ted = (PHONE_TYPE_CDMA == activePhone) ?
500 phoneType = (activePhone == PHONE_TYPE_CDMA) ? SMS_TYPE_CDMA : SMS_TYPE_GSM;
    [all...]

Completed in 294 milliseconds