Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/
H A DRearDisplayDialogController.java64 private boolean mServiceNotified = false; field in RearDisplayDialogController
111 mServiceNotified = false; in createAndShowDialog()
159 if (!mServiceNotified) { in configureDialogButtons()
194 mServiceNotified = true; in closeOverlayAndNotifyService()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java54 private boolean mServiceNotified; field in UsbDebuggingActivity
145 if (!mServiceNotified) { in onDestroy()
188 mServiceNotified = true; in notifyService()