Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertDialogTest.java224 activity.mAnimationHandler.startIconAnimation(mSubId); in testAnimationHandler()
226 assertTrue(activity.mAnimationHandler.mWarningIconVisible); in testAnimationHandler()
229 m.what = activity.mAnimationHandler.mCount.get(); in testAnimationHandler()
230 activity.mAnimationHandler.handleMessage(m); in testAnimationHandler()
233 assertEquals(m.what + 1, activity.mAnimationHandler.mCount.get()); in testAnimationHandler()
245 activity.mAnimationHandler = mockAnimationHandler; in testOnResume()
260 activity.mAnimationHandler = mockAnimationHandler; in testOnPause()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java134 public AnimationHandler mAnimationHandler = new AnimationHandler(); field in CellBroadcastAlertDialog
383 mAnimationHandler.startIconAnimation(subId); in onResume()
395 mAnimationHandler.stopIconAnimation(); in onPause()
727 mAnimationHandler.startIconAnimation(subId); in dismiss()
729 mAnimationHandler.stopIconAnimation(); in dismiss()