HomeSort by relevance Sort by last modified time
    Searched refs:mAPN (Results 1 - 7 of 7) 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.cpp 628 mAPN(NULL),
676 if (NULL != mAPN) {
677 delete[] mAPN;
678 mAPN = NULL;
684 if (NULL != mAPN) {
685 delete mAPN;
689 mAPN = new char[len+1];
690 memcpy(mAPN, apn, len);
691 mAPN[len] = NULL;
695 mAPN = NULL
    [all...]
loc_eng.cpp     [all...]
loc_eng_agps.h 199 char* mAPN;
214 inline const char* getAPN() const { return (const char*)mAPN; }
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.cpp 628 mAPN(NULL),
676 if (NULL != mAPN) {
677 delete[] mAPN;
678 mAPN = NULL;
684 if (NULL != mAPN) {
685 delete mAPN;
689 mAPN = new char[len+1];
690 memcpy(mAPN, apn, len);
691 mAPN[len] = NULL;
695 mAPN = NULL
    [all...]
loc_eng.cpp     [all...]
loc_eng_agps.h 199 char* mAPN;
214 inline const char* getAPN() const { return (const char*)mAPN; }

Completed in 526 milliseconds