Searched refs:lastProgress (Results 1 – 6 of 6) sorted by relevance
118 int lastProgress; in TEST_F() local119 EXPECT_GE(mClient1->getUpdateCount(&lastProgress), 10); in TEST_F()120 EXPECT_EQ(lastProgress, 100); in TEST_F()
223 int getUpdateCount(int* lastProgress) { in getUpdateCount()225 *lastProgress = mLastProgress; in getUpdateCount()
129 int32_t lastProgress = 0; member
531 int lastProgress = 0; in processPackage()540 if (progress > lastProgress && in processPackage()542 lastProgress = progress; in processPackage()
778 != (info.lastProgress.intValue() / LOG_PROGRESS_STEP))) { in updateProgress()781 info.lastProgress.set(progress); in updateProgress()1868 final AtomicInteger lastProgress = new AtomicInteger(0); field in BugreportProgressService.BugreportInfo2154 lastProgress.set(in.readInt()); in BugreportInfo()2182 dest.writeInt(lastProgress.intValue()); in writeToParcel()
363 sessionStateToString(session.getState()), session.lastProgress); in dumpSession_l()994 mSessionMap[sessionKey].lastProgress = progress; in onProgressUpdate()