Searched refs:gid1 (Results 1 – 3 of 3) sorted by relevance
263 String gid1 = phoneBase.getGroupIdLevel1(); in compareGid1() local272 if (!((gid1 != null) && (gid1.length() >= gid_length) && in compareGid1()273 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()274 log(" gid1 " + gid1 + " serviceGid1 " + serviceGid1); in compareGid1()
624 String gid1 = phoneBase.getGroupIdLevel1(); in compareGid1() local634 if (!((gid1 != null) && (gid1.length() >= gid_length) && in compareGid1()635 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()636 if (DBG) Rlog.d(TAG, " gid1 " + gid1 + " serviceGid1 " + serviceGid1); in compareGid1()
1147 String gid1 = r.getGid1(); in mvnoMatches() local1149 if ((gid1 != null) && (gid1.length() >= mvno_match_data_length) && in mvnoMatches()1150 gid1.substring(0, mvno_match_data_length).equalsIgnoreCase(mvnoMatchData)) { in mvnoMatches()