OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curSeq
(Results
1 - 3
of
3
) sorted by null
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
BatteryConstraintTest.java
114
int
curSeq
;
118
curSeq
= Integer.parseInt(SystemUtil.runShellCommand(getInstrumentation(),
126
if (
curSeq
== seq && curCharging == plugged) {
131
fail("Timed out waiting for job scheduler: expected seq=" + seq + ", cur=" +
curSeq
ConstraintTest.java
176
int
curSeq
;
178
curSeq
= Integer.parseInt(SystemUtil.runShellCommand(getInstrumentation(),
180
if (
curSeq
== seq) {
185
fail("Timed out waiting for job scheduler: expected seq=" + seq + ", cur=" +
curSeq
);
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
ConstraintTest.java
173
int
curSeq
;
175
curSeq
= Integer.parseInt(SystemUtil.runShellCommand(getInstrumentation(),
177
if (
curSeq
== seq) {
182
fail("Timed out waiting for job scheduler: expected seq=" + seq + ", cur=" +
curSeq
);
Completed in 152 milliseconds