Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/servertransaction/
H A DTransactionExecutorHelper.java209 private static boolean pathInvolvesDestruction(IntArray lifecycleSequence) { in pathInvolvesDestruction() argument
210 final int size = lifecycleSequence.size(); in pathInvolvesDestruction()
212 if (lifecycleSequence.get(i) == ON_DESTROY) { in pathInvolvesDestruction()