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