Searched refs:serviceGid1 (Results 1 – 2 of 2) sorted by relevance
270 private boolean compareGid1(Phone phone, String serviceGid1) { in compareGid1() argument272 int gid_length = serviceGid1.length(); in compareGid1()275 if (serviceGid1 == null || serviceGid1.equals("")) { in compareGid1()281 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()282 log(" gid1 " + gid1 + " serviceGid1 " + serviceGid1); in compareGid1()
625 private static boolean compareGid1(Phone phone, String serviceGid1) { in compareGid1() argument629 if (TextUtils.isEmpty(serviceGid1)) { in compareGid1()634 int gid_length = serviceGid1.length(); in compareGid1()637 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()638 if (DBG) Rlog.d(TAG, " gid1 " + gid1 + " serviceGid1 " + serviceGid1); in compareGid1()