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

  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabase.java 347 String getDeviceDocumentId(int deviceId) throws FileNotFoundException {
    [all...]
MtpDocumentsProvider.java 628 public String getDeviceDocumentId(int deviceId) throws FileNotFoundException {
629 return mDatabase.getDeviceDocumentId(deviceId);
    [all...]

Completed in 85 milliseconds