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

  /frameworks/base/telephony/java/android/telephony/
PreciseDataConnectionState.java 46 private String mAPN = "";
62 mAPN = apn;
83 mAPN = in.readString();
137 return mAPN;
171 out.writeString(mAPN);
196 result = prime * result + ((mAPN == null) ? 0 : mAPN.hashCode());
215 if (mAPN == null) {
216 if (other.mAPN != null) {
219 } else if (!mAPN.equals(other.mAPN))
    [all...]
  /hardware/qcom/gps/msm8909w_3100/gnss/
Agps.h 218 char* mAPN;
227 mAgpsType(agpsType), mAPN(NULL), mAPNLen(0),
230 virtual ~AgpsStateMachine() { if(NULL != mAPN) delete[] mAPN; };
234 inline char* getAPN() const { return (char*)mAPN; }
  /hardware/qcom/gps/msm8998/gnss/
Agps.h 218 char* mAPN;
227 mAgpsType(agpsType), mAPN(NULL), mAPNLen(0),
230 virtual ~AgpsStateMachine() { if(NULL != mAPN) delete[] mAPN; };
234 inline char* getAPN() const { return (char*)mAPN; }
  /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/msm8084/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/msm8909/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...]
  /hardware/qcom/gps/msm8994/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/msm8996/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 451 milliseconds