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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java292 * {@link #findIndex(String, int, int, int)} is unable to find match. Can
296 final int i = findIndex(entry.iface, entry.uid, entry.set, entry.tag);
324 public int findIndex(String iface, int uid, int set, int tag) { method in class:NetworkStats
366 final int j = stats.findIndex(iface[i], uid[i], set[i], tag[i]);

Completed in 104 milliseconds