Searched refs:cycleToPath (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/servertransaction/ |
H A D | TransactionExecutor.java | 132 cycleToPath(r, closestPreExecutionState, transaction); in executeCallbacks() 146 cycleToPath(r, postExecutionState, shouldExcludeLastTransition, transaction); in executeCallbacks() 173 cycleToPath(r, lifecycleItem.getTargetState(), true /* excludeLastState */, transaction); in executeLifecycleState() 182 public void cycleToPath(ActivityClientRecord r, int finish, ClientTransaction transaction) { in cycleToPath() method in TransactionExecutor 183 cycleToPath(r, finish, false /* excludeLastState */, transaction); in cycleToPath() 191 private void cycleToPath(ActivityClientRecord r, int finish, boolean excludeLastState, in cycleToPath() method in TransactionExecutor
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
H A D | TransactionExecutorTests.java | 294 verify(mExecutor).cycleToPath(eq(mClientRecord), eq(ON_PAUSE), eq(transaction)); in testActivityResultRequiredStateResolution() 299 verify(mExecutor).cycleToPath(eq(mClientRecord), eq(ON_START), eq(transaction)); in testActivityResultRequiredStateResolution()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 3274 HSPLandroid/app/servertransaction/TransactionExecutor;->cycleToPath(Landroid/app/ActivityThread$Act… 3275 HSPLandroid/app/servertransaction/TransactionExecutor;->cycleToPath(Landroid/app/ActivityThread$Act…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 3272 HSPLandroid/app/servertransaction/TransactionExecutor;->cycleToPath(Landroid/app/ActivityThread$Act… 3273 HSPLandroid/app/servertransaction/TransactionExecutor;->cycleToPath(Landroid/app/ActivityThread$Act…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 8739 Landroid/app/servertransaction/TransactionExecutor;->cycleToPath(Landroid/app/ActivityThread$Activi… 8740 Landroid/app/servertransaction/TransactionExecutor;->cycleToPath(Landroid/app/ActivityThread$Activi…
|