HomeSort by relevance Sort by last modified time
    Searched full:equals (Results 626 - 650 of 7227) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/security/acl/
Permission.java 24 boolean equals(Object another); method in interface:Permission
  /libcore/luni/src/main/java/java/security/cert/
X509CRLEntry.java 38 * Returns whether the specified object equals to this instance.
42 * @return {@code true} if the specified object equals to this instance,
45 public boolean equals(Object other) { method in class:X509CRLEntry
54 return Arrays.equals(getEncoded(), obj.getEncoded());
  /libcore/luni/src/main/java/java/util/
Comparator.java 24 * to be <i>consistent with equals</i>, its {code #compare(Object, Object)}
25 * method has to return zero for each pair of elements (a,b) where a.equals(b)
70 * @see Object#equals
72 public boolean equals(Object object); method in interface:Comparator
  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ImplForVariable.java 34 public boolean equals(Object o) { method in class:ImplForVariable
39 return getName().equals(that.getName()) &&
40 getGenericDeclaration().equals(that.getGenericDeclaration());
74 if (name.equals(var.getName())) {
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLDSAPublicKey.java 102 public boolean equals(Object o) { method in class:OpenSSLDSAPublicKey
114 if (key.equals(other.getOpenSSLKey())) {
126 return params.getY().equals(other.getY()) && params.equals(other.getParams());
OpenSSLRSAPublicKey.java 116 public boolean equals(Object o) { method in class:OpenSSLRSAPublicKey
128 if (key.equals(other.getOpenSSLKey())) {
140 return modulus.equals(other.getModulus())
141 && publicExponent.equals(other.getPublicExponent());
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator3Test.java 104 assertFalse("Incorrect private key", kp.getPrivate().equals(
106 assertFalse("Incorrect public key", kp.getPublic().equals(
128 assertFalse("Incorrect private key", kp.getPrivate().equals(
130 assertFalse("Incorrect public key", kp.getPublic().equals(
  /libcore/luni/src/test/java/tests/api/java/util/
DateTest.java 51 assertTrue("Created incorrect date", d1.equals(d2));
55 assertTrue("Wrong time zone", date.equals(cal.getTime()));
71 assertTrue("Created incorrect date", d1.equals(d2));
87 assertTrue("Created incorrect date", d1.equals(d2));
105 assertTrue("Created incorrect date", d1.equals(d2));
163 assertTrue("Cloning date results unequal date", d1.equals(d2));
194 * java.util.Date#equals(java.lang.Object)
197 // Test for method boolean java.util.Date.equals(java.lang.Object)
201 assertTrue("Equality test failed", d2.equals(d3));
202 assertTrue("Equality test failed", !d1.equals(d2))
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_GetPutFields.java 66 public boolean equals(Object obj) { method in class:Support_GetPutFields.SimpleClass
72 return (a == other.getA() && b.equals(other.getB()));
88 public boolean equals(Object obj) { method in class:Support_GetPutFields
101 objectValue.equals(other.objectValue) &&
Support_GetPutFieldsDeprecated.java 68 public boolean equals(Object obj) { method in class:Support_GetPutFieldsDeprecated.SimpleClass
74 return (a == other.getA() && b.equals(other.getB()));
90 public boolean equals(Object obj) { method in class:Support_GetPutFieldsDeprecated
103 objectValue.equals(other.objectValue) &&
Support_Proxy_I1.java 21 boolean equals(Object o); method in interface:Support_Proxy_I1
  /packages/apps/Browser/src/com/android/browser/preferences/
AccessibilityPreferencesFragment.java 104 if (PreferenceKeys.PREF_MIN_FONT_SIZE.equals(pref.getKey())) {
108 if (PreferenceKeys.PREF_TEXT_ZOOM.equals(pref.getKey())) {
113 if (PreferenceKeys.PREF_DOUBLE_TAP_ZOOM.equals(pref.getKey())) {
118 if (PreferenceKeys.PREF_INVERTED_CONTRAST.equals(pref.getKey())) {
  /packages/apps/Mms/src/com/android/mms/dom/events/
EventTargetImpl.java 53 if ((type == null) || type.equals("") || (listener == null)) {
73 } else if ((eventImpl.getType() == null) || eventImpl.getType().equals("")) {
95 && listenerEntry.mType.equals(eventImpl.getType())) {
124 && listenerEntry.mType.equals(type)) {
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 63 if (action.equals(Mms.Intents.CONTENT_CHANGED_ACTION)) {
66 } else if (action.equals(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED)) {
73 if (state.equals("CONNECTED")) {
76 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
  /packages/apps/Music/src/com/android/music/
MediaButtonIntentReceiver.java 61 if (AudioManager.ACTION_AUDIO_BECOMING_NOISY.equals(intentAction)) {
66 } else if (Intent.ACTION_MEDIA_BUTTON.equals(intentAction)) {
108 if ((MediaPlaybackService.CMDTOGGLEPAUSE.equals(command) ||
109 MediaPlaybackService.CMDPLAY.equals(command))
QueryBrowserActivity.java 99 if (Intent.ACTION_VIEW.equals(action)) {
130 if (MediaStore.INTENT_ACTION_MEDIA_SEARCH.equals(action)) {
138 } else if (focus.equals(MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE)) {
145 } else if (focus.equals(MediaStore.Audio.Artists.ENTRY_CONTENT_TYPE)) {
285 if ("artist".equals(selectedType)) {
291 } else if ("album".equals(selectedType)) {
397 if (mimetype.equals("artist")) {
403 if (name == null || name.equals(MediaStore.UNKNOWN_STRING)) {
417 } else if (mimetype.equals("album")) {
422 if (name == null || name.equals(MediaStore.UNKNOWN_STRING))
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CdmaOptions.java 115 if (preference.getKey().equals(BUTTON_CDMA_SYSTEM_SELECT_KEY)) {
119 if (preference.getKey().equals(BUTTON_CDMA_SUBSCRIPTION_KEY)) {
127 if (preference.getKey().equals(BUTTON_CDMA_SYSTEM_SELECT_KEY)) {
129 } else if (preference.getKey().equals(BUTTON_CDMA_SUBSCRIPTION_KEY)) {
  /packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
CrashingSuggestionProvider.java 58 if ("crash".equals(query)) {
61 } else if ("exit".equals(query)) {
66 if ("icon".equals(query)) {
79 } else if ("icon2".equals(query)) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 56 if (Phone.CONTENT_ITEM_TYPE.equals(mimeType)
57 || Constants.MIME_SMS_ADDRESS.equals(mimeType)) {
62 } else if (Email.CONTENT_ITEM_TYPE.equals(mimeType)) {
65 } else if (StructuredPostal.CONTENT_ITEM_TYPE.equals(mimeType)) {
68 } else if (Organization.CONTENT_ITEM_TYPE.equals(mimeType)) {
88 if (Phone.CONTENT_ITEM_TYPE.equals(mimetype)) {
92 } else if (Email.CONTENT_ITEM_TYPE.equals(mimetype)) {
96 } else if (StructuredPostal.CONTENT_ITEM_TYPE.equals(mimetype)) {
100 } else if (Organization.CONTENT_ITEM_TYPE.equals(mimetype)) {
235 final boolean isEmail = Email.CONTENT_ITEM_TYPE.equals(values.getAsString(Data.MIMETYPE))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 49 if (action.equals(Intent.ACTION_PACKAGE_ADDED)) {
67 if (BinaryDictionary.DICTIONARY_PACK_AUTHORITY.equals(info.authority)) {
75 } else if (action.equals(Intent.ACTION_PACKAGE_REMOVED)
87 } else if (action.equals(NEW_DICTIONARY_INTENT_ACTION)) {
  /packages/inputmethods/LatinIME/tools/dicttool/src/android/inputmethod/latin/dicttool/
Compress.java 65 final InputStream input = inFilename.equals(STDIN_OR_STDOUT) ? System.in
67 final OutputStream output = outFilename.equals(STDIN_OR_STDOUT) ? System.out
91 final InputStream input = inFilename.equals(STDIN_OR_STDOUT) ? System.in
93 final OutputStream output = outFilename.equals(STDIN_OR_STDOUT) ? System.out
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameNormalizerTest.java 61 assertFalse(name2.equals(name1));
67 assertTrue(name2.equals(name1));
73 assertTrue(name2.equals(name1));
81 assertTrue(name2.equals(name1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
FileStorage.java 103 * @see java.lang.Object#equals(java.lang.Object)
106 public boolean equals(Object obj) { method in class:FileStorage
108 return mFile.equals(((FileStorage) obj).mFile);
110 return super.equals(obj);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorMatchingStrategy.java 51 if (!file.getName().equals(editorRef.getName()) ||
52 !editorRef.getId().equals(CommonXmlEditor.ID)) {
71 return editorFile.getProject().equals(file.getProject())
72 && editorFile.getName().equals(file.getName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttribute.java 101 public boolean equals(Object obj) { method in class:SimpleAttribute
105 return mName.equals(sa.mName) &&
106 mUri.equals(sa.mUri) &&
107 mValue.equals(sa.mValue);

Completed in 682 milliseconds

<<21222324252627282930>>