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.java396 activity.mAnimationHandler.startIconAnimation(mSubId); in testAnimationHandler()
398 assertTrue(activity.mAnimationHandler.mWarningIconVisible); in testAnimationHandler()
401 m.what = activity.mAnimationHandler.mCount.get(); in testAnimationHandler()
402 activity.mAnimationHandler.handleMessage(m); in testAnimationHandler()
405 assertEquals(m.what + 1, activity.mAnimationHandler.mCount.get()); in testAnimationHandler()
417 activity.mAnimationHandler = mockAnimationHandler; in testOnResume()
432 activity.mAnimationHandler = mockAnimationHandler; in testOnPause()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java174 public AnimationHandler mAnimationHandler = new AnimationHandler(); field in CellBroadcastAlertDialog
628 mAnimationHandler.startIconAnimation(subId); in onResume()
644 mAnimationHandler.stopIconAnimation(); in onPause()
1140 mAnimationHandler.startIconAnimation(subId); in dismiss()
1142 mAnimationHandler.stopIconAnimation(); in dismiss()