Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java2068 void logTrace(String where, long loggingTypes, String callingParams, byte[] a11yDump, in logTrace() argument
2070 mTracing.logState(where, loggingTypes, callingParams, a11yDump, callingUid, in logTrace()
2075 public void logTrace(String where, long loggingTypes, String callingParams, byte[] a11yDump, in logTrace() argument
2077 mTracing.logState(where, loggingTypes, callingParams, a11yDump, callingUid, stackTrace, in logTrace()
2082 public void logTrace(String where, long loggingTypes, String callingParams, byte[] a11yDump, in logTrace() argument
2085 mTracing.logState(where, loggingTypes, callingParams, a11yDump, callingUid, callStack, in logTrace()
2268 void logState(String where, long loggingTypes, String callingParams, byte[] a11yDump) { in logState() argument
2272 logState(where, loggingTypes, callingParams, a11yDump, Binder.getCallingUid(), in logState()
2279 void logState(String where, long loggingTypes, String callingParams, byte[] a11yDump, in logState() argument
2286 logState(where, loggingTypes, callingParams, a11yDump, callingUid, stackTraceElements, in logState()
[all …]