Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DFileSystemPermissionTest.java30 Set<String> insecure = getAllInsecureDevicesInDirAndSubdir("/dev", "b"); in testAllBlockDevicesAreSecure() local
31 assertTrue("Found insecure block devices: " + insecure.toString(), in testAllBlockDevicesAreSecure()
32 insecure.isEmpty()); in testAllBlockDevicesAreSecure()
/cts/tests/tests/virtualdevice/core/src/android/virtualdevice/cts/core/
DVirtualDeviceKeyguardTest.java132 boolean insecure; in getSupportsInsecureLockScreen()
134 insecure = mContext.getResources().getBoolean(Resources.getSystem().getIdentifier( in getSupportsInsecureLockScreen()
137 insecure = true; in getSupportsInsecureLockScreen()
139 return insecure; in getSupportsInsecureLockScreen()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DLockScreenSession.java99 boolean insecure; in getSupportsInsecureLockScreen()
101 insecure = mContext.getResources().getBoolean( in getSupportsInsecureLockScreen()
105 insecure = true; in getSupportsInsecureLockScreen()
107 return insecure; in getSupportsInsecureLockScreen()
DActivityManagerTestBase.java1425 boolean insecure; in getSupportsInsecureLockScreen()
1427 insecure = mContext.getResources().getBoolean( in getSupportsInsecureLockScreen()
1431 insecure = true; in getSupportsInsecureLockScreen()
1433 return insecure; in getSupportsInsecureLockScreen()