Home
last modified time | relevance | path

Searched defs:newIntents (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DComponentResolver.java526 final ArrayList<Pair<ParsedActivity, ParsedIntentInfo>> newIntents = new ArrayList<>(); in addAllComponents() local
714 List<Pair<ParsedActivity, ParsedIntentInfo>> newIntents, boolean chatty) { in addActivitiesLocked()
1417 List<Pair<ParsedActivity, ParsedIntentInfo>> newIntents) { in addActivity()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java812 List<ReferrerIntent> newIntents = null; in realStartActivityLocked() local
H A DActivityRecord.java483 ArrayList<ReferrerIntent> newIntents; // any pending new intents for single-top mode field in ActivityRecord