HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_TOTAL_QUERIES (Results 1 - 2 of 2) sorted by null

  /frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
ContentPagerTest.java 120 extras.getInt(ContentPager.Stats.EXTRA_TOTAL_QUERIES));
175 extras.getInt(ContentPager.Stats.EXTRA_TOTAL_QUERIES));
215 extras.getInt(ContentPager.Stats.EXTRA_TOTAL_QUERIES));
255 extras.getInt(ContentPager.Stats.EXTRA_TOTAL_QUERIES));
303 extras.getInt(ContentPager.Stats.EXTRA_TOTAL_QUERIES));
346 extras.getInt(ContentPager.Stats.EXTRA_TOTAL_QUERIES));
  /frameworks/support/content/src/main/java/androidx/contentpager/content/
ContentPager.java 322 mStats.increment(Stats.EXTRA_TOTAL_QUERIES);
654 static final String EXTRA_TOTAL_QUERIES = "android-support:extra-total-queries";
673 case EXTRA_TOTAL_QUERIES:
702 bundle.putInt(EXTRA_TOTAL_QUERIES, mTotalQueries);

Completed in 73 milliseconds