Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java762 verifyNotificationInterruptionEvent(obfuscatedEvents, true); in testNotificationInterruptionEventsObfuscation()
763 verifyNotificationInterruptionEvent(unobfuscatedEvents, false); in testNotificationInterruptionEventsObfuscation()
766 private void verifyNotificationInterruptionEvent(UsageEvents events, boolean obfuscated) { in verifyNotificationInterruptionEvent() method in UsageStatsTest