Searched refs:workaroundId (Results 1 – 1 of 1) sorted by relevance
38 Entry(int workaroundId, String address) { in Entry() argument39 this.workaround_id = workaroundId; in Entry()76 public static boolean matchByAddress(int workaroundId, String address) { in matchByAddress() argument83 if (entry.workaround_id == workaroundId && entry.address.startsWith( in matchByAddress()