Searched defs:that (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DImapElement.java48 * An element that is returned by {@link ImapList#getElementOrNone} to indicate an index is out of
75 public boolean equalsForTest(ImapElement that) {
76 return super.equalsForTest(that);
106 * Return a string that represents this object; it's purely for the debug purpose. Don't mistake
115 * The equals implementation that is intended to be used only for unit testing. (Because it may be
118 public boolean equalsForTest(ImapElement that) { argument
119 if (that == null) {
122 return this.getClass() == that.getClass(); // Has to be the same class.
H A DImapResponse.java123 public boolean equalsForTest(ImapElement that) { argument
124 if (!super.equalsForTest(that)) {
127 final ImapResponse thatResponse = (ImapResponse) that;
H A DImapList.java211 public boolean equalsForTest(ImapElement that) { argument
212 if (!super.equalsForTest(that)) {
215 ImapList thatList = (ImapList) that;
H A DImapString.java28 * Class represents an IMAP "element" that is not a list.
172 public final boolean equalsForTest(ImapElement that) { argument
173 if (!super.equalsForTest(that)) {
176 ImapString thatString = (ImapString) that;
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
H A DImapElement.java47 * An element that is returned by {@link ImapList#getElementOrNone} to indicate an index
69 public boolean equalsForTest(ImapElement that) {
70 return super.equalsForTest(that);
102 * Return a string that represents this object; it's purely for the debug purpose. Don't
111 * The equals implementation that is intended to be used only for unit testing.
114 public boolean equalsForTest(ImapElement that) { argument
115 if (that == null) {
118 return this.getClass() == that.getClass(); // Has to be the same class.
H A DImapResponse.java140 public boolean equalsForTest(ImapElement that) { argument
141 if (!super.equalsForTest(that)) {
144 final ImapResponse thatResponse = (ImapResponse) that;
H A DImapList.java220 public boolean equalsForTest(ImapElement that) { argument
221 if (!super.equalsForTest(that)) {
224 ImapList thatList = (ImapList) that;
H A DImapString.java30 * Class represents an IMAP "element" that is not a list.
179 public final boolean equalsForTest(ImapElement that) { argument
180 if (!super.equalsForTest(that)) {
183 ImapString thatString = (ImapString) that;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
H A DLedConfiguration.java55 public LedConfiguration(LedConfiguration that) { argument
56 this.color0 = that.color0;
57 this.color1 = that.color1;
58 this.pulse = that.pulse;
66 final LedConfiguration that = (LedConfiguration)o;
67 return areColorsEqual(that)
68 && this.pulse == that.pulse
69 && this.isTransient == that.isTransient;
72 public boolean areColorsEqual(LedConfiguration that) { argument
73 if (that
[all...]
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DDataItem.java57 * content values. Raw contact is the raw contact that this data item is associated with.
201 public void collapseWith(DataItem that) { argument
203 DataKind thatKind = that.getDataKind();
204 // If this does not have a type and that does, or if that's type is higher precedence,
205 // use that's type
206 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) ||
207 that.hasKindTypeColumn(thatKind) &&
210 RawContactModifier.getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind))) {
211 mContentValues.put(thatKind.typeColumn, that
[all...]
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DDataItem.java54 * values. Raw contact is the raw contact that this data item is associated with.
192 public void collapseWith(DataItem that) { argument
194 DataKind thatKind = that.getDataKind();
195 // If this does not have a type and that does, or if that's type is higher precedence,
196 // use that's type
197 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind))
198 || (that.hasKindTypeColumn(thatKind)
200 > getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind)))) {
201 mContentValues.put(thatKind.typeColumn, that
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DSelection.java44 // selection. Tracking both separately is necessary to ensure that saved selections do not
74 * Returns an {@link Iterator} that iterators over the selection, *excluding*
99 * Sets the provisional selection, which is a temporary selection that can be saved,
109 // Mark each item that used to be in the selection but is unsaved and not in the new
117 // Mark each item that used to be in the selection but is unsaved and not in the new
125 // Mark each item that was not previously in the selection but is in the new
159 * Abandons the existing provisional selection so that all items provisionally selected are
230 public boolean equals(Object that) { argument
231 if (this == that) {
235 if (!(that instanceo
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DLevenshteinDistance.java103 * token that was unchanged/replaced, or the position in the source after which a target
170 public boolean prefixOf(final Token that) { argument
172 if (len > that.length()) return false;
174 final int thatStart = that.mStart;
176 final char[] thatContainer = that.mContainer;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DActionBatch.java66 It may also be possible that DisableAction or StartDeleteAction or
73 Forget is an DB maintenance action that removes the entry if it is not installed or disabled.
81 * Action is basically like a Runnable that takes an argument.
92 * An action that starts downloading an available word list.
134 // DownloadManager also stupidly cuts the extension to replace with its own that it
158 * An action that updates the database to reflect the status of a newly installed word list.
203 * An action that enables an existing word list.
239 * An action that disables a word list.
281 * An action that makes a word list available.
307 // If mLocalFilename is null, then it's a remote file that has
600 append(final ActionBatch that) argument
[all...]
/packages/services/Car/car-lib/src/android/car/navigation/
H A DCarNavigationInstrumentCluster.java111 public CarNavigationInstrumentCluster(CarNavigationInstrumentCluster that) { argument
112 this(that.mMinIntervalMillis,
113 that.mType,
114 that.mImageWidth,
115 that.mImageHeight,
116 that.mImageColorDepthBits);
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
H A DCarNavigationInstrumentCluster.java111 public CarNavigationInstrumentCluster(CarNavigationInstrumentCluster that) { argument
112 this(that.mMinIntervalMillis,
113 that.mType,
114 that.mImageWidth,
115 that.mImageHeight,
116 that.mImageColorDepthBits);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1185 milliseconds