Searched refs:AnimationHandler (Results 1 – 2 of 2) sorted by relevance
286 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()
134 public AnimationHandler mAnimationHandler = new AnimationHandler();146 public class AnimationHandler extends Handler { class in CellBroadcastAlertDialog162 AnimationHandler() {} in AnimationHandler() method in CellBroadcastAlertDialog.AnimationHandler