Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java296 void onSensitiveNotificationProtectionStateChanged( in onSensitiveNotificationProtectionStateChanged() method
DBubbleController.java699 public void onSensitiveNotificationProtectionStateChanged( in onSensitiveNotificationProtectionStateChanged() method in BubbleController
702 mStackView.onSensitiveNotificationProtectionStateChanged( in onSensitiveNotificationProtectionStateChanged()
2775 public void onSensitiveNotificationProtectionStateChanged( in onSensitiveNotificationProtectionStateChanged() method in BubbleController
2778 () -> BubbleController.this.onSensitiveNotificationProtectionStateChanged( in onSensitiveNotificationProtectionStateChanged()
DBubbleStackView.java2346 void onSensitiveNotificationProtectionStateChanged( in onSensitiveNotificationProtectionStateChanged() method in BubbleStackView
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java286 bubbles.onSensitiveNotificationProtectionStateChanged( in BubblesManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java2295 public void onSensitiveNotificationProtectionStateChanged() { in onSensitiveNotificationProtectionStateChanged() method in BubblesTest
2301 verify(mBubbleController).onSensitiveNotificationProtectionStateChanged(true); in onSensitiveNotificationProtectionStateChanged()
2305 verify(mBubbleController).onSensitiveNotificationProtectionStateChanged(false); in onSensitiveNotificationProtectionStateChanged()