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