Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java132 int mActivityType; field in ActivityRecord
264 pw.print(" mActivityType="); pw.println(mActivityType); in dump()
357 pw.println(activityTypeToString(mActivityType)); in dump()
731 mActivityType = APPLICATION_ACTIVITY_TYPE; in ActivityRecord()
759 mActivityType = HOME_ACTIVITY_TYPE;
761 mActivityType = RECENTS_ACTIVITY_TYPE;
763 mActivityType = APPLICATION_ACTIVITY_TYPE;
820 return mActivityType == HOME_ACTIVITY_TYPE;
824 return mActivityType == RECENTS_ACTIVITY_TYPE;
828 return mActivityType == APPLICATION_ACTIVITY_TYPE;
DTaskRecord.java768 taskType = r.mActivityType; in addActivityAtIndex()
777 r.mActivityType = taskType; in addActivityAtIndex()
DActivityStarter.java584 || topActivityHomeStack.mActivityType != RECENTS_ACTIVITY_TYPE) { in postStartActivityUncheckedProcessing()
DActivityStack.java764 if (r.mActivityType != target.mActivityType) { in findTaskLocked()