OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertDeprecatedClientState
(Results
1 - 2
of
2
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/
FillEventHistoryTest.java
25
import static android.autofillservice.cts.Helper.
assertDeprecatedClientState
;
145
assertDeprecatedClientState
(selection, "clientStateKey", "clientStateValue");
178
assertDeprecatedClientState
(selection, "clientStateKey", "Value1");
214
assertDeprecatedClientState
(selection, "clientStateKey", "Value2");
227
assertDeprecatedClientState
(selection, "clientStateKey", "Value2");
383
assertDeprecatedClientState
(selectionA, "activity", "A");
402
assertDeprecatedClientState
(selectionB, "activity", "B");
428
assertDeprecatedClientState
(finalSelection, "activity", "B");
[
all
...]
Helper.java
[
all
...]
Completed in 72 milliseconds