Home
last modified time | relevance | path

Searched refs:gid_length (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallTracker.java237 int gid_length = serviceGid1.length(); in compareGid1() local
245 if (!((gid1 != null) && (gid1.length() >= gid_length) && in compareGid1()
246 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()