Home
last modified time | relevance | path

Searched refs:ERR_INVALID_PARAM (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/ddm/
H A DDdmHandleViewDebug.java88 private static final int ERR_INVALID_PARAM = -2; field in DdmHandleViewDebug
127 return createFailChunk(ERR_INVALID_PARAM, "Invalid View Root"); in handleChunk()
144 return createFailChunk(ERR_INVALID_PARAM, "Invalid target view"); in handleChunk()
372 return createFailChunk(ERR_INVALID_PARAM, e.getMessage()); in invokeViewMethod()
381 return createFailChunk(ERR_INVALID_PARAM, in invokeViewMethod()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14933 Landroid/ddm/DdmHandleViewDebug;->ERR_INVALID_PARAM:I