Home
last modified time | relevance | path

Searched refs:that (Results 1 – 25 of 174) sorted by relevance

1234567

/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in14 # 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/Settings/src/com/android/settings/notification/
DZenRuleInfo.java12 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/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses30 the copyright owner that is granting the License.
33 other entities that control, are controlled by, or are under common
34 control with that entity. For the purposes of this definition,
54 copyright notice that is included in or attached to the work
58 form, that is based on (or derived from) the Work and for which the
61 of this License, Derivative Works shall not include works that remain
67 to that Work or Derivative Works thereof, that is intentionally
74 and issue tracking systems that are managed by, or on behalf of, the
76 excluding communication that is conspicuously marked or otherwise
96 by such Contributor that are necessarily infringed by their
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DLedConfiguration.java55 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/TV/res/raw/
Dthird_party_licenses43 the copyright owner that is granting the License.
46 other entities that control, are controlled by, or are under common
47 control with that entity. For the purposes of this definition,
67 copyright notice that is included in or attached to the work
71 form, that is based on (or derived from) the Work and for which the
74 of this License, Derivative Works shall not include works that remain
80 to that Work or Derivative Works thereof, that is intentionally
87 and issue tracking systems that are managed by, or on behalf of, the
89 excluding communication that is conspicuously marked or otherwise
109 by such Contributor that are necessarily infringed by their
[all …]
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java748 RecordedProgram that = (RecordedProgram) o; in equals()
749 return Objects.equals(mId, that.mId) && in equals()
750 Objects.equals(mChannelId, that.mChannelId) && in equals()
751 Objects.equals(mSeriesId, that.mSeriesId) && in equals()
752 Objects.equals(mSeasonNumber, that.mSeasonNumber) && in equals()
753 Objects.equals(mSeasonTitle, that.mSeasonTitle) && in equals()
754 Objects.equals(mEpisodeNumber, that.mEpisodeNumber) && in equals()
755 Objects.equals(mStartTimeUtcMillis, that.mStartTimeUtcMillis) && in equals()
756 Objects.equals(mEndTimeUtcMillis, that.mEndTimeUtcMillis) && in equals()
757 Objects.equals(mVideoWidth, that.mVideoWidth) && in equals()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DSettings.java446 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 …]
DAttachment.java562 final Attachment that = (Attachment) o; in equals() local
564 if (destination != that.destination) { in equals()
567 if (downloadedSize != that.downloadedSize) { in equals()
570 if (size != that.size) { in equals()
573 if (state != that.state) { in equals()
576 if (supportsDownloadAgain != that.supportsDownloadAgain) { in equals()
579 if (type != that.type) { in equals()
582 if (contentType != null ? !contentType.equals(that.contentType) in equals()
583 : that.contentType != null) { in equals()
586 if (contentUri != null ? !contentUri.equals(that.contentUri) : that.contentUri != null) { in equals()
[all …]
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DChannelInfo.java166 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 …]
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile11 # Values that contain spaces should be placed between quotes (" ")
18 # that follow. The default is UTF-8 which is also the encoding used for all
26 # by quotes) that should identify the project.
66 # include brief member descriptions after the members that are listed in
80 # that is used to form the text in various listings. Each string
108 # inherited members of a class in the documentation of that class as if those
116 # to NO the shortest path that makes the file name unique will be used.
133 # definition is used. Otherwise one should specify the include paths that
169 # member inherits the documentation from any documented member that it
176 # be part of the file/class/namespace that contains it.
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile11 # Values that contain spaces should be placed between quotes (" ")
18 # that follow. The default is UTF-8 which is also the encoding used for all
26 # by quotes) that should identify the project.
66 # include brief member descriptions after the members that are listed in
80 # that is used to form the text in various listings. Each string
108 # inherited members of a class in the documentation of that class as if those
116 # to NO the shortest path that makes the file name unique will be used.
133 # definition is used. Otherwise one should specify the include paths that
169 # member inherits the documentation from any documented member that it
176 # be part of the file/class/namespace that contains it.
[all …]
/packages/apps/Provision/
DNOTICE26 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/
DNOTICE26 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/BasicSmsReceiver/
DNOTICE26 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/BlockedNumberProvider/
DNOTICE26 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/Settings/
DNOTICE26 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/Contacts/
DNOTICE26 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/SoundRecorder/
DNOTICE26 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/Dialer/
DLICENSE26 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/Gallery/
DNOTICE26 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/inputmethods/LatinIME/java/
DNOTICE26 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/services/Telephony/
DNOTICE26 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/
DNOTICE26 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/ContactsProvider/
DNOTICE26 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/
DNOTICE26 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 …]

1234567