Searched refs:getCounts (Results 1 – 1 of 1) sorted by relevance
160 final int[] beforeCounts = getCounts(context); in scanDirectory()165 final int[] deltaCounts = subtract(getCounts(context), beforeCounts); in scanDirectory()177 private static int[] getCounts(Context context) { in getCounts() method in MediaScannerTest