Searched refs:onMaxProgressUpdated (Results 1 – 4 of 4) sorted by relevance
26 void onMaxProgressUpdated(int maxProgress); in onMaxProgressUpdated() method
60 MOCK_METHOD1(onMaxProgressUpdated, binder::Status(int32_t max_progress));362 EXPECT_CALL(*listener, onMaxProgressUpdated(37)); in TEST_F()406 EXPECT_CALL(*listener, onMaxProgressUpdated(10)); // 9 * 120% = 10.8 = 10 in TEST_F()
1051 listener_->onMaxProgressUpdated(max); in UpdateProgress()
1985 public void onMaxProgressUpdated(int maxProgress) throws RemoteException { in onMaxProgressUpdated() method in BugreportProgressService.DumpstateListener