Searched refs:IllegalParameterAccess (Results 1 – 2 of 2) sorted by relevance
120 throw new IllegalParameterAccess("objectHandle", mEventCode); in getObjectHandle()143 throw new IllegalParameterAccess("storageID", mEventCode); in getStorageId()157 throw new IllegalParameterAccess("devicePropCode", mEventCode); in getDevicePropCode()171 throw new IllegalParameterAccess("transactionID", mEventCode); in getTransactionId()188 throw new IllegalParameterAccess("objectPropCode", mEventCode); in getObjectPropCode()202 throw new IllegalParameterAccess("objectFormatCode", mEventCode); in getObjectFormatCode()206 private static class IllegalParameterAccess extends UnsupportedOperationException { class in MtpEvent207 public IllegalParameterAccess(String propertyName, int eventCode) { in IllegalParameterAccess() method in MtpEvent.IllegalParameterAccess
35126 Landroid/mtp/MtpEvent$IllegalParameterAccess;-><init>(Ljava/lang/String;I)V