Home
last modified time | relevance | path

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

/frameworks/base/libs/appfunctions/java/com/android/extensions/appfunctions/
DAppFunctionService.java19 import static com.android.extensions.appfunctions.SidecarConverter.getPlatformAppFunctionException;
95 getPlatformAppFunctionException(exception));
DSidecarConverter.java67 getPlatformAppFunctionException(@NonNull AppFunctionException exception) { in getPlatformAppFunctionException() method in SidecarConverter
/frameworks/base/libs/appfunctions/tests/src/com/android/extensions/appfunctions/tests/
DSidecarConverterTest.kt153 val platformException = SidecarConverter.getPlatformAppFunctionException( in getPlatformAppFunctionException_sameContents()