Searched refs:rootActivity (Results 1 – 1 of 1) sorted by relevance
361 String rootActivity = getIntent().getStringExtra( in displayDebugInfo() local365 debugInfo.setText(getDebugInfo(blockedActivity, rootActivity)); in displayDebugInfo()394 private String getDebugInfo(String blockedActivity, String rootActivity) { in getDebugInfo() argument403 if (rootActivity != null) { in getDebugInfo()404 ComponentName root = ComponentName.unflattenFromString(rootActivity); in getDebugInfo()