/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/ |
ScrollActivity.java | 17 package com.google.android.apps.common.testing.ui.testapp;
|
ViewPagerActivity.java | 17 package com.google.android.apps.common.testing.ui.testapp;
|
DisplayActivity.java | 17 package com.google.android.apps.common.testing.ui.testapp;
|
SimpleWebViewActivity.java | 17 package com.google.android.apps.common.testing.ui.testapp;
|
SwipeActivity.java | 17 package com.google.android.apps.common.testing.ui.testapp;
|
DelegatingEditText.java | 17 package com.google.android.apps.common.testing.ui.testapp;
|
SimplePagerAdapter.java | 17 package com.google.android.apps.common.testing.ui.testapp;
|
SyncActivity.java | 17 package com.google.android.apps.common.testing.ui.testapp;
|
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/ |
LongListMatchersTest.java | 17 package com.google.android.apps.common.testing.ui.testapp; 20 import static com.google.android.apps.common.testing.ui.testapp.LongListMatchers.withItemContent; 21 import static com.google.android.apps.common.testing.ui.testapp.LongListMatchers.withItemSize;
|
AdapterViewTest.java | 17 package com.google.android.apps.common.testing.ui.testapp; 25 import static com.google.android.apps.common.testing.ui.testapp.LongListMatchers.isFooter; 26 import static com.google.android.apps.common.testing.ui.testapp.LongListMatchers.withItemContent; 27 import static com.google.android.apps.common.testing.ui.testapp.LongListMatchers.withItemSize; 52 super("com.google.android.apps.common.testing.ui.testapp", LongListActivity.class);
|
AdvancedSynchronizationTest.java | 17 package com.google.android.apps.common.testing.ui.testapp; 28 import com.google.android.apps.common.testing.ui.testapp.SyncActivity.HelloWorldServer; 67 super("com.google.android.apps.common.testing.ui.testapp", SyncActivity.class);
|
ScrollToTest.java | 17 package com.google.android.apps.common.testing.ui.testapp; 39 super("com.google.android.apps.common.testing.ui.testapp", ScrollActivity.class);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
SimpleApp.java | 17 package com.android.testapp;
|
SimpleAppView.java | 17 package com.android.testapp;
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/ |
Makefile | 44 testapp = test/cipher_driver$(EXE) test/datatypes_driver$(EXE) \ macro 61 runtest: libcryptomodule.a $(testapp) 114 all: libcryptomodule.a $(testapp) 120 rm -f $(testapp) *.o */*.o
|
/external/srtp/crypto/ |
Makefile | 44 testapp = test/cipher_driver$(EXE) test/datatypes_driver$(EXE) \ macro 55 runtest: libcryptomodule.a $(testapp) 107 all: libcryptomodule.a $(testapp) 113 rm -f $(testapp) *.o */*.o
|
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/ |
AppNotIdleExceptionTest.java | 23 import com.google.android.apps.common.testing.ui.testapp.R; 24 import com.google.android.apps.common.testing.ui.testapp.SyncActivity; 43 super("com.google.android.apps.common.testing.ui.testapp", SyncActivity.class);
|
EspressoTest.java | 33 import com.google.android.apps.common.testing.ui.testapp.ActionBarTestActivity; 34 import com.google.android.apps.common.testing.ui.testapp.MainActivity; 35 import com.google.android.apps.common.testing.ui.testapp.R; 36 import com.google.android.apps.common.testing.ui.testapp.SendActivity; 58 super("com.google.android.apps.common.testing.ui.testapp", MainActivity.class);
|
/external/chromium_org/build/android/gyp/ |
apk_obfuscate.py | 44 parser.add_option('--testapp', action='store_true', 70 if options.testapp: 95 if options.testapp:
|
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/ |
ClearTextActionIntegrationTest.java | 27 import com.google.android.apps.common.testing.ui.testapp.R; 28 import com.google.android.apps.common.testing.ui.testapp.SendActivity; 42 super("com.google.android.apps.common.testing.ui.testapp", SendActivity.class);
|
EditorActionIntegrationTest.java | 31 import com.google.android.apps.common.testing.ui.testapp.R; 32 import com.google.android.apps.common.testing.ui.testapp.SendActivity; 46 super("com.google.android.apps.common.testing.ui.testapp", SendActivity.class);
|
ScrollToActionIntegrationTest.java | 27 import com.google.android.apps.common.testing.ui.testapp.R; 28 import com.google.android.apps.common.testing.ui.testapp.ScrollActivity; 42 super("com.google.android.apps.common.testing.ui.testapp", ScrollActivity.class);
|
AdapterDataIntegrationTest.java | 31 import com.google.android.apps.common.testing.ui.testapp.LongListActivity; 32 import com.google.android.apps.common.testing.ui.testapp.R; 47 super("com.google.android.apps.common.testing.ui.testapp", LongListActivity.class);
|
/external/srtp/ |
Makefile | 124 testapp = $(crypto_testapp) test/srtp_driver$(EXE) test/replay_driver$(EXE) \ macro 127 $(testapp): libsrtp.a 132 test: $(testapp) 199 for a in $(testapp) $(table_apps); do rm -rf $$a$(EXE); done
|
/frameworks/testing/espresso/espresso-contrib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/contrib/ |
DrawerActionsIntegrationTest.java | 33 import com.google.android.apps.common.testing.ui.testapp.DrawerActivity; 34 import com.google.android.apps.common.testing.ui.testapp.R;
|