Searched refs:curSeq (Results 1 – 3 of 3) sorted by relevance
257 int curSeq; in setStorageStateLow() local259 curSeq = Integer.parseInt(SystemUtil.runShellCommand(getInstrumentation(), in setStorageStateLow()261 if (curSeq == seq) { in setStorageStateLow()267 fail("Timed out waiting for job scheduler: expected seq=" + seq + ", cur=" + curSeq); in setStorageStateLow()365 int curSeq; in setBatteryState()367 curSeq = Integer.parseInt(SystemUtil.runShellCommand(getInstrumentation(), in setBatteryState()372 return curSeq >= seq && curCharging == plugged; in setBatteryState()
1477 int curSeq; in setChargingState()1479 curSeq = Integer.parseInt(mUiDevice.executeShellCommand( in setChargingState()1483 return curSeq >= seq && curCharging == isCharging; in setChargingState()
174 int curSeq; in setStorageState() local176 curSeq = Integer.parseInt(SystemUtil.runShellCommand(getInstrumentation(), in setStorageState()178 if (curSeq == seq) { in setStorageState()183 fail("Timed out waiting for job scheduler: expected seq=" + seq + ", cur=" + curSeq); in setStorageState()