Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DTransactionExecutorHelper.java218 private static boolean pathInvolvesDestruction(IntArray lifecycleSequence) { in pathInvolvesDestruction() argument
219 final int size = lifecycleSequence.size(); in pathInvolvesDestruction()
221 if (lifecycleSequence.get(i) == ON_DESTROY) { in pathInvolvesDestruction()