Home
last modified time | relevance | path

Searched refs:NO_SESSION (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillId.java33 public static final int NO_SESSION = 0; field in AutofillId
48 this(/* flags= */ 0, id, View.NO_ID, NO_SESSION); in AutofillId()
54 this(FLAG_IS_VIRTUAL_INT, hostId.mViewId, virtualChildId, NO_SESSION); in AutofillId()
60 this(FLAG_IS_VIRTUAL_INT, hostId, virtualChildId, NO_SESSION); in AutofillId()
111 return new AutofillId(flags, id.mViewId, virtualChildId, NO_SESSION); in withoutSession()
198 mSessionId = NO_SESSION; in resetSessionId()
280 final int sessionId = (flags & FLAG_HAS_SESSION) != 0 ? source.readInt() : NO_SESSION;
DAutofillManager.java590 public static final int NO_SESSION = Integer.MAX_VALUE; field in AutofillManager
614 private int mSessionId = NO_SESSION;
1246 mSessionId = savedInstanceState.getInt(SESSION_ID_TAG, NO_SESSION); in onCreate()
1249 if (mSessionId != NO_SESSION) { in onCreate()
1269 mSessionId = NO_SESSION; in onCreate()
1343 if (mSessionId != NO_SESSION) { in onSaveInstanceState()
2595 if (mSessionId != NO_SESSION) { in startSessionLocked()
2644 mSessionId = NO_SESSION; in resetSessionLocked()
2741 && mSessionId == NO_SESSION in startAutofillIfNeededLocked()
3375 if (mSessionId != NO_SESSION) { in setSaveUiState()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/autofill/
DAutofillIdTest.java19 import static android.view.autofill.AutofillId.NO_SESSION;
39 assertNonVirtual(id, 42, NO_SESSION); in testNonVirtual()
42 assertNonVirtual(clone, 42, NO_SESSION); in testNonVirtual()
125 assertNonVirtual(idWithoutSession, 42, NO_SESSION); in testFactoryMethod_withoutSession()
138 assertThat(idWithoutSession.getSessionId()).isEqualTo(NO_SESSION); in testVirtual_Long_withoutSession()
151 assertThat(idWithoutSession.getSessionId()).isEqualTo(NO_SESSION); in testVirtual_Int_withoutSession()
157 assertNonVirtual(id, 42, NO_SESSION); in testSetResetSession()
165 assertThat(id.getSessionId()).isEqualTo(NO_SESSION); in testSetResetSession()
167 assertNonVirtual(clone2, 42, NO_SESSION); in testSetResetSession()
/frameworks/base/core/java/android/view/translation/
DViewTranslationRequest.java133 mAutofillId = new AutofillId(autofillId, virtualChildId, AutofillId.NO_SESSION); in Builder()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java26 import static android.view.autofill.AutofillManager.NO_SESSION;
407 return NO_SESSION; in startSessionLocked()
423 return NO_SESSION; in startSessionLocked()
591 } while (sessionId == 0 || sessionId == NO_SESSION in createSessionByTokenLocked()
DSession.java5465 if (id.getSessionId() == AutofillId.NO_SESSION) { in setViewAutofilledLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt58764 Landroid/view/autofill/AutofillManager;->NO_SESSION:I