HomeSort by relevance Sort by last modified time
    Searched defs:mAPN (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telephony/java/android/telephony/
PreciseDataConnectionState.java 48 private String mAPN = "";
64 mAPN = apn;
85 mAPN = in.readString();
139 return mAPN;
173 out.writeString(mAPN);
198 result = prime * result + ((mAPN == null) ? 0 : mAPN.hashCode());
217 if (mAPN == null) {
218 if (other.mAPN != null) {
221 } else if (!mAPN.equals(other.mAPN))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 199 char* mAPN;
214 inline const char* getAPN() const { return (const char*)mAPN; }
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 199 char* mAPN;
214 inline const char* getAPN() const { return (const char*)mAPN; }
loc_eng.cpp     [all...]

Completed in 159 milliseconds