Home
last modified time | relevance | path

Searched refs:AppFunctionNotSupportedException (Results 1 – 6 of 6) sorted by relevance

/appfunctions/appfunctions-common/src/test/java/androidx/appfunctions/
DAppFunctionAppExceptionsTest.kt36 assertThat(AppFunctionNotSupportedException(null, Bundle()).internalErrorCode) in testErrorCategory_AppError()
38 assertThat(AppFunctionNotSupportedException(null, Bundle()).errorCategory) in testErrorCategory_AppError()
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/
DAppFunctionAppExceptions.kt66 public class AppFunctionNotSupportedException class
DAppFunctionException.kt127 AppFunctionNotSupportedException(exception.errorMessage, exception.extras) in fromPlatformExtensionsClass()
/appfunctions/appfunctions-common/src/androidTest/java/androidx/appfunctions/
DAppFunctionExceptionTest.kt52 AppFunctionNotSupportedException::class.java in testCreateFromPlatformExtensionsClass_knownClasses()
/appfunctions/appfunctions-common/api/
Drestricted_current.txt119 …public final class AppFunctionNotSupportedException extends androidx.appfunctions.AppFunctionAppEx…
120 ctor public AppFunctionNotSupportedException(optional String? errorMessage);
Dcurrent.txt119 …public final class AppFunctionNotSupportedException extends androidx.appfunctions.AppFunctionAppEx…
120 ctor public AppFunctionNotSupportedException(optional String? errorMessage);