Home
last modified time | relevance | path

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

/packages/modules/ExtServices/tests/src/android/ext/services/autofill/
DExactMatchTest.java89 final Bundle stringBundle = new Bundle(); in testCalculateScore_badBundle() local
90 stringBundle.putString(MATCH_SUFFIX, "value"); in testCalculateScore_badBundle()
92 AutofillValue.forText("TEST"), "TEST", stringBundle)); in testCalculateScore_badBundle()