Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java90 protected static final int NONSECURE_SECONDARY_USER_ID = 20; field in RebootEscrowManagerTests
324 when(mCallbacks.isUserSecure(NONSECURE_SECONDARY_USER_ID)).thenReturn(false); in setUp_baseServices()
421 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in armService_Success()
442 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in armServiceServerBased_Success()
478 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in armService_MultipleUsers_Success()
489 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in armService_MultipleUsers_Success()
539 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in loadRebootEscrowDataIfAvailable_Success()
1202 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in loadRebootEscrowDataIfAvailable_TooManyBootsInBetween_NoMetrics()
1230 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in loadRebootEscrowDataIfAvailable_ManualReboot_Failure_NoMetrics()
1262 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in loadRebootEscrowDataIfAvailable_OTAFromBeforeArmedStatus_SuccessMetrics()
[all …]