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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataProfile.java24 public class DataProfile { class
74 DataProfile(int profileId, String apn, String protocol, int authType, method in class:DataProfile
105 public DataProfile(ApnSetting apn) { method in class:DataProfile
109 public DataProfile(ApnSetting apn, int profileId) { method in class:DataProfile
121 return "DataProfile=" + profileId + "/" + apn + "/" + protocol + "/" + authType
130 if (o instanceof DataProfile == false) return false;

Completed in 397 milliseconds