Searched refs:insecure (Results 1 – 4 of 4) sorted by relevance
30 Set<String> insecure = getAllInsecureDevicesInDirAndSubdir("/dev", "b"); in testAllBlockDevicesAreSecure() local31 assertTrue("Found insecure block devices: " + insecure.toString(), in testAllBlockDevicesAreSecure()32 insecure.isEmpty()); in testAllBlockDevicesAreSecure()
132 boolean insecure; in getSupportsInsecureLockScreen()134 insecure = mContext.getResources().getBoolean(Resources.getSystem().getIdentifier( in getSupportsInsecureLockScreen()137 insecure = true; in getSupportsInsecureLockScreen()139 return insecure; in getSupportsInsecureLockScreen()
99 boolean insecure; in getSupportsInsecureLockScreen()101 insecure = mContext.getResources().getBoolean( in getSupportsInsecureLockScreen()105 insecure = true; in getSupportsInsecureLockScreen()107 return insecure; in getSupportsInsecureLockScreen()
1425 boolean insecure; in getSupportsInsecureLockScreen()1427 insecure = mContext.getResources().getBoolean( in getSupportsInsecureLockScreen()1431 insecure = true; in getSupportsInsecureLockScreen()1433 return insecure; in getSupportsInsecureLockScreen()