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.java230 CellBroadcastAlertDialog.AnimationHandler mockAnimationHandler = mock( in testOnResume()
231 CellBroadcastAlertDialog.AnimationHandler.class); in testOnResume()
245 CellBroadcastAlertDialog.AnimationHandler mockAnimationHandler = mock( in testOnPause()
246 CellBroadcastAlertDialog.AnimationHandler.class); in testOnPause()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java158 public AnimationHandler mAnimationHandler = new AnimationHandler();
182 public class AnimationHandler extends Handler { class in CellBroadcastAlertDialog
198 AnimationHandler() {} in AnimationHandler() method in CellBroadcastAlertDialog.AnimationHandler