Searched defs:exists (Results 1 – 3 of 3) sorted by relevance
85 fun exists(): WindowStateSubject = apply { in <lambda>() method
99 fun exists(): LayerSubject = apply { in <lambda>() method
203 public boolean checkNotificationExistence(int id, boolean exists) throws Exception { in checkNotificationExistence()