HomeSort by relevance Sort by last modified time
    Searched refs:activePhone (Results 1 - 4 of 4) 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/android/telephony/
SmsMessage.java 137 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
138 String format = (PHONE_TYPE_CDMA == activePhone) ?
206 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
208 if (PHONE_TYPE_CDMA == activePhone) {
227 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
229 if (PHONE_TYPE_CDMA == activePhone) {
262 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
263 TextEncodingDetails ted = (PHONE_TYPE_CDMA == activePhone) ?
285 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
286 TextEncodingDetails ted = (PHONE_TYPE_CDMA == activePhone)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 526 Phone activePhone = getActiveFgCall().getPhone();
527 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
528 boolean sameChannel = (activePhone == ringingPhone);
537 activePhone.switchHoldingAndActive();
612 Phone activePhone = null;
621 activePhone = getActiveFgCall().getPhone();
628 if (activePhone != null) {
629 activePhone.switchHoldingAndActive();
632 if (heldPhone != null && heldPhone != activePhone) {
685 Phone activePhone = null
    [all...]
  /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) {

Completed in 282 milliseconds