OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:activitytests
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/tests/coretests/src/android/app/activity/
TestedScreen.java
40
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "CREATE tested "
47
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested "
53
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested "
69
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "RESUME tested "
86
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "STOP tested "
102
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested "
119
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested "
ActivityTests.java
21
public class
ActivityTests
{
25
TestSuite suite = new TestSuite(
ActivityTests
.class.getName());
LaunchpadActivity.java
172
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "CREATE lauchpad "
203
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "START lauchpad "
218
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "RESUME lauchpad "
325
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "PAUSE lauchpad "
333
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "STOP lauchpad "
366
if (
ActivityTests
.DEBUG_LIFECYCLE) Log.v("test", "DESTROY lauchpad "
/cts/tests/src/android/theme/cts/
ActivitySnapshotTester.java
63
ActivityTestInfo[]
activityTests
= ThemeTests.getActivityTests();
65
int numActivityTests =
activityTests
.length;
74
theme,
activityTests
[i], i,
78
theme,
activityTests
[i], i,
Completed in 176 milliseconds