Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DDirectBootHostTest.java104 MODE_NATIVE.equals(getFbeMode())); in testAutomotiveNativeFbe()
114 } else if (!MODE_NATIVE.equals(getFbeMode())) { in testDirectBootNative()
129 } else if (MODE_NATIVE.equals(getFbeMode())) { in testDirectBootEmulated()
144 } else if (MODE_NATIVE.equals(getFbeMode())) { in testDirectBootNone()
220 private String getFbeMode() throws Exception { in getFbeMode() method in DirectBootHostTest
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodInfoTest.java279 if (!TextUtils.equals("native", getFbeMode())) { in testAtLeastOneEncryptionAwareInputMethodIsAvailable()
304 private String getFbeMode() { in getFbeMode() method in InputMethodInfoTest