Searched defs:askedCompatMode (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DTaskRecordTests.java187 boolean askedCompatMode, int userId, int effectiveUid, String lastDescription,
183 create(ActivityManagerService service, int taskId, Intent intent, Intent affinityIntent, String affinity, String rootAffinity, ComponentName realActivity, ComponentName origActivity, boolean rootWasReset, boolean autoRemoveRecents, boolean askedCompatMode, int userId, int effectiveUid, String lastDescription, ArrayList<ActivityRecord> activities, long lastTimeMoved, boolean neverRelinquishIdentity, ActivityManager.TaskDescription lastTaskDescription, int taskAffiliation, int prevTaskId, int nextTaskId, int taskAffiliationColor, int callingUid, String callingPackage, int resizeMode, boolean supportsPictureInPicture, boolean realActivitySuspended, boolean userSetupComplete, int minWidth, int minHeight) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java223 boolean askedCompatMode;// Have asked the user about compat mode for this task. field in class:TaskRecord
401 askedCompatMode = _askedCompatMode;
2008 if (!askedCompatMode || !inRecents || !isAvailable) {
2009 pw.print(prefix); pw.print("askedCompatMode="); pw.print(askedCompatMode);
2137 out.attribute(null, ATTR_ASKEDCOMPATMODE, String.valueOf(askedCompatMode));
2249 boolean autoRemoveRecents, boolean askedCompatMode, int userId,
2258 askedCompatMode, userId, effectiveUid, lastDescription, activities,
2278 boolean askedCompatMode = false;
2334 askedCompatMode
2246 create(ActivityManagerService service, int taskId, Intent intent, Intent affinityIntent, String affinity, String rootAffinity, ComponentName realActivity, ComponentName origActivity, boolean rootWasReset, boolean autoRemoveRecents, boolean askedCompatMode, int userId, int effectiveUid, String lastDescription, ArrayList<ActivityRecord> activities, long lastTimeMoved, boolean neverRelinquishIdentity, TaskDescription lastTaskDescription, int taskAffiliation, int prevTaskId, int nextTaskId, int taskAffiliationColor, int callingUid, String callingPackage, int resizeMode, boolean supportsPictureInPicture, boolean realActivitySuspended, boolean userSetupComplete, int minWidth, int minHeight) argument
[all...]

Completed in 13 milliseconds