Home
last modified time | relevance | path

Searched refs:mSupportsFbe (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedManagedProfileOwnerTestApi25.java78 if (!mHasFeature || !mSupportsFbe || !mHasSecureLockScreen) { in testResetPasswordFbe()
DDeviceAndProfileOwnerTestApi25.java76 if (!mHasFeature || !mSupportsFbe || !mHasSecureLockScreen) { in testResetPasswordFbe()
DManagedProfileTest.java254 if (!mHasFeature || !mSupportsFbe || !mHasSecureLockScreen) { in testLockNowWithKeyEviction()
1302 if (!mHasFeature || !mSupportsFbe || !mHasSecureLockScreen) { in testResetPasswordWithTokenBeforeUnlock()
1316 if (!mHasFeature || !mSupportsFbe || !mHasSecureLockScreen) { in testClearPasswordWithTokenBeforeUnlock()
1337 if (!mHasFeature || !mSupportsFbe || !mHasSecureLockScreen) { in testResetPasswordTokenUsableAfterClearingLock()
1377 if (!mHasFeature || !mSupportsFbe || !mHasSecureLockScreen) { in testUnlockWorkProfile_deviceWidePassword()
DBaseDevicePolicyTest.java151 protected boolean mSupportsFbe; field in BaseDevicePolicyTest
179 mSupportsFbe = hasDeviceFeature("android.software.file_based_encryption"); in setUp()