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.java415 CellBroadcastAlertDialog.AnimationHandler mockAnimationHandler = mock( in testOnResume()
416 CellBroadcastAlertDialog.AnimationHandler.class); in testOnResume()
430 CellBroadcastAlertDialog.AnimationHandler mockAnimationHandler = mock( in testOnPause()
431 CellBroadcastAlertDialog.AnimationHandler.class); in testOnPause()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java174 public AnimationHandler mAnimationHandler = new AnimationHandler();
202 public class AnimationHandler extends Handler { class in CellBroadcastAlertDialog
218 AnimationHandler() {} in AnimationHandler() method in CellBroadcastAlertDialog.AnimationHandler