HomeSort by relevance Sort by last modified time
    Searched defs:operationsSupported (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDeviceRecord.java 28 public final @Nullable int[] operationsSupported;
32 MtpRoot[] roots, @Nullable int[] operationsSupported,
39 this.operationsSupported = operationsSupported;
MtpManager.java 271 int[] operationsSupported = null;
285 operationsSupported = info.getOperationsSupported();
293 operationsSupported, eventsSupported);

Completed in 40 milliseconds