Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DDataSubscriptionController.java196 private boolean mShouldDisplayProactiveMsg; field in DataSubscriptionController
275 mShouldDisplayProactiveMsg = !mWasProactiveMsgDisplayed in updateShouldDisplayProactiveMsg()
277 if (mShouldDisplayProactiveMsg && mPopupWindow != null in updateShouldDisplayProactiveMsg()
417 return mShouldDisplayProactiveMsg; in getShouldDisplayProactiveMsg()