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.java267 activity.mAnimationHandler.startIconAnimation(mSubId); in testAnimationHandler()
269 assertTrue(activity.mAnimationHandler.mWarningIconVisible); in testAnimationHandler()
272 m.what = activity.mAnimationHandler.mCount.get(); in testAnimationHandler()
273 activity.mAnimationHandler.handleMessage(m); in testAnimationHandler()
276 assertEquals(m.what + 1, activity.mAnimationHandler.mCount.get()); in testAnimationHandler()
288 activity.mAnimationHandler = mockAnimationHandler; in testOnResume()
303 activity.mAnimationHandler = mockAnimationHandler; in testOnPause()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java134 public AnimationHandler mAnimationHandler = new AnimationHandler(); field in CellBroadcastAlertDialog
391 mAnimationHandler.startIconAnimation(subId); in onResume()
403 mAnimationHandler.stopIconAnimation(); in onPause()
735 mAnimationHandler.startIconAnimation(subId); in dismiss()
737 mAnimationHandler.stopIconAnimation(); in dismiss()