Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java196 private final Deque<String> mDiagnosticContext = new LinkedList<>(); field in LauncherInstrumentation
529 mDiagnosticContext.addLast(piece); in addContextLayer()
533 mDiagnosticContext.removeLast(); in addContextLayer()
759 return mDiagnosticContext.isEmpty() in getContextDescription()
760 ? "(no context)" : String.join(", ", mDiagnosticContext); in getContextDescription()