Home
last modified time | relevance | path

Searched defs:virtual (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/autofill/
DAutofillIdTest.java197 final AutofillId virtual = new AutofillId(42, 1); in testEqualsHashCode_virtual_same() local
214 final AutofillId virtual = new AutofillId(42, 1); in testEqualsHashCode_virtual_otherChild() local
229 final AutofillId virtual = new AutofillId(42, 1); in testEqualsHashCode_virtual_otherParent() local
245 final AutofillId virtual = new AutofillId(42, 1); in testEqualsHashCode_virtual_otherSession() local
258 final AutofillId virtual = new AutofillId(hostId, 1L, 108); in testEqualsHashCode_virtual_longId_same() local
274 final AutofillId virtual = new AutofillId(hostId, 1L, 108); in testEqualsHashCode_virtual_longId_otherChild() local
290 final AutofillId virtual = new AutofillId(hostId, 1L, 108); in testEqualsHashCode_virtual_longId_otherParent() local
307 final AutofillId virtual = new AutofillId(hostId, 1L, 108); in testEqualsHashCode_virtual_longId_otherSession() local
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java1166 boolean isVisible, boolean virtual) { in notifyViewVisibilityChangedInternal()