Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java249 if (!checkComponentState()) { in setBindService()
434 if (mBound.get() && checkComponentState()) { in handleDeath()
467 private boolean checkComponentState() { in checkComponentState() method in TileLifecycleManager