Home
last modified time | relevance | path

Searched refs:DO_NOTHING (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/testutils/src/main/java/androidx/testutils/
DAppCompatActivityUtils.java30 private static final Runnable DO_NOTHING = new Runnable() { field in AppCompatActivityUtils
48 rule.runOnUiThread(DO_NOTHING); in waitForExecution()
49 rule.runOnUiThread(DO_NOTHING); in waitForExecution()
DFragmentActivityUtils.java33 private static final Runnable DO_NOTHING = new Runnable() { field in FragmentActivityUtils
45 rule.runOnUiThread(DO_NOTHING); in waitForExecution()
46 rule.runOnUiThread(DO_NOTHING); in waitForExecution()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DNetworkState.java33 TO_DISCONNECTION, TO_CONNECTION, DO_NOTHING enumConstant
43 mTransitionDirection = StateTransitionDirection.DO_NOTHING; in NetworkState()
50 mTransitionDirection = StateTransitionDirection.DO_NOTHING; in NetworkState()
59 mTransitionDirection = StateTransitionDirection.DO_NOTHING; in resetNetworkState()
95 case DO_NOTHING: in validateStateTransition()
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
DFragmentTestUtil.java39 private static final Runnable DO_NOTHING = new Runnable() { field in FragmentTestUtil
51 rule.runOnUiThread(DO_NOTHING); in waitForExecution()
52 rule.runOnUiThread(DO_NOTHING); in waitForExecution()