Searched defs:compareGid1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsNumberUtils.java613 compareGid1(phone, needToConvertArray[1])) {
624 private static boolean compareGid1(Phone phone, String serviceGid1) { method in class:SmsNumberUtils
629 if (DBG) Rlog.d(TAG, "compareGid1 serviceGid is empty, return " + ret);
640 if (DBG) Rlog.d(TAG, "compareGid1 is " + (ret?"Same":"Different"));
H A DCallTracker.java227 if (compareGid1(phone, tmpArray[1])) {
264 private boolean compareGid1(Phone phone, String serviceGid1) { method in class:CallTracker
270 log("compareGid1 serviceGid is empty, return " + ret);
279 log("compareGid1 is " + (ret?"Same":"Different"));

Completed in 78 milliseconds