HomeSort by relevance Sort by last modified time
    Searched refs:activePhone (Results 1 - 13 of 13) 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 690 Phone activePhone = getActiveFgCall().getPhone();
691 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
692 boolean sameChannel = (activePhone == ringingPhone);
701 activePhone.switchHoldingAndActive();
760 Phone activePhone = null;
769 activePhone = getActiveFgCall().getPhone();
776 if (activePhone != null) {
777 activePhone.switchHoldingAndActive();
780 if (heldPhone != null && heldPhone != activePhone) {
833 Phone activePhone = null
    [all...]
InboundSmsHandler.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 564 int activePhone = TelephonyManager.getDefault().getPhoneType();
565 if (TelephonyManager.PHONE_TYPE_GSM == activePhone) {
586 int activePhone = TelephonyManager.getDefault().getPhoneType();
587 if (TelephonyManager.PHONE_TYPE_CDMA == activePhone) {
  /frameworks/base/telephony/java/android/telephony/
SmsMessage.java 182 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
183 String format = (PHONE_TYPE_CDMA == activePhone) ?
188 // decoding pdu failed based on activePhone type, must be other format
189 format = (PHONE_TYPE_CDMA == activePhone) ?
864 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(subId);
865 return (PHONE_TYPE_CDMA == activePhone);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 510 int activePhone = TelephonyManager.getDefault()
514 GsmAlphabet.TextEncodingDetails ted = (PHONE_TYPE_CDMA == activePhone)
532 phoneType = (activePhone == PHONE_TYPE_CDMA) ? SMS_TYPE_CDMA : SMS_TYPE_GSM;
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 254 milliseconds