Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/expect/
DResultValue.java24 IGNORE, enumConstant
DOutcome.java140 return ResultValue.IGNORE; in getResultValue()
/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DConstants.java43 public static final String IGNORE = "IGNORE"; field in Constants
/cts/tests/tests/shortcutmanager/packages/src/android/content/pm/cts/shortcutmanager/packages/
DShortcutConfirmPin.java67 if (shortcut.getExtras().getBoolean(Constants.IGNORE)) { in onCreate()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java848 webViewClient.setAction(ClientCertWebViewClient.IGNORE); in testIgnoreClientCertRequest()
1009 public static final int IGNORE = 3; field in WebViewSslTest.ClientCertWebViewClient
1050 if (mAction == IGNORE) { in onReceivedClientCertRequest()