Searched refs:mGid1 (Results 1 – 3 of 3) sorted by relevance
788 (TextUtils.isEmpty(currentConfig.mGid1) || in hasEmsSupport()789 (!TextUtils.isEmpty(currentConfig.mGid1) in hasEmsSupport()790 && currentConfig.mGid1.equalsIgnoreCase(gid)))) { in hasEmsSupport()818 (TextUtils.isEmpty(currentConfig.mGid1) || in shouldAppendPageNumberAsPrefix()819 (!TextUtils.isEmpty(currentConfig.mGid1) in shouldAppendPageNumberAsPrefix()820 && currentConfig.mGid1.equalsIgnoreCase(gid)))) { in shouldAppendPageNumberAsPrefix()829 String mGid1; field in SmsMessage.NoEmsSupportConfig835 mGid1 = config.length > 2 ? config[2] : null; in NoEmsSupportConfig()841 + ", mIsPrefix = " + mIsPrefix + ", mGid1 = " + mGid1 + " }"; in toString()
244 mGid1 = null; in resetRecords()278 return mGid1; in getGid1()1191 mGid1 = null; in handleMessage()1194 mGid1 = IccUtils.bytesToHexString(data); in handleMessage()1195 log("GID1: " + mGid1); in handleMessage()1922 pw.println(" mGid1=" + mGid1); in dump()
80 protected String mGid1; field in IccRecords