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.java171 final AutofillId virtual = new AutofillId(42, 1); in testEqualsHashCode_virtual_same() local
188 final AutofillId virtual = new AutofillId(42, 1); in testEqualsHashCode_virtual_otherChild() local
203 final AutofillId virtual = new AutofillId(42, 1); in testEqualsHashCode_virtual_otherParent() local
219 final AutofillId virtual = new AutofillId(42, 1); in testEqualsHashCode_virtual_otherSession() local
232 final AutofillId virtual = new AutofillId(hostId, 1L, 108); in testEqualsHashCode_virtual_longId_same() local
248 final AutofillId virtual = new AutofillId(hostId, 1L, 108); in testEqualsHashCode_virtual_longId_otherChild() local
264 final AutofillId virtual = new AutofillId(hostId, 1L, 108); in testEqualsHashCode_virtual_longId_otherParent() local
281 final AutofillId virtual = new AutofillId(hostId, 1L, 108); in testEqualsHashCode_virtual_longId_otherSession() local
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java1054 boolean isVisible, boolean virtual) { in notifyViewVisibilityChangedInternal()