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.java92 MODE_NATIVE.equals(getFbeMode())); in testAutomotiveNativeFbe()
103 } else if (!MODE_NATIVE.equals(getFbeMode())) { in testDirectBootNative()
120 } else if (MODE_NATIVE.equals(getFbeMode())) { in testDirectBootEmulated()
136 } else if (MODE_NATIVE.equals(getFbeMode())) { in testDirectBootNone()
211 private String getFbeMode() throws Exception { in getFbeMode() method in DirectBootHostTest
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodInfoTest.java234 if (!TextUtils.equals("native", getFbeMode())) { in testAtLeastOneEncryptionAwareInputMethodIsAvailable()
259 private String getFbeMode() { in getFbeMode() method in InputMethodInfoTest