Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java1479 final ArraySet<Context> toastContexts = getToastContexts(clipboard); in showAccessNotificationLocked() local
1487 for (int i = 0; i < toastContexts.size(); i++) { in showAccessNotificationLocked()
1488 Context toastContext = toastContexts.valueAt(i); in showAccessNotificationLocked()