Searched refs:eventsSupported (Results 1 – 5 of 5) sorted by relevance
29 public final @Nullable int[] eventsSupported; field in MtpDeviceRecord33 @Nullable int[] eventsSupported) { in MtpDeviceRecord() argument40 this.eventsSupported = eventsSupported; in MtpDeviceRecord()
272 int[] eventsSupported = null; in createDeviceRecord() local286 eventsSupported = mtpDevice.getDeviceInfo().getEventsSupported(); in createDeviceRecord()293 operationsSupported, eventsSupported); in createDeviceRecord()
164 documentId, device.eventsSupported, device.roots)) { in run()
93 assertNotNull(records[0].eventsSupported); in testEventsSupported()94 getInstrumentation().show(Arrays.toString(records[0].eventsSupported)); in testEventsSupported()
100 device.operationsSupported, device.eventsSupported); in openDevice()114 device.roots, device.operationsSupported, device.eventsSupported)); in closeDevice()