Searched refs:onScreenshotTaken (Results 1 – 7 of 7) sorted by relevance
66 oneway void onScreenshotTaken(boolean success); in onScreenshotTaken() method
365 public void onScreenshotTaken(boolean success) throws RemoteException { in onScreenshotTaken() method in BugreportManagerServiceImpl.DumpstateListener366 mListener.onScreenshotTaken(success); in onScreenshotTaken()
353 public void onScreenshotTaken(boolean success) throws RemoteException { in onScreenshotTaken() method in BugreportManager.DumpstateListener
170 binder::Status onScreenshotTaken(bool success) override { in onScreenshotTaken() function in android::os::dumpstate::DumpstateListener
72 MOCK_METHOD1(onScreenshotTaken, binder::Status(bool success));
4068 listener_->onScreenshotTaken(status == 0); in TakeScreenshot()
28205 PLcom/android/server/os/BugreportManagerServiceImpl$DumpstateListener;->onScreenshotTaken(Z)V