Searched refs:DataProfile (Results 1 - 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDataProfileTest.java84 DataProfile dp = new DataProfile(mApn1, false);
102 DataProfile[] dps = new DataProfile[]{new DataProfile(mApn1, false),
103 new DataProfile(mApn1, false)};
105 DataProfile.toParcel(p, dps);
126 DataProfile dp1 = new DataProfile(mApn1, false);
127 DataProfile dp
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataProfile.java22 public class DataProfile { class
56 DataProfile(int profileId, String apn, String protocol, int authType, method in class:DataProfile
73 public DataProfile(ApnSetting apn, boolean isRoaming) { method in class:DataProfile
81 public static Parcel toParcel(Parcel pc, DataProfile[] dps) {
106 return "DataProfile " + profileId + "/" + apn + "/" + protocol + "/" + authType
113 if (o instanceof DataProfile == false) return false;
H A DDcTracker.java3314 ArrayList<DataProfile> dps = new ArrayList<DataProfile>();
3317 DataProfile dp = new DataProfile(apn,
3320 for(DataProfile dpIn : dps) {
3332 mPhone.mCi.setDataProfile(dps.toArray(new DataProfile[0]), null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java26 import com.android.internal.telephony.dataconnection.DataProfile;
568 public void setDataProfile(DataProfile[] dps, Message result) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java27 import com.android.internal.telephony.dataconnection.DataProfile;
569 public void setDataProfile(DataProfile[] dps, Message result) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java20 import com.android.internal.telephony.dataconnection.DataProfile;
1782 public void setDataProfile(DataProfile[] dps, Message result);
H A DRIL.java76 import com.android.internal.telephony.dataconnection.DataProfile;
4828 public void setDataProfile(DataProfile[] dps, Message result) {
4832 DataProfile.toParcel(rr.mParcel, dps);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java26 import com.android.internal.telephony.dataconnection.DataProfile;
1227 public void setDataProfile(DataProfile[] dps, Message result) {
H A DSimulatedCommands.java44 import com.android.internal.telephony.dataconnection.DataProfile;
1845 public void setDataProfile(DataProfile[] dps, Message result) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken653 public void setDataProfile(DataProfile[] dps, Message result) {

Completed in 141 milliseconds