Home
last modified time | relevance | path

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

/frameworks/base/services/appfunctions/java/com/android/server/appfunctions/
DAppFunctionsLoggerWrapper.java35 public class AppFunctionsLoggerWrapper { class
36 private static final String TAG = AppFunctionsLoggerWrapper.class.getSimpleName();
44 AppFunctionsLoggerWrapper(@NonNull Context context) { in AppFunctionsLoggerWrapper() method in AppFunctionsLoggerWrapper
49 AppFunctionsLoggerWrapper( in AppFunctionsLoggerWrapper() method in AppFunctionsLoggerWrapper
DAppFunctionManagerServiceImpl.java96 private final AppFunctionsLoggerWrapper mLoggerWrapper;
108 new AppFunctionsLoggerWrapper(context), in AppFunctionManagerServiceImpl()
119 AppFunctionsLoggerWrapper loggerWrapper, in AppFunctionManagerServiceImpl()
/frameworks/base/services/tests/appfunctions/src/com/android/server/appfunctions/
DAppFunctionsLoggingTest.kt59 AppFunctionsLoggerWrapper(
115 /* errorCode= */ eq<Int>(AppFunctionsLoggerWrapper.SUCCESS_RESPONSE_CODE), in testOnSuccess_logsSuccessResponse()