Searched refs:mDiagnosticContext (Results 1 – 1 of 1) sorted by relevance
196 private final Deque<String> mDiagnosticContext = new LinkedList<>(); field in LauncherInstrumentation529 mDiagnosticContext.addLast(piece); in addContextLayer()533 mDiagnosticContext.removeLast(); in addContextLayer()759 return mDiagnosticContext.isEmpty() in getContextDescription()760 ? "(no context)" : String.join(", ", mDiagnosticContext); in getContextDescription()