OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNextLifecycle
(Results
1 - 2
of
2
) sorted by null
/cts/tests/app/app/src/android/app/stubs/
LaunchpadActivity.java
147
/** Index into the {@link #
mNextLifecycle
} array. */
148
private int
mNextLifecycle
;
211
mNextLifecycle
= 0;
449
if (
mNextLifecycle
>= mExpectedLifecycle.length) {
457
if (mExpectedLifecycle[
mNextLifecycle
].equals(where)) {
461
Log.w(TAG, "Expected " + mExpectedLifecycle[
mNextLifecycle
] + " but got " + where);
467
+ " at " +
mNextLifecycle
);
471
mNextLifecycle
++;
473
if (
mNextLifecycle
>= mExpectedLifecycle.length) {
478
final String next = mExpectedLifecycle[
mNextLifecycle
];
[
all
...]
/cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.java
141
/** Index into the {@link #
mNextLifecycle
} array. */
142
private int
mNextLifecycle
;
205
mNextLifecycle
= 0;
442
if (
mNextLifecycle
>= mExpectedLifecycle.length) {
450
if (mExpectedLifecycle[
mNextLifecycle
].equals(where)) {
454
Log.w(TAG, "Expected " + mExpectedLifecycle[
mNextLifecycle
] + " but got " + where);
460
+ " at " +
mNextLifecycle
);
464
mNextLifecycle
++;
466
if (
mNextLifecycle
>= mExpectedLifecycle.length) {
471
final String next = mExpectedLifecycle[
mNextLifecycle
];
[
all
...]
Completed in 46 milliseconds