Home
last modified time | relevance | path

Searched defs:hint (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DCacheQuotaHintTest.java36 final CacheQuotaHint hint = in testCacheQuotaHintBuilder() local
43 final CacheQuotaHint hint = new CacheQuotaHint.Builder( in testCacheQuotaHintBuilderFromCacheQuotaHint() local
51 final CacheQuotaHint hint = in testCacheQuotaHintParcelizeDeparcelize() local
72 private void assertCacheQuotaHint(CacheQuotaHint hint) { in assertCacheQuotaHint()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTestBase.java176 protected void assertMoreThan(String what, float expected, float actual, String hint) { in assertMoreThan()
183 protected void assertLessThan(String what, float expected, float actual, String hint) { in assertLessThan()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java424 public static ViewNode findNodeByAutofillHint(ViewNode node, String hint) { in findNodeByAutofillHint()
488 public static View findViewByAutofillHint(Activity activity, String hint) { in findViewByAutofillHint()
497 public static View findViewByAutofillHint(View view, String hint) { in findViewByAutofillHint()