Searched refs:mPendingNotificationUpdate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayAdapter.java100 private boolean mPendingNotificationUpdate; field in class:WifiDisplayAdapter
128 pw.println("mPendingNotificationUpdate=" + mPendingNotificationUpdate);
425 if (!mPendingNotificationUpdate) {
426 mPendingNotificationUpdate = true;
455 if (!mPendingNotificationUpdate) {
459 mPendingNotificationUpdate = false;

Completed in 302 milliseconds