Searched refs:readEvent (Results 1 – 5 of 5) sorted by relevance
69 mManager.readEvent(mUsbDevice.getDeviceId(), signal); in testCancelEvent()108 MtpEvent event = mManager.readEvent(mUsbDevice.getDeviceId(), signal); in testEventObjectAdded()
233 MtpEvent readEvent(int deviceId, CancellationSignal signal) throws IOException { in readEvent() method in MtpManager235 return device.readEvent(signal); in readEvent()
380 public @NonNull MtpEvent readEvent(@Nullable CancellationSignal signal) throws IOException { in readEvent() method in MtpDevice
25212 …method public android.mtp.MtpEvent readEvent(android.os.CancellationSignal) throws java.io.IOExcep…
27394 …method public android.mtp.MtpEvent readEvent(android.os.CancellationSignal) throws java.io.IOExcep…