OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testapp
(Results
26 - 50
of
64
) sorted by null
1
2
3
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
SwipeActionIntegrationTest.java
29
import com.google.android.apps.common.testing.ui.
testapp
.R;
30
import com.google.android.apps.common.testing.ui.
testapp
.SwipeActivity;
44
super("com.google.android.apps.common.testing.ui.
testapp
", SwipeActivity.class);
TypeTextActionIntegrationTest.java
34
import com.google.android.apps.common.testing.ui.
testapp
.R;
35
import com.google.android.apps.common.testing.ui.
testapp
.SendActivity;
48
super("com.google.android.apps.common.testing.ui.
testapp
", SendActivity.class);
WindowOrderingIntegrationTest.java
28
import com.google.android.apps.common.testing.ui.
testapp
.R;
29
import com.google.android.apps.common.testing.ui.
testapp
.SendActivity;
43
super("com.google.android.apps.common.testing.ui.
testapp
", SendActivity.class);
EventActionIntegrationTest.java
35
import com.google.android.apps.common.testing.ui.
testapp
.GestureActivity;
36
import com.google.android.apps.common.testing.ui.
testapp
.R;
53
super("com.google.android.apps.common.testing.ui.
testapp
", GestureActivity.class);
KeyEventActionIntegrationTest.java
37
import com.google.android.apps.common.testing.ui.
testapp
.MainActivity;
38
import com.google.android.apps.common.testing.ui.
testapp
.R;
58
super("com.google.android.apps.common.testing.ui.
testapp
", MainActivity.class);
100
"com.google.android.apps.common.testing.ui.
testapp
.FragmentStack");
/external/chromium_org/third_party/libsrtp/srtp/
Makefile
126
testapp
= $(crypto_testapp) test/srtp_driver$(EXE) test/replay_driver$(EXE) \
macro
130
$(
testapp
): libsrtp.a
144
test: $(
testapp
)
213
for a in $(
testapp
) $(table_apps); do rm -rf $$a$(EXE); done
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FileSelector.java
17
package com.android.
testapp
;
TestApp.java
17
package com.android.
testapp
;
43
public class
TestApp
extends Activity {
109
intent.setClassName("com.android.
testapp
",
110
"com.android.
testapp
.FileSelector");
TouchHandler.java
17
package com.android.
testapp
;
TestAppLoadingScreen.java
17
package com.android.
testapp
;
TestAppView.java
17
package com.android.
testapp
;
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
CustomFailureHandlerTest.java
17
package com.google.android.apps.common.testing.ui.
testapp
;
47
super("com.google.android.apps.common.testing.ui.
testapp
", MainActivity.class);
LongListMatchers.java
17
package com.google.android.apps.common.testing.ui.
testapp
;
36
* objects created by {@link com.google.android.apps.common.testing.ui.
testapp
.LongListActivity}.
ActionBarTest.java
17
package com.google.android.apps.common.testing.ui.
testapp
;
41
super("com.google.android.apps.common.testing.ui.
testapp
", ActionBarTestActivity.class);
BasicTest.java
17
package com.google.android.apps.common.testing.ui.
testapp
;
46
super("com.google.android.apps.common.testing.ui.
testapp
", SimpleActivity.class);
SwipeTest.java
17
package com.google.android.apps.common.testing.ui.
testapp
;
41
super("com.google.android.apps.common.testing.ui.
testapp
", ViewPagerActivity.class);
/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
ActionBarTestActivity.java
17
package com.google.android.apps.common.testing.ui.
testapp
;
SimpleActivity.java
17
package com.google.android.apps.common.testing.ui.
testapp
;
35
static final String EXTRA_DATA = "com.google.android.apps.common.testing.ui.
testapp
.DATA";
DrawerActivity.java
17
package com.google.android.apps.common.testing.ui.
testapp
;
FragmentStack.java
17
package com.google.android.apps.common.testing.ui.
testapp
;
MenuActivity.java
17
package com.google.android.apps.common.testing.ui.
testapp
;
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
DefaultFailureHandlerTest.java
29
import com.google.android.apps.common.testing.ui.
testapp
.MainActivity;
48
super("com.google.android.apps.common.testing.ui.
testapp
", MainActivity.class);
EventInjectorTest.java
23
import com.google.android.apps.common.testing.ui.
testapp
.R;
24
import com.google.android.apps.common.testing.ui.
testapp
.SendActivity;
55
super("com.google.android.apps.common.testing.ui.
testapp
", SendActivity.class);
IdlingResourceIntegrationTest.java
30
import com.google.android.apps.common.testing.ui.
testapp
.SendActivity;
51
super("com.google.android.apps.common.testing.ui.
testapp
", SendActivity.class);
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
EspressoEdgeCaseTest.java
27
import com.google.android.apps.common.testing.ui.
testapp
.R;
28
import com.google.android.apps.common.testing.ui.
testapp
.SendActivity;
53
super("com.google.android.apps.common.testing.ui.
testapp
", SendActivity.class);
Completed in 792 milliseconds
1
2
3