HomeSort by relevance Sort by last modified time
    Searched refs:runOnMainSync (Results 76 - 100 of 155) sorted by null

1 2 34 5 6 7

  /external/droiddriver/src/io/appium/droiddriver/util/
InstrumentationUtils.java 142 * dd.runOnMainSyncTimeout}. <p>This is a safer variation of {@link Instrumentation#runOnMainSync}
152 // Call runOnMainSync on current thread without time limit.
167 + " milliseconds waiting for Instrumentation.runOnMainSync", e);
182 getInstrumentation().runOnMainSync(this);
  /frameworks/base/core/tests/utillib/src/android/test/
BandwidthTestCase.java 77 getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/support/design/tests/src/android/support/design/widget/
AppBarLayoutBaseTest.java 104 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
SnackbarTest.java 147 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
PopupMenuTest.java 296 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
400 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
488 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
530 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /packages/apps/Browser2/src/org/chromium/webview_shell/
WebViewLayoutTest.java 104 getInstrumentation().runOnMainSync(new Runnable() {
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactDeletionInteractionTest.java 143 getInstrumentation().runOnMainSync(new Runnable() {
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
InCallPresenterTest.java 70 getInstrumentation().runOnMainSync(new Runnable() {
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
Utils.java 114 public static void runOnMainSync(Runnable runnable) {
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
WatchedHistoryManagerTest.java 49 Utils.runOnMainSync(new Runnable() {
  /frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
AnimatedVectorDrawableTest.java 199 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
225 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerSavedStateTest.java 363 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
371 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityTextTraversalTest.java 50 getInstrumentation().runOnMainSync(new Runnable() {
265 getInstrumentation().runOnMainSync(new Runnable() {
480 getInstrumentation().runOnMainSync(new Runnable() {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java     [all...]
MediaBrowserServiceTest.java 100 getInstrumentation().runOnMainSync(new Runnable() {
MediaPlayerFlakyNetworkTest.java 223 getInstrumentation().runOnMainSync(future);
  /cts/tests/app/src/android/app/cts/
AlertDialog_BuilderCursorTest.java 147 InstrumentationRegistry.getInstrumentation().runOnMainSync(
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 214 // it cannot be done on UI thread, so we invoke runOnMainSync method here.
215 getInstrumentation().runOnMainSync(new Runnable() {
273 // it cannot be done on UI thread, so we invoke runOnMainSync method here.
274 getInstrumentation().runOnMainSync(new Runnable() {
410 // it cannot be done on UI thread, so we invoke runOnMainSync method here.
411 getInstrumentation().runOnMainSync(new Runnable() {
580 getInstrumentation().runOnMainSync(new Runnable() {
  /cts/tests/tests/view/src/android/view/cts/
FrameMetricsListenerTest.java 59 mInstrumentation.runOnMainSync(new Runnable() {
  /frameworks/support/percent/tests/java/android/support/percent/
PercentDynamicLayoutTest.java 52 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DrawerDynamicLayoutTest.java 56 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
AlertDialogTest.java 178 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
736 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable()
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/
RecyclerViewTest.java 54 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
  /packages/apps/Camera2/tests_camera/src/com/android/camera/activity/
CameraTestCase.java 189 inst.runOnMainSync(new Runnable() {
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationDNDTests.java 73 getInstrumentation().runOnMainSync(task);

Completed in 534 milliseconds

1 2 34 5 6 7