Home
last modified time | relevance | path

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

/appfunctions/appfunctions-stubs/src/main/java/com/android/extensions/appfunctions/
DAppFunctionException.java139 @ErrorCode
189 public @interface ErrorCode { annotation in AppFunctionException
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/
DAppFunctionException.kt31 @ErrorCode internal val internalErrorCode: Int,
93 internal annotation class ErrorCode class in androidx.appfunctions.AppFunctionException
/appfunctions/appfunctions-stubs/api/
Drestricted_current.txt8 …method @com.android.extensions.appfunctions.AppFunctionException.ErrorCode public int getErrorCode…
28 …a.lang.annotation.RetentionPolicy.SOURCE) public static @interface AppFunctionException.ErrorCode {