Merge "Migration of IRadio 1.3 types to 1.4."

am: c96a716a54

Change-Id: Iee0ab17de7c7d38a465c6ea387bf317c265f985a
This commit is contained in:
Xiangyu/Malcolm Chen
2018-11-27 13:18:50 -08:00
committed by android-build-merger
2 changed files with 4 additions and 3 deletions

View File

@@ -690,6 +690,7 @@ java_defaults {
"android.hardware.wifi-V1.0-java-constants",
"android.hardware.radio-V1.0-java",
"android.hardware.radio-V1.3-java",
"android.hardware.radio-V1.4-java",
"android.hardware.usb.gadget-V1.0-java",
"netd_aidl_interface-java",
],

View File

@@ -17,8 +17,8 @@
package android.telephony.emergency;
import android.annotation.IntDef;
import android.hardware.radio.V1_3.EmergencyNumberSource;
import android.hardware.radio.V1_3.EmergencyServiceCategory;
import android.hardware.radio.V1_4.EmergencyNumberSource;
import android.hardware.radio.V1_4.EmergencyServiceCategory;
import android.os.Parcel;
import android.os.Parcelable;
@@ -138,7 +138,7 @@ public final class EmergencyNumber implements Parcelable, Comparable<EmergencyNu
}
/**
* The source to tell where the corresponding @1.3::EmergencyNumber comes from.
* The source to tell where the corresponding @1.4::EmergencyNumber comes from.
*
* The emergency number has one or more defined emergency number sources.
*