/packages/apps/Settings/src/com/android/settings/notification/ |
D | ZenRuleInfo.java | 12 ZenRuleInfo that = (ZenRuleInfo) o; in equals() 14 if (isSystem != that.isSystem) return false; in equals() 15 if (ruleInstanceLimit != that.ruleInstanceLimit) return false; in equals() 16 if (packageName != null ? !packageName.equals(that.packageName) : that.packageName != null) in equals() 18 if (title != null ? !title.equals(that.title) : that.title != null) return false; in equals() 20 that.settingsAction) : that.settingsAction != null) return false; in equals() 22 that.configurationActivity) : that.configurationActivity != null) return false; in equals() 24 that.defaultConditionId) : that.defaultConditionId != null) return false; in equals() 26 that.serviceComponent) : that.serviceComponent != null) return false; in equals() 28 that.packageLabel) : that.packageLabel == null; in equals()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/ |
D | LedConfiguration.java | 55 public LedConfiguration(LedConfiguration that) { in LedConfiguration() argument 56 this.color0 = that.color0; in LedConfiguration() 57 this.color1 = that.color1; in LedConfiguration() 58 this.pulse = that.pulse; in LedConfiguration() 66 final LedConfiguration that = (LedConfiguration)o; in equals() local 67 return areColorsEqual(that) in equals() 68 && this.pulse == that.pulse in equals() 69 && this.isTransient == that.isTransient; in equals() 72 public boolean areColorsEqual(LedConfiguration that) { in areColorsEqual() argument 73 if (that == null) { in areColorsEqual() [all …]
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
D | EventDataItem.java | 48 final EventDataItem that = (EventDataItem) t; in shouldCollapseWith() local 50 if (!TextUtils.equals(getStartDate(), that.getStartDate())) { in shouldCollapseWith() 52 } else if (!hasKindTypeColumn(mKind) || !that.hasKindTypeColumn(that.getDataKind())) { in shouldCollapseWith() 53 return hasKindTypeColumn(mKind) == that.hasKindTypeColumn(that.getDataKind()); in shouldCollapseWith() 54 } else if (getKindTypeColumn(mKind) != that.getKindTypeColumn(that.getDataKind())) { in shouldCollapseWith() 57 !TextUtils.equals(getLabel(), that.getLabel())) { in shouldCollapseWith()
|
D | RelationDataItem.java | 48 final RelationDataItem that = (RelationDataItem) t; in shouldCollapseWith() local 50 if (!TextUtils.equals(getName(), that.getName())) { in shouldCollapseWith() 52 } else if (!hasKindTypeColumn(mKind) || !that.hasKindTypeColumn(that.getDataKind())) { in shouldCollapseWith() 53 return hasKindTypeColumn(mKind) == that.hasKindTypeColumn(that.getDataKind()); in shouldCollapseWith() 54 } else if (getKindTypeColumn(mKind) != that.getKindTypeColumn(that.getDataKind())) { in shouldCollapseWith() 57 !TextUtils.equals(getLabel(), that.getLabel())) { in shouldCollapseWith()
|
D | DataItem.java | 198 public void collapseWith(DataItem that) { in collapseWith() argument 200 DataKind thatKind = that.getDataKind(); in collapseWith() 203 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) || in collapseWith() 204 that.hasKindTypeColumn(thatKind) && in collapseWith() 207 RawContactModifier.getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind))) { in collapseWith() 208 mContentValues.put(thatKind.typeColumn, that.getKindTypeColumn(thatKind)); in collapseWith() 217 if (isSuperPrimary() || that.isSuperPrimary()) { in collapseWith() 223 if (isPrimary() || that.isPrimary()) { in collapseWith() 229 (that.getTimesUsed() == null ? 0 : that.getTimesUsed())); in collapseWith() 234 that.getLastTimeUsed() == null ? 0 : that.getLastTimeUsed())); in collapseWith()
|
D | ImDataItem.java | 91 final ImDataItem that = (ImDataItem) t; in shouldCollapseWith() local 93 if (!getData().equals(that.getData())) { in shouldCollapseWith() 95 } else if (!isProtocolValid() || !that.isProtocolValid()) { in shouldCollapseWith() 100 } else if (that.isProtocolValid()) { in shouldCollapseWith() 101 return that.getProtocol() == Im.PROTOCOL_CUSTOM; in shouldCollapseWith() 104 } else if (getProtocol() != that.getProtocol()) { in shouldCollapseWith() 107 !TextUtils.equals(getCustomProtocol(), that.getCustomProtocol())) { in shouldCollapseWith()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
D | ChannelInfo.java | 166 ChannelInfo that = (ChannelInfo) o; in equals() local 167 return Objects.equals(originalNetworkId, that.originalNetworkId) && in equals() 168 Objects.equals(videoWidth, that.videoWidth) && in equals() 169 Objects.equals(videoHeight, that.videoHeight) && in equals() 170 Objects.equals(audioChannel, that.audioChannel) && in equals() 171 Objects.equals(audioLanguageCount, that.audioLanguageCount) && in equals() 172 Objects.equals(hasClosedCaption, that.hasClosedCaption) && in equals() 173 Objects.equals(appLinkColor, that.appLinkColor) && in equals() 174 Objects.equals(number, that.number) && in equals() 175 Objects.equals(name, that.name) && in equals() [all …]
|
D | ProgramInfo.java | 224 ProgramInfo that = (ProgramInfo) o; in equals() local 225 return Objects.equals(seasonNumber, that.seasonNumber) && in equals() 226 Objects.equals(episodeNumber, that.episodeNumber) && in equals() 227 Objects.equals(durationMs, that.durationMs) && in equals() 228 Objects.equals(title, that.title) && in equals() 229 Objects.equals(episode, that.episode) && in equals() 230 Objects.equals(posterArtUri, that.posterArtUri) && in equals() 231 Objects.equals(description, that.description) && in equals() 232 Objects.equals(genre, that.genre) && in equals() 233 Objects.equals(contentRatings, that.contentRatings) && in equals() [all …]
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 14 # Values that contain spaces should be placed between quotes (\" \"). 21 # that follow. The default is UTF-8 which is also the encoding used for all text 30 # double-quotes, unless you are using Doxywizard) that should identify the 44 # for a project that appears at the top of each page and should give viewer a 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in 97 # descriptions after the members that are listed in the file and class 112 # This tag implements a quasi-intelligent brief description abbreviator that is 141 # inherited members of a class in the documentation of that class as if those 150 # shortest path that makes the file name unique will be used 161 # Note that you can specify absolute paths here, but also relative paths, which [all …]
|
/packages/apps/TV/common/src/com/android/tv/common/recording/ |
D | RecordedProgram.java | 672 RecordedProgram that = (RecordedProgram) o; in equals() 673 return Objects.equals(mId, that.mId) && in equals() 674 Objects.equals(mChannelId, that.mChannelId) && in equals() 675 Objects.equals(mSeasonNumber, that.mSeasonNumber) && in equals() 676 Objects.equals(mSeasonTitle, that.mSeasonTitle) && in equals() 677 Objects.equals(mEpisodeNumber, that.mEpisodeNumber) && in equals() 678 Objects.equals(mStartTimeUtcMillis, that.mStartTimeUtcMillis) && in equals() 679 Objects.equals(mEndTimeUtcMillis, that.mEndTimeUtcMillis) && in equals() 680 Objects.equals(mVideoWidth, that.mVideoWidth) && in equals() 681 Objects.equals(mVideoHeight, that.mVideoHeight) && in equals() [all …]
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/ |
D | ProvisioningParams.java | 262 ProvisioningParams that = (ProvisioningParams) o; in equals() local 263 return localTime == that.localTime in equals() 264 && startedByTrustedSource == that.startedByTrustedSource in equals() 265 && leaveAllSystemAppsEnabled == that.leaveAllSystemAppsEnabled in equals() 266 && skipEncryption == that.skipEncryption in equals() 267 && skipUserSetup == that.skipUserSetup in equals() 268 && Objects.equals(timeZone, that.timeZone) in equals() 269 && Objects.equals(locale, that.locale) in equals() 270 && Objects.equals(wifiInfo, that.wifiInfo) in equals() 271 && Objects.equals(deviceAdminPackageName, that.deviceAdminPackageName) in equals() [all …]
|
D | WifiInfo.java | 128 WifiInfo that = (WifiInfo) o; in equals() local 129 return hidden == that.hidden in equals() 130 && proxyPort == that.proxyPort in equals() 131 && Objects.equals(ssid, that.ssid) in equals() 132 && Objects.equals(securityType, that.securityType) in equals() 133 && Objects.equals(password, that.password) in equals() 134 && Objects.equals(proxyHost, that.proxyHost) in equals() 135 && Objects.equals(proxyBypassHosts, that.proxyBypassHosts) in equals() 136 && Objects.equals(pacUrl, that.pacUrl); in equals()
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Settings.java | 446 final Settings that = (Settings) aThat; in equals() local 448 ? mTransientAutoAdvance.equals(that.mTransientAutoAdvance) in equals() 449 : that.mTransientAutoAdvance == null; in equals() 450 return (TextUtils.equals(signature, that.signature) in equals() 451 && mAutoAdvance == that.mAutoAdvance in equals() 453 && snapHeaders == that.snapHeaders in equals() 454 && replyBehavior == that.replyBehavior in equals() 455 && convListIcon == that.convListIcon in equals() 456 && confirmDelete == that.confirmDelete in equals() 457 && confirmArchive == that.confirmArchive in equals() [all …]
|
D | Attachment.java | 541 final Attachment that = (Attachment) o; in equals() local 543 if (destination != that.destination) { in equals() 546 if (downloadedSize != that.downloadedSize) { in equals() 549 if (size != that.size) { in equals() 552 if (state != that.state) { in equals() 555 if (supportsDownloadAgain != that.supportsDownloadAgain) { in equals() 558 if (type != that.type) { in equals() 561 if (contentType != null ? !contentType.equals(that.contentType) in equals() 562 : that.contentType != null) { in equals() 565 if (contentUri != null ? !contentUri.equals(that.contentUri) : that.contentUri != null) { in equals() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
D | ContactRequest.java | 60 final ContactRequest that = (ContactRequest) o; in equals() local 65 if (mEmail != null ? !mEmail.equals(that.mEmail) : that.mEmail != null) { in equals() 132 final ContactRequestHolder that = (ContactRequestHolder) o; in equals() local 134 if (contactRequest != null ? !contactRequest.equals(that.contactRequest) in equals() 135 : that.contactRequest != null) { in equals() 139 if (destination != null ? !destination.equals(that.destination) in equals() 140 : that.destination != null) { in equals()
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
D | AppVpnInfo.java | 24 AppVpnInfo that = (AppVpnInfo) other; in compareTo() local 26 int result = packageName.compareTo(that.packageName); in compareTo() 28 result = that.userId - userId; in compareTo() 36 AppVpnInfo that = (AppVpnInfo) other; in equals() local 37 return userId == that.userId && Objects.equals(packageName, that.packageName); in equals()
|
/packages/apps/Settings/src/com/android/settings/location/ |
D | InjectedSetting.java | 122 InjectedSetting that = (InjectedSetting) o; in equals() 124 return packageName.equals(that.packageName) && className.equals(that.className) in equals() 125 && title.equals(that.title) && iconId == that.iconId in equals() 126 && mUserHandle.equals(that.mUserHandle) in equals() 127 && settingsActivity.equals(that.settingsActivity); in equals()
|
/packages/services/Car/car-lib/src/android/car/hardware/camera/ |
D | CarCameraState.java | 61 public CarCameraState(CarCameraState that) { in CarCameraState() argument 62 mCameraIsOn = that.getCameraIsOn(); in CarCameraState() 63 mOverlayIsOn = that.getOverlayIsOn(); in CarCameraState() 91 CarCameraState that = (CarCameraState) o; in equals() local 93 return (that.getCameraIsOn() == mCameraIsOn && in equals() 94 that.getOverlayIsOn() == mOverlayIsOn); in equals()
|
/packages/apps/Music/ |
D | NOTICE | 26 the copyright owner that is granting the License. 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 50 copyright notice that is included in or attached to the work 54 form, that is based on (or derived from) the Work and for which the 57 of this License, Derivative Works shall not include works that remain 63 to that Work or Derivative Works thereof, that is intentionally 70 and issue tracking systems that are managed by, or on behalf of, the 72 excluding communication that is conspicuously marked or otherwise 92 by such Contributor that are necessarily infringed by their [all …]
|
/packages/apps/Calendar/ |
D | NOTICE | 26 the copyright owner that is granting the License. 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 50 copyright notice that is included in or attached to the work 54 form, that is based on (or derived from) the Work and for which the 57 of this License, Derivative Works shall not include works that remain 63 to that Work or Derivative Works thereof, that is intentionally 70 and issue tracking systems that are managed by, or on behalf of, the 72 excluding communication that is conspicuously marked or otherwise 92 by such Contributor that are necessarily infringed by their [all …]
|
/packages/apps/Launcher2/ |
D | NOTICE | 26 the copyright owner that is granting the License. 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 50 copyright notice that is included in or attached to the work 54 form, that is based on (or derived from) the Work and for which the 57 of this License, Derivative Works shall not include works that remain 63 to that Work or Derivative Works thereof, that is intentionally 70 and issue tracking systems that are managed by, or on behalf of, the 72 excluding communication that is conspicuously marked or otherwise 92 by such Contributor that are necessarily infringed by their [all …]
|
/packages/apps/QuickSearchBox/ |
D | NOTICE | 26 the copyright owner that is granting the License. 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 50 copyright notice that is included in or attached to the work 54 form, that is based on (or derived from) the Work and for which the 57 of this License, Derivative Works shall not include works that remain 63 to that Work or Derivative Works thereof, that is intentionally 70 and issue tracking systems that are managed by, or on behalf of, the 72 excluding communication that is conspicuously marked or otherwise 92 by such Contributor that are necessarily infringed by their [all …]
|
/packages/apps/CellBroadcastReceiver/ |
D | NOTICE | 26 the copyright owner that is granting the License. 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 50 copyright notice that is included in or attached to the work 54 form, that is based on (or derived from) the Work and for which the 57 of this License, Derivative Works shall not include works that remain 63 to that Work or Derivative Works thereof, that is intentionally 70 and issue tracking systems that are managed by, or on behalf of, the 72 excluding communication that is conspicuously marked or otherwise 92 by such Contributor that are necessarily infringed by their [all …]
|
/packages/apps/LegacyCamera/jni/ |
D | NOTICE | 26 the copyright owner that is granting the License. 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 50 copyright notice that is included in or attached to the work 54 form, that is based on (or derived from) the Work and for which the 57 of this License, Derivative Works shall not include works that remain 63 to that Work or Derivative Works thereof, that is intentionally 70 and issue tracking systems that are managed by, or on behalf of, the 72 excluding communication that is conspicuously marked or otherwise 92 by such Contributor that are necessarily infringed by their [all …]
|
/packages/providers/UserDictionaryProvider/ |
D | NOTICE | 26 the copyright owner that is granting the License. 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 50 copyright notice that is included in or attached to the work 54 form, that is based on (or derived from) the Work and for which the 57 of this License, Derivative Works shall not include works that remain 63 to that Work or Derivative Works thereof, that is intentionally 70 and issue tracking systems that are managed by, or on behalf of, the 72 excluding communication that is conspicuously marked or otherwise 92 by such Contributor that are necessarily infringed by their [all …]
|