Home
last modified time | relevance | path

Searched defs:hint (Results 1 – 4 of 4) 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/tests/view/src/android/view/cts/
DAttachedSurfaceControlTest.java67 public void onBufferTransformHintChanged(int hint) { in onBufferTransformHintChanged()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java425 public static ViewNode findNodeByAutofillHint(ViewNode node, String hint) { in findNodeByAutofillHint()
489 public static View findViewByAutofillHint(Activity activity, String hint) { in findViewByAutofillHint()
498 public static View findViewByAutofillHint(View view, String hint) { in findViewByAutofillHint()