Searched refs:OBFUSCATE_NOTIFICATION_EVENTS (Results 1 – 3 of 3) sorted by relevance
24 import static android.app.usage.UsageEvents.OBFUSCATE_NOTIFICATION_EVENTS;567 && (flags & OBFUSCATE_NOTIFICATION_EVENTS) in queryEvents()568 == OBFUSCATE_NOTIFICATION_EVENTS) { in queryEvents()
2219 if (obfuscateNotificationEvents) flags |= UsageEvents.OBFUSCATE_NOTIFICATION_EVENTS; in queryEvents()2274 if (obfuscateNotificationEvents) flags |= UsageEvents.OBFUSCATE_NOTIFICATION_EVENTS; in queryEventsForUser()
74 public static final int OBFUSCATE_NOTIFICATION_EVENTS = 0x00000004; field in UsageEvents