/external/bouncycastle/patches/ |
bcpkix.patch | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NetworkController.java | 381 if (action.equals(WifiManager.RSSI_CHANGED_ACTION) 382 || action.equals(WifiManager.WIFI_STATE_CHANGED_ACTION) 383 || action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) { 386 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { 390 } else if (action.equals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)) { 396 } else if (action.equals(ConnectivityManager.CONNECTIVITY_ACTION) || 397 action.equals(ConnectivityManager.INET_CONDITION_ACTION)) { 400 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { 402 } else if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) { 405 } else if (action.equals(WimaxManagerConstants.NET_4G_STATE_CHANGED_ACTION) | [all...] |
/frameworks/base/services/java/com/android/server/ |
NotificationManagerService.java | 183 if (TAG_BODY.equals(tag)) { 185 } else if (TAG_BLOCKED_PKGS.equals(tag)) { 188 if (TAG_PACKAGE.equals(tag)) { 190 } else if (TAG_BLOCKED_PKGS.equals(tag) && type == END_TAG) { 276 if (r.pkg.equals(pkg)) { 514 if (action.equals(Intent.ACTION_PACKAGE_REMOVED) 515 || action.equals(Intent.ACTION_PACKAGE_RESTARTED) 516 || (packageChanged=action.equals(Intent.ACTION_PACKAGE_CHANGED)) 517 || (queryRestart=action.equals(Intent.ACTION_QUERY_PACKAGE_RESTART)) 518 || action.equals(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE)) [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
RawContactModifier.java | 124 if (kind.mimeType.equals(Photo.CONTENT_ITEM_TYPE)) { 190 final boolean forcedInclude = type.equals(forceInclude); 442 final boolean isGoogleAccount = TextUtils.equals(GoogleAccountType.ACCOUNT_TYPE, 444 final boolean isPhoto = TextUtils.equals(Photo.CONTENT_ITEM_TYPE, kind.mimeType); 486 if (Photo.CONTENT_ITEM_TYPE.equals(kind.mimeType)) { 514 if (!TextUtils.equals(value1, value2)) { 612 if (StructuredName.DISPLAY_NAME.equals(field.column)) { 667 if (StructuredPostal.FORMATTED_ADDRESS.equals(field.column)) { 692 if (StructuredName.CONTENT_ITEM_TYPE.equals(mimeType)) { 710 if ((kind.typeOverallMax != 1) || GroupMembership.CONTENT_ITEM_TYPE.equals(mimeType)) [all...] |
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/ |
ProjectUtils.java | 180 if (ValidationManager.InputParameter.APPLICATION_PATH.getAlias().equals(
236 if (ValidationManager.InputParameter.SDK_PATH.getAlias().equals(
356 if (file.getName().equals(ANDROID_MANIFEST_NAME))
373 if (file.getName().equals(FOLDER_DIST))
377 else if (elementType.equals(Element.Type.FOLDER_RES))
388 else if (elementType.equals(Element.Type.FOLDER_SRC))
580 if (appElement.getType().equals(Element.Type.ROOT)
581 && fileElement.getName().equals(ANDROID_MANIFEST_NAME))
589 .equals(ANDROID_APK_NAMESPACE_URI)
591 .equals(TAG_MANIFEST)) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
GregorianCalendarTest.java | 52 assertTrue("Incorrect calendar constructed 4", gc.getTimeZone().equals( 75 assertTrue("Incorrect calendar constructed", gc.getTimeZone().equals( 106 assertTrue("Incorrect calendar constructed", gc.getTimeZone().equals( 122 assertTrue("Locales not created correctly", gcJapan.equals(gcJapan2) 123 && !gcJapan.equals(gcItaly)); 185 assertTrue("Locales not created correctly", gc1.equals(gc2) 186 && !gc1.equals(gc3)); 273 * @tests java.util.GregorianCalendar#equals(java.lang.Object) 277 // java.util.GregorianCalendar.equals(java.lang.Object) 281 assertTrue("Equality check failed", gc1.equals(gc3)) [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/ |
SdkSource.java | 179 public boolean equals(Object obj) { method in class:SdkSource 182 return rs.getUrl().equals(this.getUrl()); 387 if (newUrl.equals(url)) { 454 } else if (validatorFound[0].equals(Boolean.FALSE)) { 792 if (getRootElementName().equals(name)) { [all...] |
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/ui/ |
PropertiesMainComposite.java | 358 if (!Platform.getOS().equals(Platform.OS_MACOSX))
430 if (node.getId().equals(ORG_ECLIPSE_UI_NET_NET_PREFERENCES))
517 if ((!property[0].equals("")) && (!property[1].equals(""))) //$NON-NLS-1$ //$NON-NLS-2$
613 if ((vmSkinCombo != null) && !"".equals(vmSkinCombo.getText())) //$NON-NLS-1$
642 if ((vmSkinCombo != null) && !"".equals(vmSkinCombo.getText())) //$NON-NLS-1$
662 if ((targetCombo != null) && !"".equals(targetCombo.getText())) //$NON-NLS-1$
684 usingDefaultVmPath = vmPath.equals(IDevicePropertiesConstants.defaultVmPath);
742 if (!vmPath.trim().equals("")) //$NON-NLS-1$
[all...] |
/cts/tests/tests/content/src/android/content/pm/cts/ |
PackageManagerTest.java | 128 if (current.equals(expectedName)) { 142 if (current.equals(expectedName)) { 156 if (current.equals(expectedName)) { 170 if (current.equals(expectedName)) { 185 if (current.equals(expectedName)) { 275 if (uid[i].equals(expectedName)) { 290 if (current.equals(expectedName)) { 357 if (current.equals(expectedName)) { 374 if (currentAction.equals(expectedName)) {
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_HttpServer.java | 253 if ("chunked".equals(encoding)) { 265 if (resourceName.equals(CHUNKEDTEST)) { 267 } else if (resourceName.equals(CONTENTTEST)) { 269 } else if (resourceName.equals(AUTHTEST)) { 274 && resourceName.equals(PORTREDIRTEST)) { 276 } else if (resourceName.equals(OTHERTEST)) { 278 } else if (resourceName.equals(HEADERSTEST)) { 285 } else if (resourceName.equals(POSTTEST)) { 425 "header1: value2".equals(header));
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DecimalFormatSymbolsTest.java | 71 if (locale.equals(Locale.US)) { 94 if (locale.getLanguage().equals("mock")) { 234 * @tests java.text.DecimalFormatSymbols#equals(java.lang.Object) 237 assertTrue("Equal objects returned false", dfs.equals(dfs.clone())); 240 .equals(new DecimalFormatSymbols())); 295 // dfs1.getCurrencySymbol().equals("F")); 297 // dfs1.getInternationalCurrencySymbol().equals("FRF")); 432 .getCurrencyCode().equals(dfs.getInternationalCurrencySymbol())); 509 currency.getCurrencyCode().equals(
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPoint.java | 56 public boolean equals( method in class:ECPoint 76 return x.equals(o.x) && y.equals(o.y); 254 if (this.x.equals(b.x)) 256 if (this.y.equals(b.y)) 399 if (!(this.getX().toBigInteger().equals(ECConstants.ZERO))) 435 if (!(a.curve.equals(b.curve))) 479 if (this.x.equals(x2)) 481 if (this.y.equals(y2))
|
ECCurve.java | 149 public boolean equals( method in class:ECCurve.Fp 164 return this.q.equals(other.q) 165 && a.equals(other.a) && b.equals(other.b); 474 ((a.toBigInteger().equals(ECConstants.ZERO)) || 475 (a.toBigInteger().equals(ECConstants.ONE))) && 476 (b.toBigInteger().equals(ECConstants.ONE))); 524 if (xp.toBigInteger().equals(ECConstants.ZERO)) 571 if (beta.toBigInteger().equals(ECConstants.ZERO)) 592 if (!w.toBigInteger().equals(ECConstants.ZERO) 603 public boolean equals( method in class:ECCurve.F2m [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ConfigResultsElement.java | 214 if (propKey.equals(P_ID_CONFIG_NAME)) { 217 if (propKey.equals(P_ID_CONFIG_DESCRIPTION)) { 220 if (propKey.equals(P_ID_CONFIG_CURRENT_BUILD)) { 223 if (propKey.equals(P_ID_CONFIG_BASELINE_BUILD)) { 226 if (propKey.equals(P_ID_CONFIG_BASELINED)) { 229 if (propKey.equals(P_ID_CONFIG_VALID)) { 232 if (propKey.equals(P_ID_CONFIG_DELTA)) { 235 if (propKey.equals(P_ID_CONFIG_ERROR)) { 238 if (propKey.equals(P_ID_STATUS_ERROR)) {
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestWalkingChar.java | 345 if (!"stand".equals(animationChannel.getAnimationName())) { 351 if (!"stand".equals(animationChannel.getAnimationName())) { 354 } else if (!"Walk".equals(animationChannel.getAnimationName())) { 362 if (binding.equals("CharLeft")) { 368 } else if (binding.equals("CharRight")) { 374 } else if (binding.equals("CharUp")) { 380 } else if (binding.equals("CharDown")) { 386 } else if (binding.equals("CharSpace")) { 388 } else if (binding.equals("CharShoot") && !value) {
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPObject.java | 82 public boolean equals(Object other) { method in class:SIPObject 83 if (!this.getClass().equals(other.getClass())) 90 if (!hisclass.equals(myclass)) 140 else if (!f.get(this).equals(g.get(that))) 149 if (myclass.equals(SIPObject.class)) 176 if (!this.getClass().equals(other.getClass())) 239 if ((((String) hisObj).trim()).equals("")) 249 && myObj.getClass().equals(hisObj.getClass()) 273 if (myclass.equals(SIPObject.class))
|
/external/proguard/src/proguard/gui/ |
MemberSpecificationDialog.java | 369 annotationType.equals("") || 370 annotationType.equals("***") ? null : ClassUtil.internalType(annotationType); 372 if (name.equals("") || 373 name.equals("*")) 381 type.equals("") || 382 type.equals("***") ? null : ClassUtil.internalType(type); 386 if (type.equals("")) 392 type .equals("***") && 393 arguments.equals("...") ? null :
|
/libcore/luni/src/main/java/java/text/ |
DateFormatSymbols.java | 196 public boolean equals(Object object) { method in class:DateFormatSymbols 204 return localPatternChars.equals(rhs.localPatternChars) && 205 Arrays.equals(ampms, rhs.ampms) && 206 Arrays.equals(eras, rhs.eras) && 207 Arrays.equals(months, rhs.months) && 208 Arrays.equals(shortMonths, rhs.shortMonths) && 209 Arrays.equals(shortWeekdays, rhs.shortWeekdays) && 210 Arrays.equals(weekdays, rhs.weekdays) && 217 if (lhs.zoneStrings == null && rhs.zoneStrings == null && lhs.locale.equals(rhs.locale)) {
|
/libcore/luni/src/main/java/java/util/prefs/ |
XMLParser.java | 117 if (systemId.equals(PREFS_DTD_NAME)) { 349 if (type.equals("user")) { 407 if(path[0].equals("entry") || path[0].equals("node")) { 411 if(((Element) next).getNodeName().equals(path[0])) { 416 } else if(path[0].equals("map") && path[1].equals("entry")) { 420 if(((Element) next).getNodeName().equals(path[0])) { 425 if(((Element)subnext).getNodeName().equals(path[1])) {
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
AttributesImpl.java | 205 if (data[i].equals(uri) && data[i+1].equals(localName)) { 224 if (data[i+2].equals(qName)) { 246 if (data[i].equals(uri) && data[i+1].equals(localName)) { 266 if (data[i+2].equals(qName)) { 288 if (data[i].equals(uri) && data[i+1].equals(localName)) { 308 if (data[i+2].equals(qName)) {
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldTreeMapTest.java | 40 public boolean equals(Object o1, Object o2) { method in class:OldTreeMapTest.ReversedComparator 99 reversedTreeMap.firstKey().equals(new Integer(2).toString())); 101 reversedTreeMap.lastKey().equals(new Integer(1).toString())); 111 element.toString()).equals(element)); 143 anotherTreeMap.firstKey().equals(new Integer(2).toString())); 145 anotherTreeMap.lastKey().equals(new Integer(1).toString())); 291 assertTrue("Returned incorrect last key", tm.lastKey().equals( 351 .equals(element)); 401 objArray[counter].toString()).equals(objArray[counter]));
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathValidatorExceptionTest.java | 177 if (!getM.equals(msgs[i])) { 246 if (!getM.equals(msgs[i])) { 311 if (!getM.equals(msgs[i])) { 395 assertEquals("getIndex() must be equals -1", -1, tE.getIndex()); 399 assertEquals("getIndex() must be equals -1", -1, tE.getIndex()); 404 assertEquals("getIndex() must be equals -1", -1, tE.getIndex()); 407 assertEquals("getIndex() must be equals -1", -1, tE.getIndex()); 411 assertEquals("getIndex() must be equals -1", -1, tE.getIndex()); 415 assertEquals("getIndex() must be equals -1", -1, tE.getIndex());
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
RawContactEditorView.java | 234 if (StructuredName.CONTENT_ITEM_TYPE.equals(mimeType)) { 243 } else if (Photo.CONTENT_ITEM_TYPE.equals(mimeType)) { 247 } else if (GroupMembership.CONTENT_ITEM_TYPE.equals(mimeType)) { 251 } else if (Organization.CONTENT_ITEM_TYPE.equals(mimeType)) { 371 if (name.equals(accountName) && type.equals(accountType) 429 if (DataKind.PSEUDO_MIME_TYPE_DISPLAY_NAME.equals(kind.mimeType)) { 433 if (DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME.equals(kind.mimeType) 456 if (DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME.equals(view.getKind().mimeType)) {
|
/tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/ |
DbNode.java | 93 if (model.getProfileName().equals(profileName))
96 if ((!sqlStatement.equals("Group Execution")) //$NON-NLS-1$
97 && (sqlStatement.indexOf("select") != 0) && (!sqlStatement.equals(""))) //$NON-NLS-1$ //$NON-NLS-2$
462 if (name.equals(PROP_NAME_DB_CONNECTION)
463 || PROP_NAME_DB_CONNECTION.equals(PROP_NAMESPACE + '.' + name))
465 if (value.equals(PROP_VALUE_DB_CONNECTED))
469 else if (value.equals(PROP_VALUE_DB_DISCONNECTED))
474 else if (name.equals(PROP_NAME_DB_NODE_TYPE))
476 if (value.equals(PROP_VALUE_DB_NODE_IS_EXT_STORAGE))
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
EllipticCurveTest.java | 240 assertTrue(Arrays.equals(seed, c.getSeed())); 499 assertTrue(Arrays.equals(seed, seedRet)); 521 assertTrue(Arrays.equals(seed, c.getSeed())); 553 * Test #1 for <code>equals(Object other)</code> method<br> 563 assertTrue(c1.equals(c1)); 570 assertTrue(c1.equals(c2) && c2.equals(c1)); 577 assertTrue(c1.equals(c2) && c2.equals(c1)); 585 assertTrue(c1.equals(c3) && c3.equals(c1)) [all...] |