Home
last modified time | relevance | path

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

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