Home
last modified time | relevance | path

Searched refs:equalsIgnoreCase (Results 1 – 25 of 122) sorted by relevance

12345

/frameworks/base/core/java/android/text/
DHtml.java782 if (tag.equalsIgnoreCase("br")) { in handleStartTag()
785 } else if (tag.equalsIgnoreCase("p")) { in handleStartTag()
788 } else if (tag.equalsIgnoreCase("ul")) { in handleStartTag()
790 } else if (tag.equalsIgnoreCase("li")) { in handleStartTag()
792 } else if (tag.equalsIgnoreCase("div")) { in handleStartTag()
794 } else if (tag.equalsIgnoreCase("span")) { in handleStartTag()
796 } else if (tag.equalsIgnoreCase("strong")) { in handleStartTag()
798 } else if (tag.equalsIgnoreCase("b")) { in handleStartTag()
800 } else if (tag.equalsIgnoreCase("em")) { in handleStartTag()
802 } else if (tag.equalsIgnoreCase("cite")) { in handleStartTag()
[all …]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DWifiConfigurationHelper.java270 if ("NONE".equalsIgnoreCase(security)) { in getSecurityType()
273 if ("WEP".equalsIgnoreCase(security)) { in getSecurityType()
276 if ("PSK".equalsIgnoreCase(security)) { in getSecurityType()
279 if ("EAP".equalsIgnoreCase(security)) { in getSecurityType()
291 if ("TLS".equalsIgnoreCase(eapMethod)) { in getEapMethod()
294 if ("TTLS".equalsIgnoreCase(eapMethod)) { in getEapMethod()
297 if ("PEAP".equalsIgnoreCase(eapMethod)) { in getEapMethod()
309 if ("PAP".equalsIgnoreCase(phase2)) { in getPhase2()
312 if ("MSCHAP".equalsIgnoreCase(phase2)) { in getPhase2()
315 if ("MSCHAPV2".equalsIgnoreCase(phase2)) { in getPhase2()
[all …]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDeviceConfigService.java87 if ("get".equalsIgnoreCase(cmd)) { in onCommand()
89 } else if ("put".equalsIgnoreCase(cmd)) { in onCommand()
91 } else if ("delete".equalsIgnoreCase(cmd)) { in onCommand()
93 } else if ("list".equalsIgnoreCase(cmd)) { in onCommand()
98 } else if ("reset".equalsIgnoreCase(cmd)) { in onCommand()
115 if ("untrusted_defaults".equalsIgnoreCase(arg)) { in onCommand()
117 } else if ("untrusted_clear".equalsIgnoreCase(arg)) { in onCommand()
119 } else if ("trusted_defaults".equalsIgnoreCase(arg)) { in onCommand()
166 } else if ("default".equalsIgnoreCase(arg)) { in onCommand()
DSettingsService.java146 if ("get".equalsIgnoreCase(arg)) { in onCommand()
148 } else if ("put".equalsIgnoreCase(arg)) { in onCommand()
150 } else if ("delete".equalsIgnoreCase(arg)) { in onCommand()
152 } else if ("list".equalsIgnoreCase(arg)) { in onCommand()
154 } else if ("reset".equalsIgnoreCase(arg)) { in onCommand()
162 if (!"system".equalsIgnoreCase(arg) in onCommand()
163 && !"secure".equalsIgnoreCase(arg) in onCommand()
164 && !"global".equalsIgnoreCase(arg)) { in onCommand()
174 if ("untrusted_defaults".equalsIgnoreCase(arg)) { in onCommand()
176 } else if ("untrusted_clear".equalsIgnoreCase(arg)) { in onCommand()
[all …]
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java191 if (KEY_ALGORITHM_EC.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()
193 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()
216 if (KEY_ALGORITHM_AES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()
218 } else if (KEY_ALGORITHM_3DES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()
319 if (BLOCK_MODE_ECB.equalsIgnoreCase(blockMode)) { in toKeymaster()
321 } else if (BLOCK_MODE_CBC.equalsIgnoreCase(blockMode)) { in toKeymaster()
323 } else if (BLOCK_MODE_CTR.equalsIgnoreCase(blockMode)) { in toKeymaster()
325 } else if (BLOCK_MODE_GCM.equalsIgnoreCase(blockMode)) { in toKeymaster()
414 if (ENCRYPTION_PADDING_NONE.equalsIgnoreCase(padding)) { in toKeymaster()
416 } else if (ENCRYPTION_PADDING_PKCS7.equalsIgnoreCase(padding)) { in toKeymaster()
[all …]
DAndroidKeyStoreSpi.java306 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
319 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
776 if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in setWrappedKeyEntry()
778 } else if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(algorithm)) { in setWrappedKeyEntry()
784 if (KeyProperties.BLOCK_MODE_ECB.equalsIgnoreCase(mode)) { in setWrappedKeyEntry()
786 } else if (KeyProperties.BLOCK_MODE_CBC.equalsIgnoreCase(mode)) { in setWrappedKeyEntry()
788 } else if (KeyProperties.BLOCK_MODE_CTR.equalsIgnoreCase(mode)) { in setWrappedKeyEntry()
790 } else if (KeyProperties.BLOCK_MODE_GCM.equalsIgnoreCase(mode)) { in setWrappedKeyEntry()
797 if (KeyProperties.ENCRYPTION_PADDING_NONE.equalsIgnoreCase(padding)) { in setWrappedKeyEntry()
799 } else if (KeyProperties.ENCRYPTION_PADDING_PKCS7.equalsIgnoreCase(padding)) { in setWrappedKeyEntry()
[all …]
DAndroidKeyStoreProvider.java202 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePublicKey()
204 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePublicKey()
216 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePrivateKey()
219 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePrivateKey()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DLineVerifierElem.java56 if ("BEGIN:VCARD".equalsIgnoreCase(line)) { in verify()
63 } else if ("END:VCARD".equalsIgnoreCase(line)) { in verify()
72 "VERSION:4.0")).equalsIgnoreCase(line)) { in verify()
/frameworks/base/services/core/java/com/android/server/wm/
DViewServer.java241 if (COMMAND_PROTOCOL_VERSION.equalsIgnoreCase(command)) { in run()
243 } else if (COMMAND_SERVER_VERSION.equalsIgnoreCase(command)) { in run()
245 } else if (COMMAND_WINDOW_MANAGER_LIST.equalsIgnoreCase(command)) { in run()
247 } else if (COMMAND_WINDOW_MANAGER_GET_FOCUS.equalsIgnoreCase(command)) { in run()
249 } else if (COMMAND_WINDOW_MANAGER_AUTOLIST.equalsIgnoreCase(command)) { in run()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp737 … mediaType.equalsIgnoreCase(MIMETYPE_AUDIO_AAC) ? asString_AACObject(pl.mProfile) : in dumpCodecDetails()
738 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_MPEG2) ? asString_MPEG2Profile(pl.mProfile) : in dumpCodecDetails()
739 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_H263) ? asString_H263Profile(pl.mProfile) : in dumpCodecDetails()
740 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_MPEG4) ? asString_MPEG4Profile(pl.mProfile) : in dumpCodecDetails()
741 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_AVC) ? asString_AVCProfile(pl.mProfile) : in dumpCodecDetails()
742 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_VP8) ? asString_VP8Profile(pl.mProfile) : in dumpCodecDetails()
743 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_HEVC) ? asString_HEVCProfile(pl.mProfile) : in dumpCodecDetails()
744 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_VP9) ? asString_VP9Profile(pl.mProfile) : in dumpCodecDetails()
745 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_AV1) ? asString_AV1Profile(pl.mProfile) :"??"; in dumpCodecDetails()
747 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_MPEG2) ? asString_MPEG2Level(pl.mLevel) : in dumpCodecDetails()
[all …]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java390 if (targetString.equalsIgnoreCase("CPU") || targetString.equalsIgnoreCase("NATIVE")) { in readTargetString()
392 } else if (targetString.equalsIgnoreCase("GPU")) { in readTargetString()
394 } else if (targetString.equalsIgnoreCase("SIMPLE")) { in readTargetString()
396 } else if (targetString.equalsIgnoreCase("VERTEXBUFFER")) { in readTargetString()
398 } else if (targetString.equalsIgnoreCase("UNSPECIFIED")) { in readTargetString()
/frameworks/base/core/java/android/security/net/config/
DPin.java40 return "SHA-256".equalsIgnoreCase(algorithm); in isSupportedDigestAlgorithm()
47 if ("SHA-256".equalsIgnoreCase(algorithm)) { in getDigestLength()
/frameworks/base/core/java/android/nfc/cardemulation/
DNfcFServiceInfo.java154 !systemCode.equalsIgnoreCase("NULL")) { in NfcFServiceInfo()
165 if (!nfcid2.equalsIgnoreCase("RANDOM") && in NfcFServiceInfo()
166 !nfcid2.equalsIgnoreCase("NULL") && in NfcFServiceInfo()
258 if (!thatService.mSystemCode.equalsIgnoreCase(this.mSystemCode)) return false; in equals()
259 if (!thatService.mNfcid2.equalsIgnoreCase(this.mNfcid2)) return false; in equals()
260 if (!thatService.mT3tPmm.equalsIgnoreCase(this.mT3tPmm)) return false; in equals()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/
DTestableDeviceConfig.java169 if (name.equalsIgnoreCase(key) && value != null) {
180 if (name.equalsIgnoreCase(key) && value != null) {
195 if (name.equalsIgnoreCase(key) && value != null) {
210 if (name.equalsIgnoreCase(key) && value != null) {
225 if (name.equalsIgnoreCase(key) && value != null) {
/frameworks/base/core/java/com/android/internal/os/
DRoSystemProperties.java81 "log".equalsIgnoreCase(CONTROL_PRIVAPP_PERMISSIONS);
83 "enforce".equalsIgnoreCase(CONTROL_PRIVAPP_PERMISSIONS);
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java721 if (mime != null && !mMime.equalsIgnoreCase(mime)) { in isFormatSupported()
808 if (level == null || mMime.equalsIgnoreCase(MediaFormat.MIMETYPE_AUDIO_AAC)) { in supportsProfileLevel()
814 if (mMime.equalsIgnoreCase(MediaFormat.MIMETYPE_VIDEO_H263)) { in supportsProfileLevel()
823 if (mMime.equalsIgnoreCase(MediaFormat.MIMETYPE_VIDEO_MPEG4)) { in supportsProfileLevel()
831 if (mMime.equalsIgnoreCase(MediaFormat.MIMETYPE_VIDEO_HEVC)) { in supportsProfileLevel()
995 if (profLevs.length == 0 && mMime.equalsIgnoreCase(MediaFormat.MIMETYPE_VIDEO_VP9)) { in CodecCapabilities()
1007 || mMime.equalsIgnoreCase(MediaFormat.MIMETYPE_IMAGE_ANDROID_HEIC)) { in CodecCapabilities()
1181 if (mime.equalsIgnoreCase(MediaFormat.MIMETYPE_AUDIO_MPEG)) { in applyLevelLimits()
1188 } else if (mime.equalsIgnoreCase(MediaFormat.MIMETYPE_AUDIO_AMR_NB)) { in applyLevelLimits()
1192 } else if (mime.equalsIgnoreCase(MediaFormat.MIMETYPE_AUDIO_AMR_WB)) { in applyLevelLimits()
[all …]
DMediaScanner.java739 if (name.equalsIgnoreCase("title") || name.startsWith("title;")) {
744 } else if (name.equalsIgnoreCase("artist") || name.startsWith("artist;")) {
746 } else if (name.equalsIgnoreCase("albumartist") || name.startsWith("albumartist;")
747 || name.equalsIgnoreCase("band") || name.startsWith("band;")) {
749 } else if (name.equalsIgnoreCase("album") || name.startsWith("album;")) {
751 } else if (name.equalsIgnoreCase("composer") || name.startsWith("composer;")) {
754 (name.equalsIgnoreCase("genre") || name.startsWith("genre;"))) {
756 } else if (name.equalsIgnoreCase("year") || name.startsWith("year;")) {
758 } else if (name.equalsIgnoreCase("tracknumber") || name.startsWith("tracknumber;")) {
763 } else if (name.equalsIgnoreCase("discnumber") ||
[all …]
DMediaHTTPConnection.java124 return "true".equalsIgnoreCase(val) || in parseBoolean()
125 "yes".equalsIgnoreCase(val); in parseBoolean()
131 if ("android-allow-cross-domain-redirect".equalsIgnoreCase(key)) { in filterOutInternalHeaders()
213 if (host.equalsIgnoreCase("localhost")) { in isLocalHost()
/frameworks/base/media/apex/java/android/media/
DMedia2HTTPConnection.java90 return "true".equalsIgnoreCase(val) || in parseBoolean()
91 "yes".equalsIgnoreCase(val); in parseBoolean()
97 if ("android-allow-cross-domain-redirect".equalsIgnoreCase(key)) { in filterOutInternalHeaders()
161 if (host.equalsIgnoreCase("localhost")) { in isLocalHost()
/frameworks/base/core/java/android/webkit/
DURLUtil.java237 url.substring(0, 7).equalsIgnoreCase("http://"); in isHttpUrl()
246 url.substring(0, 8).equalsIgnoreCase("https://"); in isHttpsUrl()
358 if (mimeType.equalsIgnoreCase("text/html")) { in guessFileName()
374 if (typeFromExt != null && !typeFromExt.equalsIgnoreCase(mimeType)) { in guessFileName()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardSourceDetector.java106 if (propertyName.equalsIgnoreCase(VCardConstants.PROPERTY_VERSION) in onPropertyCreated()
118 } else if (propertyName.equalsIgnoreCase(TYPE_FOMA_CHARSET_SIGN)) { in onPropertyCreated()
/frameworks/base/core/java/android/view/inputmethod/
DInputContentInfo.java148 (!scheme.equalsIgnoreCase("http") && !scheme.equalsIgnoreCase("https"))) { in validateInternal()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnSettingUtils.java87 && r.getServiceProviderName().equalsIgnoreCase(mvnoMatchData)) { in mvnoMatches()
99 && gid1.substring(0, mvno_match_data_length).equalsIgnoreCase(mvnoMatchData)) { in mvnoMatches()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java408 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) { in parseBindValue()
410 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) { in parseBindValue()
412 } else if (TYPE_FLOAT.equalsIgnoreCase(type) || TYPE_DOUBLE.equalsIgnoreCase(type)) { in parseBindValue()
414 } else if (TYPE_NULL.equalsIgnoreCase(type)) { in parseBindValue()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DVolumeLoader.java73 if ("dicom".equalsIgnoreCase(p.getProperty("format"))) { in getVolume()
83 } else if ("raw".equalsIgnoreCase(p.getProperty("format"))) { in getVolume()

12345