Home
last modified time | relevance | path

Searched defs:mThresholds (Results 1 – 2 of 2) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DTrustedPresentationListenerTest.java75 private TrustedPresentationThresholds mThresholds = new TrustedPresentationThresholds( field in TrustedPresentationListenerTest
130 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, Runnable::run, in testAddTrustedPresentationListenerOnWindow() local
140 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, Runnable::run, in testRemoveTrustedPresentationListenerOnWindow() local
178 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, in testAddDuplicateListenerUpdatesThresholds() local
190 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, in testAddDuplicateThresholds() local
196 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, in testAddDuplicateThresholds() local
244 mThresholds, in testAddListenerToScvh() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DMeanLargerThanVerification.java39 private final float[] mThresholds; field in MeanLargerThanVerification