Searched refs:serviceGid1 (Results 1 – 2 of 2) sorted by relevance
264 private boolean compareGid1(Phone phone, String serviceGid1) { in compareGid1() argument266 int gid_length = serviceGid1.length(); in compareGid1()269 if (serviceGid1 == null || serviceGid1.equals("")) { in compareGid1()275 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()276 log(" gid1 " + gid1 + " serviceGid1 " + serviceGid1); in compareGid1()
624 private static boolean compareGid1(Phone phone, String serviceGid1) { in compareGid1() argument628 if (TextUtils.isEmpty(serviceGid1)) { in compareGid1()633 int gid_length = serviceGid1.length(); in compareGid1()636 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()637 if (DBG) Rlog.d(TAG, " gid1 " + gid1 + " serviceGid1 " + serviceGid1); in compareGid1()