Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertDialogTest.java286 CellBroadcastAlertDialog.AnimationHandler mockAnimationHandler = mock( in testOnResume()
287 CellBroadcastAlertDialog.AnimationHandler.class); in testOnResume()
301 CellBroadcastAlertDialog.AnimationHandler mockAnimationHandler = mock( in testOnPause()
302 CellBroadcastAlertDialog.AnimationHandler.class); in testOnPause()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java134 public AnimationHandler mAnimationHandler = new AnimationHandler();
146 public class AnimationHandler extends Handler { class in CellBroadcastAlertDialog
162 AnimationHandler() {} in AnimationHandler() method in CellBroadcastAlertDialog.AnimationHandler