Searched refs:topActivity (Results 1 - 5 of 5) sorted by relevance

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
H A DCloseKeyboardAction.java132 Activity topActivity = getOnlyElement(resumedActivities);
133 return topActivity;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DAlternateRecentsComponent.java310 ComponentName topActivity = topTask.topActivity;
313 if (topActivity.getPackageName().equals(sRecentsPackage) &&
314 topActivity.getClassName().equals(sRecentsActivity)) {
/frameworks/base/core/java/android/app/
H A DActivityManager.java1013 public ComponentName topActivity; field in class:ActivityManager.RunningTaskInfo
1053 ComponentName.writeToParcel(topActivity, dest);
1069 topActivity = ComponentName.readFromParcel(source);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java427 final ActivityRecord topActivity() { method in class:ActivityStack
1435 final ActivityRecord topActivity = topRunningActivityLocked(null);
1442 if (r == topActivity) {
3939 ci.topActivity = top.intent.getComponent();
H A DActivityStackSupervisor.java1838 if (sourceRecord == null || (sourceStack.topActivity() != null &&
1839 sourceStack.topActivity().task == sourceRecord.task)) {
2158 ActivityRecord prev = targetStack.topActivity();

Completed in 1070 milliseconds