Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java2987 void finishIfSubActivity(ActivityRecord parent, String otherResultWho, int otherRequestCode) { in finishIfSubActivity() argument
2990 || !Objects.equals(resultWho, otherResultWho)) return; in finishIfSubActivity()