Home
last modified time | relevance | path

Searched refs:SendObjectInfoFailure (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DSendObjectInfoFailure.java24 class SendObjectInfoFailure extends IOException { class
25 SendObjectInfoFailure() { in SendObjectInfoFailure() method in SendObjectInfoFailure
H A DMtpManager.java203 throw new SendObjectInfoFailure(); in createDocument()
H A DMtpDocumentsProvider.java466 } catch (SendObjectInfoFailure exp) { in createDocument()