Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppCompactor.java536 int pendingAction, lastCompactAction; in handleMessage() local
544 pendingAction = proc.reqCompactAction; in handleMessage()
550 if ((pendingAction == COMPACT_PROCESS_SOME in handleMessage()
551 || pendingAction == COMPACT_PROCESS_FULL) in handleMessage()
581 if (pendingAction == COMPACT_PROCESS_SOME) { in handleMessage()
595 } else if (pendingAction == COMPACT_PROCESS_FULL) { in handleMessage()
609 } else if (pendingAction == COMPACT_PROCESS_PERSISTENT) { in handleMessage()
618 } else if (pendingAction == COMPACT_PROCESS_BFGS) { in handleMessage()
630 switch (pendingAction) { in handleMessage()
698 switch (pendingAction) { in handleMessage()
[all …]
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java1792 int pendingAction = mPendingAnimationActions.get(i); in transferPendingActions() local
1793 if (pendingAction == START_ANIMATION) { in transferPendingActions()
1795 } else if (pendingAction == END_ANIMATION) { in transferPendingActions()
1797 } else if (pendingAction == REVERSE_ANIMATION) { in transferPendingActions()
1799 } else if (pendingAction == RESET_ANIMATION) { in transferPendingActions()
1803 pendingAction + "is not supported"); in transferPendingActions()