Searched refs:serviceGid1 (Results 1 – 1 of 1) sorted by relevance
235 private boolean compareGid1(Phone phone, String serviceGid1) { in compareGid1() argument237 int gid_length = serviceGid1.length(); in compareGid1()240 if (serviceGid1 == null || serviceGid1.equals("")) { in compareGid1()246 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()247 log(" gid1 " + gid1 + " serviceGid1 " + serviceGid1); in compareGid1()