Searched refs:mRemoveCastIconRunnable (Results 1 – 1 of 1) sorted by relevance
531 mHandler.removeCallbacks(mRemoveCastIconRunnable); in updateCast()540 mHandler.postDelayed(mRemoveCastIconRunnable, 3000); in updateCast()789 private Runnable mRemoveCastIconRunnable = new Runnable() { field in PhoneStatusBarPolicy