Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DUserUsageStatsService.java24 import static android.app.usage.UsageEvents.OBFUSCATE_NOTIFICATION_EVENTS;
536 && (flags & OBFUSCATE_NOTIFICATION_EVENTS) in queryEvents()
537 == OBFUSCATE_NOTIFICATION_EVENTS) { in queryEvents()
H A DUsageStatsService.java1753 if (obfuscateNotificationEvents) flags |= UsageEvents.OBFUSCATE_NOTIFICATION_EVENTS; in queryEvents()
1808 if (obfuscateNotificationEvents) flags |= UsageEvents.OBFUSCATE_NOTIFICATION_EVENTS; in queryEventsForUser()
/aosp12/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java73 public static final int OBFUSCATE_NOTIFICATION_EVENTS = 0x00000004; field in UsageEvents