Home
last modified time | relevance | path

Searched defs:exists (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/traces/windowmanager/
DWindowStateSubject.kt85 fun exists(): WindowStateSubject = apply { in <lambda>() method
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/traces/layers/
DLayerSubject.kt99 fun exists(): LayerSubject = apply { in <lambda>() method
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java203 public boolean checkNotificationExistence(int id, boolean exists) throws Exception { in checkNotificationExistence()