OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFbeMode
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DirectBootHostTest.java
92
MODE_NATIVE.equals(
getFbeMode
()));
103
} else if (!MODE_NATIVE.equals(
getFbeMode
())) {
120
} else if (MODE_NATIVE.equals(
getFbeMode
())) {
136
} else if (MODE_NATIVE.equals(
getFbeMode
())) {
211
private String
getFbeMode
() throws Exception {
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputMethodInfoTest.java
234
if (!TextUtils.equals("native",
getFbeMode
())) {
259
private String
getFbeMode
() {
Completed in 53 milliseconds