OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DO_FINISH
(Results
1 - 2
of
2
) sorted by null
/cts/tests/app/app/src/android/app/stubs/
LaunchpadActivity.java
133
public static final String
DO_FINISH
= "finish";
187
ON_START, ON_RESUME,
DO_FINISH
, ON_PAUSE
192
ON_RESTART, ON_START, ON_RESUME,
DO_FINISH
, ON_PAUSE
196
ON_RESUME,
DO_FINISH
, ON_PAUSE
201
ON_RESTART, ON_START, ON_RESUME,
DO_FINISH
, ON_PAUSE
205
ON_RESUME,
DO_FINISH
, ON_PAUSE
479
if (next.equals(
DO_FINISH
)) {
/cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.java
127
public static final String
DO_FINISH
= "finish";
181
ON_START, ON_RESUME,
DO_FINISH
, ON_PAUSE
186
ON_RESTART, ON_START, ON_RESUME,
DO_FINISH
, ON_PAUSE
190
ON_RESUME,
DO_FINISH
, ON_PAUSE
195
ON_RESTART, ON_START, ON_RESUME,
DO_FINISH
, ON_PAUSE
199
ON_RESUME,
DO_FINISH
, ON_PAUSE
472
if (next.equals(
DO_FINISH
)) {
Completed in 46 milliseconds