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