Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java401 @NonNull long[] virtualIds) { in notifyViewsDisappeared() argument
403 Preconditions.checkArgument(!ArrayUtils.isEmpty(virtualIds), "virtual ids cannot be empty"); in notifyViewsDisappeared()
408 for (long id : virtualIds) { in notifyViewsDisappeared()