Searched refs:cycleToPath (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/servertransaction/ |
H A D | TransactionExecutor.java | 135 cycleToPath(r, closestPreExecutionState, transaction); in executeCallbacks() 150 cycleToPath(r, postExecutionState, shouldExcludeLastTransition, transaction); in executeCallbacks() 177 cycleToPath(r, lifecycleItem.getTargetState(), true /* excludeLastState */, transaction); in executeLifecycleState() 186 public void cycleToPath(ActivityClientRecord r, int finish, ClientTransaction transaction) { in cycleToPath() method in TransactionExecutor 187 cycleToPath(r, finish, false /* excludeLastState */, transaction); in cycleToPath() 195 private void cycleToPath(ActivityClientRecord r, int finish, boolean excludeLastState, in cycleToPath() method in TransactionExecutor
|
/aosp14/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()
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 3406 HSPLandroid/app/servertransaction/TransactionExecutor;->cycleToPath(Landroid/app/ActivityThread$Act… 3407 HSPLandroid/app/servertransaction/TransactionExecutor;->cycleToPath(Landroid/app/ActivityThread$Act…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 3406 HSPLandroid/app/servertransaction/TransactionExecutor;->cycleToPath(Landroid/app/ActivityThread$Act… 3407 HSPLandroid/app/servertransaction/TransactionExecutor;->cycleToPath(Landroid/app/ActivityThread$Act…
|
/aosp14/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…
|