HomeSort by relevance Sort by last modified time
    Searched refs:mAPN (Results 1 - 13 of 13) 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/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/msm8084/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; }
  /hardware/qcom/gps/msm8974/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 75 milliseconds