Searched refs:PAGE_INDEX_TO_BLOCK (Results 1 – 2 of 2) sorted by relevance
36 private static final String PAGE_INDEX_TO_BLOCK = "pageIndexToBlock"; field in IncrementalAppErrorStatsTestsHelper58 bundle.putString(PAGE_INDEX_TO_BLOCK, String.valueOf(pageToBlock)); in getPageIndexToBlock()
58 private static final String PAGE_INDEX_TO_BLOCK = "pageIndexToBlock"; field in IncrementalAppErrorStatsTests91 int blockedPageIndex = Integer.parseInt(testResult.get(PAGE_INDEX_TO_BLOCK)); in setUp()