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

/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;

Completed in 281 milliseconds