HomeSort by relevance Sort by last modified time
    Searched refs:runOnMainSync (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /tools/tradefederation/core/tests/test-apps/TradeFedTestApp/src/com/android/tradefed/testapp/
OnDeviceTest.java 43 getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/base/core/tests/coretests/src/android/util/
OrientationUtil.java 61 mInstrumentation.runOnMainSync(mSetToPortrait);
65 mInstrumentation.runOnMainSync(mSetToLandscape);
  /cts/tests/app/src/android/app/cts/
ToolbarActionBarTest.java 37 getInstrumentation().runOnMainSync(
65 getInstrumentation().runOnMainSync(() -> mActivity.openOptionsMenu());
69 getInstrumentation().runOnMainSync(() -> mActivity.closeOptionsMenu());
FragmentTransactionTest.java 55 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
72 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
96 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
120 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
144 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
ProgressBarManagerTest.java 42 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
56 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
70 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
83 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
105 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
120 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
134 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/media/
MediaPlayerGlueTest.java 51 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
74 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
89 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
99 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
110 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
120 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
130 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/support/compat/tests/java/android/support/v4/view/
ViewGroupCompatTest.java 56 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
68 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
75 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /developers/build/prebuilts/gradle/CardView/Application/tests/src/com/example/android/cardview/
SampleTests.java 50 getInstrumentation().runOnMainSync(new Runnable() {
61 getInstrumentation().runOnMainSync(new Runnable() {
  /developers/samples/android/ui/views/CardView/Application/tests/src/com/example/android/cardview/
SampleTests.java 50 getInstrumentation().runOnMainSync(new Runnable() {
61 getInstrumentation().runOnMainSync(new Runnable() {
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
WebActivityTest.java 54 getInstrumentation().runOnMainSync(() ->
62 getInstrumentation().runOnMainSync(() -> startActivity(intent, null, null));
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DozeTriggersTest.java 80 mInstrumentation.runOnMainSync(() -> {
90 mInstrumentation.runOnMainSync(()->{
97 mInstrumentation.runOnMainSync(() -> {
104 mInstrumentation.runOnMainSync(()->{
108 mInstrumentation.runOnMainSync(() -> {
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
ThumbsBarTest.java 48 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
70 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
89 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
108 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
152 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
195 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
223 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
252 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
280 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
312 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable()
    [all...]
ControlBarTest.java 52 InstrumentationRegistry.getInstrumentation().runOnMainSync(
77 InstrumentationRegistry.getInstrumentation().runOnMainSync(
85 InstrumentationRegistry.getInstrumentation().runOnMainSync(
94 InstrumentationRegistry.getInstrumentation().runOnMainSync(
135 InstrumentationRegistry.getInstrumentation().runOnMainSync(
143 InstrumentationRegistry.getInstrumentation().runOnMainSync(
  /cts/tests/tests/view/src/android/view/cts/
MenuItemTest.java 83 mInstrumentation.runOnMainSync(() -> {
92 mInstrumentation.runOnMainSync(() -> firstItem.setIcon(R.drawable.icon_yellow));
99 mInstrumentation.runOnMainSync(() -> {
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfTest.java 18 getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DataBindingTestRule.java 40 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/support/emoji/core/tests/java/android/support/text/emoji/util/
KeyboardUtil.java 81 instrumentation.runOnMainSync(new Runnable() {
99 instrumentation.runOnMainSync(new Runnable() {
120 instrumentation.runOnMainSync(new Runnable() {
134 instrumentation.runOnMainSync(new Runnable() {
  /frameworks/support/fragment/tests/java/android/support/v4/app/
FragmentReorderingTest.java 64 mInstrumentation.runOnMainSync(new Runnable() {
83 mInstrumentation.runOnMainSync(new Runnable() {
110 mInstrumentation.runOnMainSync(new Runnable() {
135 mInstrumentation.runOnMainSync(new Runnable() {
167 mInstrumentation.runOnMainSync(new Runnable() {
217 mInstrumentation.runOnMainSync(new Runnable() {
258 mInstrumentation.runOnMainSync(new Runnable() {
321 mInstrumentation.runOnMainSync(new Runnable() {
378 mInstrumentation.runOnMainSync(new Runnable() {
417 mInstrumentation.runOnMainSync(new Runnable()
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
NativeMediaTest.java 73 instrumentation.runOnMainSync(() -> {
78 instrumentation.runOnMainSync(() -> {
  /cts/tests/tests/toast/src/android/widget/toast/cts/
BaseToastTest.java 55 mInstrumentation.runOnMainSync(
73 mInstrumentation.runOnMainSync(() -> {
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/tests/src/com/example/android/swiperefreshmultipleviews/tests/
SampleTests.java 82 getInstrumentation().runOnMainSync(new Runnable() {
105 // We need to use runOnMainSync here as fake dragging uses waitForIdleSync()
106 getInstrumentation().runOnMainSync(new Runnable() {
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/tests/src/com/example/android/swiperefreshmultipleviews/tests/
SampleTests.java 82 getInstrumentation().runOnMainSync(new Runnable() {
105 // We need to use runOnMainSync here as fake dragging uses waitForIdleSync()
106 getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/support/core-utils/tests/java/android/support/v4/content/
ModernAsyncTaskTest.java 49 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
92 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/support/v7/mediarouter/tests/src/android/support/v7/media/
MediaRouterTest.java 51 getInstrumentation().runOnMainSync(new Runnable() {
73 getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
FlingTests.java 94 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
117 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
146 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
159 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
198 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
211 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {

Completed in 1690 milliseconds

1 2 3 4 5 6 7 8