Home
last modified time | relevance | path

Searched defs:secure (Results 1 – 14 of 14) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/settings/
DSettings.kt21 fun secure(): SecureSettings { in secure() method
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2024_31312.java45 withSetting(device, "secure", "lock_screen_show_notifications", "0"); in testPocCVE_2024_31312()
DCVE_2023_40117.java49 final String secure = "secure"; in testPocCVE_2023_40117() local
64 withSetting(device, secure, frpModeName, enableFRPMode); in testPocCVE_2023_40117() argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java138 public synchronized void start(boolean secure) { in start()
163 public synchronized int getPsm(boolean secure) { in getPsm()
186 public synchronized void connect(BluetoothDevice device, boolean secure) { in connect()
200 public synchronized void connect(BluetoothDevice device, boolean secure, int psm) { in connect()
343 public AcceptThread(boolean secure) { in AcceptThread()
447 public ConnectThread(BluetoothDevice device, boolean secure) { in ConnectThread()
455 public ConnectThread(BluetoothDevice device, boolean secure, int psm) { in ConnectThread()
460 … private BluetoothSocket connectThreadCommon(BluetoothDevice device, boolean secure, int psm) { in connectThreadCommon()
DBleConnectionPriorityClientBaseActivity.java99 protected void setSecure(boolean secure) { in setSecure()
DMessageTestActivity.java87 MessageTestActivity(boolean secure, boolean server, UUID uuid) { in MessageTestActivity()
DBleCocServerService.java259 private void startServerTest(boolean secure) { in startServerTest()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2115/
Dpoc.cpp67 bool secure __attribute__((unused))) { in GetFailureRecord()
72 bool secure __attribute__((unused))) { in ClearFailureRecord()
77 bool secure __attribute__((unused))) { in WriteFailureRecord()
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DMediaDrmCodecCryptoAsyncTest.java183 private void runClearKeyVideoWithNoonCryptoError(boolean secure) { in runClearKeyVideoWithNoonCryptoError()
200 private void runClearKeyVideoUsingCodec(boolean secure) { in runClearKeyVideoUsingCodec()
217 private void runClearKeyVideoUsingBlockModel(boolean secure) { in runClearKeyVideoUsingBlockModel()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecAsyncHelper.java36 public static void runThread(Consumer<Boolean> consumer, boolean secure) in runThread()
85 public static String getDecoderForType(String mime, boolean secure) { in getDecoderForType()
DMediaCodecCryptoAsyncHelper.java303 MediaExtractor mediaExtractor, boolean secure, in runDecodeShortClearKeyVideo()
432 boolean secure, in runDecodeShortVideoUsingBlockModel()
DTextureRender.java90 public TextureRender(boolean secure) { in TextureRender()
DOutputSurface.java83 public OutputSurface(int width, int height, boolean useHighBitDepth, boolean secure) { in OutputSurface()
/cts/tests/tests/security/src/android/security/cts/CVE_2023_20953/
DCVE_2023_20953.java60 SystemUtil.withSetting(instrumentation, "secure", "user_setup_complete", "0")) { in testCliboardIfUserSetupNotComplete()