Home | History | Annotate | Download | only in am

Lines Matching refs:realActivity

2834             mUsageStatsService.noteResumeComponent(component.realActivity);
2839 mUsageStatsService.notePauseComponent(component.realActivity);
7179 : task.realActivity != null ? task.realActivity.flattenToString()
10588 if (tr.realActivity == null ||
10589 !dumpPackage.equals(tr.realActivity)) {