OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apptransitiontests
(Results
1 - 7
of
7
) sorted by null
/platform_testing/tests/perf/PerfTransitionTest/
AndroidTest.xml
16
<configuration description="Runs
AppTransitionTests
.">
18
<option name="test-file-name" value="
AppTransitionTests
.apk" />
21
<option name="test-tag" value="
AppTransitionTests
" />
Android.mk
23
LOCAL_PACKAGE_NAME :=
AppTransitionTests
/tools/tradefederation/core/prod-tests/res/config/performance/
app-transitions.xml
18
<option name="test-tag" value="
AppTransitionTests
" />
21
<option name="test-file-name" value="
AppTransitionTests
.apk" />
35
<test class="com.android.performance.tests.
AppTransitionTests
" />
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
AppTransitionTests.java
37
* runtest frameworks-services -c com.android.server.wm.
AppTransitionTests
42
public class
AppTransitionTests
{
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
LatencyTests.java
156
* Note that this is different from {@link
AppTransitionTests
#testAppToRecents} as we are
AppTransitionTests.java
56
public class
AppTransitionTests
{
58
private static final String TAG =
AppTransitionTests
.class.getSimpleName();
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
AppTransitionTests.java
58
public class
AppTransitionTests
implements IRemoteTest, IDeviceTest {
61
private static final String CLASS_NAME = "com.android.apptransition.tests.
AppTransitionTests
";
Completed in 143 milliseconds