Searched refs:onMaxProgressUpdated (Results 1 – 7 of 7) sorted by relevance
67 void onMaxProgressUpdated(int maxProgress); in onMaxProgressUpdated() method
246 public void onMaxProgressUpdated(int maxProgress) throws RemoteException { in onMaxProgressUpdated() method in BugreportManager.DumpstateListener
307 public void onMaxProgressUpdated(int maxProgress) throws RemoteException { in onMaxProgressUpdated() method in BugreportManagerServiceImpl.DumpstateListener
104 binder::Status onMaxProgressUpdated(int32_t max_progress) override { in onMaxProgressUpdated() function in android::os::dumpstate::DumpstateListener
66 MOCK_METHOD1(onMaxProgressUpdated, binder::Status(int32_t max_progress));814 EXPECT_CALL(*listener, onMaxProgressUpdated(37)); in TEST_F()862 EXPECT_CALL(*listener, onMaxProgressUpdated(10)); // 9 * 120% = 10.8 = 10 in TEST_F()
847 listener_->onMaxProgressUpdated(max); in UpdateProgress()
1999 public void onMaxProgressUpdated(int maxProgress) throws RemoteException { in onMaxProgressUpdated() method in BugreportProgressService.DumpstateListener