Searched refs:toastContexts (Results 1 – 1 of 1) sorted by relevance
1479 final ArraySet<Context> toastContexts = getToastContexts(clipboard); in showAccessNotificationLocked() local1487 for (int i = 0; i < toastContexts.size(); i++) { in showAccessNotificationLocked()1488 Context toastContext = toastContexts.valueAt(i); in showAccessNotificationLocked()