Searched refs:eventsSupported (Results 1 – 4 of 4) 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 = info.getEventsSupported(); in createDeviceRecord()293 operationsSupported, eventsSupported); in createDeviceRecord()
93 assertNotNull(records[0].eventsSupported); in testEventsSupported()94 getInstrumentation().show(Arrays.toString(records[0].eventsSupported)); in testEventsSupported()
101 device.operationsSupported, device.eventsSupported); in openDevice()115 device.roots, device.operationsSupported, device.eventsSupported)); in closeDevice()