Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java433 mHandler.removeCallbacks(mRemoveCastIconRunnable); in updateCast()
442 mHandler.postDelayed(mRemoveCastIconRunnable, 3000); in updateCast()
632 private Runnable mRemoveCastIconRunnable = new Runnable() { field in PhoneStatusBarPolicy