Searched refs:CACHE_CRITICAL_EVENTS_MASK (Results 1 – 4 of 4) sorted by relevance
58 public static final int CACHE_CRITICAL_EVENTS_MASK = field in AccessibilityCache
505 return (mUsesAccessibilityCache ? AccessibilityCache.CACHE_CRITICAL_EVENTS_MASK in getRelevantEventTypes()1764 && ((AccessibilityCache.CACHE_CRITICAL_EVENTS_MASK & eventType) != 0); in notifyAccessibilityEvent()
853 if ((eventType & AccessibilityCache.CACHE_CRITICAL_EVENTS_MASK) == 0) { in testCacheCriticalEventList_doesntLackEvents()
57782 Landroid/view/accessibility/AccessibilityCache;->CACHE_CRITICAL_EVENTS_MASK:I