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.java413 @NonNull long[] virtualIds) { in notifyViewsDisappeared() argument
415 Preconditions.checkArgument(!ArrayUtils.isEmpty(virtualIds), "virtual ids cannot be empty"); in notifyViewsDisappeared()
420 for (long id : virtualIds) { in notifyViewsDisappeared()