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

/frameworks/base/core/java/android/content/
H A DComponentName.java29 * {@link android.content.ContentProvider}) that is available. Two
32 * name inside of that package.
42 * @param pkg The name of the package that the component exists in. Can
44 * @param cls The name of the class inside of <var>pkg</var> that
59 * @param cls The name of the class inside of <var>pkg</var> that
141 * Return a String that unambiguously describes both the package and
192 * Recover a ComponentName from a String that was previously created with
201 * @param str The String that was returned by flattenToString().
203 * names that were encoded in <var>str</var>
253 public int compareTo(ComponentName that) { argument
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkRequest.java31 * The {@link NetworkCapabilities} that define this request.
66 public NetworkRequest(NetworkRequest that) { argument
67 networkCapabilities = new NetworkCapabilities(that.networkCapabilities);
68 requestId = that.requestId;
69 this.legacyType = that.legacyType;
94 * the requested network's required capabilities. Note that when searching
166 * The interpretation of this {@code String} is bearer specific and bearers that use
210 NetworkRequest that = (NetworkRequest)obj;
211 return (that.legacyType == this.legacyType &&
212 that
[all...]
H A DNetwork.java93 public Network(Network that) { argument
94 this.netId = that.netId;
98 * Operates the same as {@code InetAddress.getAllByName} except that host
110 * Operates the same as {@code InetAddress.getByName} except that host
124 * A {@code SocketFactory} that produces {@code Socket}'s bound to this network.
188 * this factory will have its traffic sent over this {@code Network}. Note that if this
239 * Opens the specified {@link URL} on this {@code Network}, such that all traffic will be sent
266 * Opens the specified {@link URL} on this {@code Network}, such that all traffic will be sent
282 // TODO: HttpHandler creates OkHttpClients that share the default ResponseCache.
310 // Query a property of the underlying socket to ensure that th
[all...]
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIconList.java74 * Parcelable.Creator that instantiates StatusBarIconList objects
139 public void copyFrom(StatusBarIconList that) { argument
140 if (that.mSlots == null) {
144 final int N = that.mSlots.length;
148 this.mSlots[i] = that.mSlots[i];
149 this.mIcons[i] = that.mIcons[i] != null ? that.mIcons[i].clone() : null;
/frameworks/base/tools/aapt/
H A DSourcePos.cpp25 ErrorPos(const ErrorPos& that);
39 ErrorPos::ErrorPos(const ErrorPos& that) argument
40 :file(that.file),
41 line(that.line),
42 error(that.error),
43 level(that.level)
99 SourcePos::SourcePos(const SourcePos& that) argument
100 : file(that.file), line(that.line)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java221 merge(ImsPhoneCall that, State state) { argument
222 // This call is the conference host and the "that" call is the one being merged in.
233 ImsPhoneConnection[] cc = that.mConnections.toArray(
234 new ImsPhoneConnection[that.mConnections.size()]);
243 * Marked as {@code VisibleForTesting} so that the
304 void switchWith(ImsPhoneCall that) { argument
308 this.takeOver(that);
309 that.takeOver(tmp);
313 private void takeOver(ImsPhoneCall that) { argument
314 mConnections = that
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java34 * Timer that can schedule events to occur even when the device is in sleep.
316 // Sort the events by mMaxPeriod so that the first event can be used to
328 public boolean equals(Object that) { argument
329 return (this == that);
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java63 * This property sets the animation matrix properties that are not translations.
282 // clear the transform properties so that we can use the animation matrix instead
451 public boolean equals(Object that) { argument
452 if (!(that instanceof Transforms)) {
455 Transforms thatTransform = (Transforms) that;
/frameworks/base/core/java/android/text/format/
H A DTime.java34 * <p>This class has a number of issues and it is recommended that
45 * <li>Calling {@link #switchTimezone(String)} on a date that cannot exist, such as a wall time
46 * that was skipped due to a DST transition, will result in a date in 1969 (i.e. -1, or 1 second
63 * The Julian day of the epoch, that is, January 1, 1970 on the Gregorian
162 // An object that is reused for date calculations.
202 // Set the daylight-saving indicator to the unknown value -1 so that
206 // A reusable object that performs the date/time calculations.
252 * the other fields. Requires that it be normalized for MONTH_DAY and
366 * format that does not include the "time" field. For example, all of the
505 * (that i
768 set(Time that) argument
831 before(Time that) argument
843 after(Time that) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java58 // A call that is ringing or (call) waiting
81 SipPhone that = (SipPhone) o;
82 return mProfile.getUriString().equals(that.mProfile.getUriString());
107 // FIXME: is it true that we cannot take any incoming call if
137 // that happens.
244 public void conference(Call that) throws CallStateException { argument
246 if (!(that instanceof SipCall)) {
248 + ", cannot merge with " + that.getClass());
250 mForegroundCall.merge((SipCall) that);
441 void switchWith(SipCall that) { argument
451 takeOver(SipCall that) argument
609 merge(SipCall that) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java37 * This class describes all device configuration information that can
66 * resource qualifier. 0 if undefined. Note that the actual MNC may be 0; in order to check
91 /** Constant for {@link #screenLayout}: bits that encode the size. */
94 * value indicating that no size has been set. */
129 /** Constant for {@link #screenLayout}: bits that encode the aspect ratio. */
132 * value indicating that no size has been set. */
135 * value that corresponds to the
140 * value that corresponds to the
145 /** Constant for {@link #screenLayout}: bits that encode the layout direction. */
150 * value indicating that n
1198 compareTo(Configuration that) argument
1249 equals(Configuration that) argument
1255 equals(Object that) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java55 * A layout that places its children in a rectangular <em>grid</em>.
57 * The grid is composed of a set of infinitely thin lines that separate the
60 * has {@code N + 1} grid indices that run from {@code 0}
71 * Each spec defines the set of rows or columns that are to be
75 * In this case however, there is no guarantee that children will not themselves
108 * In the event that no weights are specified, the previous conventions are respected and
116 * is taken as <em>flexible</em> in that direction. If no weight or alignment was set,
122 * within it are flexible. Row and column groups that sit either side of a common boundary
127 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
131 * GridLayout's algorithms favour rows and columns that ar
2488 equals(Object that) argument
2591 equals(Object that) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java52 * A layout that places its children in a rectangular <em>grid</em>.
54 * The grid is composed of a set of infinitely thin lines that separate the
57 * has {@code N + 1} grid indices that run from {@code 0}
68 * Each spec defines the set of rows or columns that are to be
72 * In this case however, there is no guarantee that children will not themselves
105 * In the event that no weights are specified, columns and rows are taken as
112 * is taken as <em>flexible</em> in that direction. If no weight or alignment was set,
118 * within it are flexible. Row and column groups that sit either side of a common boundary
123 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
127 * GridLayout's algorithms favour rows and columns that ar
2363 equals(Object that) argument
2466 equals(Object that) argument
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java64 * A class that represents how a persistent notification is to be presented to
82 * An activity that provides a user interface for adjusting notification preferences for its
83 * containing application. Optional but recommended for apps that post
100 * A notification that is noisy is more likely to be presented as a heads-up notification.
114 * A notification that vibrates is more likely to be presented as a heads-up notification.
145 * Choose a timestamp that will be most relevant to the user. For most finite events, this
146 * corresponds to the time the event happened (or will happen, in the case of events that have
156 * <li>Notification of an upcoming meeting should be stamped with the time the meeting will begin (that is, in the future).</li>
180 * The number of events that this notification represents. For example, in a new mail
197 * that yo
1436 cloneInto(Notification that, boolean heavy) argument
[all...]

Completed in 4343 milliseconds