Searched refs:mGid1 (Results 1 – 4 of 4) sorted by relevance
45 private String mGid1; field in CarrierIdentifier54 mGid1 = gid1; in CarrierIdentifier()85 return mGid1; in getGid1()104 out.writeString(mGid1); in writeToParcel()114 mGid1 = in.readString(); in readFromParcel()
791 (TextUtils.isEmpty(currentConfig.mGid1) || in hasEmsSupport()792 (!TextUtils.isEmpty(currentConfig.mGid1) in hasEmsSupport()793 && currentConfig.mGid1.equalsIgnoreCase(gid)))) { in hasEmsSupport()821 (TextUtils.isEmpty(currentConfig.mGid1) || in shouldAppendPageNumberAsPrefix()822 (!TextUtils.isEmpty(currentConfig.mGid1) in shouldAppendPageNumberAsPrefix()823 && currentConfig.mGid1.equalsIgnoreCase(gid)))) { in shouldAppendPageNumberAsPrefix()832 String mGid1; field in SmsMessage.NoEmsSupportConfig838 mGid1 = config.length > 2 ? config[2] : null; in NoEmsSupportConfig()844 + ", mIsPrefix = " + mIsPrefix + ", mGid1 = " + mGid1 + " }"; in toString()
245 mGid1 = null; in resetRecords()280 return mGid1; in getGid1()1214 mGid1 = null; in handleMessage()1217 mGid1 = IccUtils.bytesToHexString(data); in handleMessage()1218 log("GID1: " + mGid1); in handleMessage()1931 pw.println(" mGid1=" + mGid1); in dump()
86 protected String mGid1; field in IccRecords