OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peekInstance
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowInputMethodManager.java
128
protected static InputMethodManager
peekInstance
() {
129
// Android has a bug pre M where
peekInstance
was dereferenced without a null check:-
140
return directlyOn(InputMethodManager.class, "
peekInstance
");
/cts/tests/autofillservice/src/android/autofillservice/cts/
InstrumentedAutoFillService.java
114
private static InstrumentedAutoFillService
peekInstance
() {
136
final InstrumentedAutoFillService service =
peekInstance
();
173
assertThat(
peekInstance
().getFillEventHistory()).isNull();
Completed in 4250 milliseconds