Searched refs:that (Results 26 - 50 of 74) sorted by relevance

123

/frameworks/base/core/java/android/os/
H A DParcelUuid.java105 ParcelUuid that = (ParcelUuid) object;
107 return (this.mUuid.equals(that.mUuid));
/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfo.java26 * classes and subpackages of that package. This is a version that does.
69 ClassPathPackageInfo that = (ClassPathPackageInfo) obj;
70 return (this.packageName).equals(that.packageName);
H A DTouchUtils.java39 * @param test The test case that is being run
52 * @param test The test case that is being run
53 * @param activity The activity that is in the foreground of the test case
69 * @param test The test case that is being run
82 * @param test The test case that is being run
83 * @param activity The activity that is in the foreground of the test case
101 * @param test The test case that is being run
102 * @param v The ViewGroup that should be dragged
117 * @param test The test case that is being run
118 * @param activity The activity that i
[all...]
/frameworks/support/v7/cardview/
H A DAndroid.mk19 # SDK version than the resources. The resources library and the R class that it
37 # A helper sub-library that makes direct use of Eclair MR1 APIs
46 # A helper sub-library that makes direct use of JB MR1 APIs
55 # A helper sub-library that makes direct use of L APIs
65 # Here is the final static library that apps can link against.
67 # Applications that use this library must specify LOCAL_RESOURCE_DIR
/frameworks/support/v7/mediarouter/
H A DAndroid.mk19 # SDK version than the resources. The resources library and the R class that it
33 # A helper sub-library that makes direct use of JellyBean APIs.
40 # A helper sub-library that makes direct use of JellyBean MR1 APIs.
48 # A helper sub-library that makes direct use of JellyBean MR2 APIs.
56 # Here is the final static library that apps can link against.
58 # Applications that use this library must specify LOCAL_RESOURCE_DIR
/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
60 * The Julian day of the epoch, that is, January 1, 1970 on the Gregorian
159 // An object that is reused for date calculations.
199 // Set the daylight-saving indicator to the unknown value -1 so that
203 // A reusable object that performs the date/time calculations.
249 * the other fields. Requires that it be normalized for MONTH_DAY and
363 * format that does not include the "time" field. For example, all of the
502 * (that i
765 set(Time that) argument
828 before(Time that) argument
840 after(Time that) argument
[all...]
/frameworks/support/v7/appcompat/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
19 # Applications that use this library must specify LOCAL_RESOURCE_DIR
/frameworks/support/v7/gridlayout/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
19 # Applications that use this library must specify LOCAL_RESOURCE_DIR
/frameworks/base/tests/SmokeTest/tests/
H A DAndroid.mk10 # Notice that we don't have to include the src files of SmokeTestApp because, by
/frameworks/support/v7/recyclerview/
H A DAndroid.mk19 # # SDK version than the resources. The resources library and the R class that it
31 # Here is the final static library that apps can link against.
33 # Applications that use this library must specify LOCAL_RESOURCE_DIR
/frameworks/base/core/java/android/app/
H A DNotification.java63 * A class that represents how a persistent notification is to be presented to
81 * An activity that provides a user interface for adjusting notification preferences for its
82 * containing application. Optional but recommended for apps that post
99 * A notification that is noisy is more likely to be presented as a heads-up notification.
113 * A notification that vibrates is more likely to be presented as a heads-up notification.
144 * Choose a timestamp that will be most relevant to the user. For most finite events, this
145 * corresponds to the time the event happened (or will happen, in the case of events that have
155 * <li>Notification of an upcoming meeting should be stamped with the time the meeting will begin (that is, in the future).</li>
179 * The number of events that this notification represents. For example, in a new mail
196 * that yo
1346 cloneInto(Notification that, boolean heavy) 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/support/v17/leanback/
H A DAndroid.mk19 # SDK version than the resources. The resources library and the R class that it
43 # A helper sub-library that makes direct use of API 21.
53 # A helper sub-library that makes direct use of KitKat APIs.
63 # A helper sub-library that makes direct use of JBMR2 APIs.
73 # Here is the final static library that apps can link against.
75 # Applications that use this library must specify LOCAL_RESOURCE_DIR
/frameworks/base/media/java/android/media/
H A DAudioAttributes.java185 * Flag defining a behavior where the system ensures that the playback of the sound will
222 * @return one of the values that can be set in {@link Builder#setContentType(int)}
230 * @return one of the values that can be set in {@link Builder#setUsage(int)}
240 * @return one of the values that can be set in {@link Builder#setCapturePreset(int)} or a
252 // only return the flags that are public
291 * interpreted as a default value that is dependent on the context of use, for instance a
325 * Combines all of the attributes that have been set and return a new
544 * Used to indicate that when parcelling, the tags should be parcelled through the flattened
609 AudioAttributes that = (AudioAttributes) o;
611 return ((mContentType == that
[all...]
/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc55 // On darwin, we want to update the version to match that of the
/frameworks/base/core/java/android/view/inputmethod/
H A DSparseRectFArray.java37 * The keys, in ascending order, of those {@link RectF} that are not null. For example,
105 final SparseRectFArray that = (SparseRectFArray) obj;
107 return Arrays.equals(mKeys, that.mKeys) && Arrays.equals(mCoordinates, that.mCoordinates)
108 && Arrays.equals(mFlagsArray, that.mFlagsArray);
145 * Throws {@link IllegalArgumentException} to make sure that this class is correctly used.
193 * existing keys that have been previously specified.
/frameworks/base/services/
H A DAndroid.mk18 # Services that will be built as part of services.jar
66 # services that we depend on. This differs from the above condition
/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/support/v13/
H A DAndroid.mk20 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
27 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
/frameworks/base/core/java/android/net/
H A DNetworkCapabilities.java37 * Note that this replaces the old {@link ConnectivityManager#TYPE_MOBILE} method
41 * needs an unmetered network for a bulk transfer it can specify that rather than assuming
66 * by any Network that matches all of them.
72 * Indicates this is a network that has the ability to reach the
78 * Indicates this is a network that has the ability to reach the carrier's
84 * Indicates this is a network that has the ability to reach the carrier's
90 * Indicates this is a network that has the ability to reach the carrier's
96 * Indicates this is a network that has the ability to reach the carrier's
102 * Indicates this is a network that has the ability to reach the carrier's
108 * Indicates this is a network that ha
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java53 * A notification that is noisy is more likely to be presented as a heads-up notification,
67 * A notification that vibrates is more likely to be presented as a heads-up notification,
84 * Use this constant as the value for audioStreamType to request that
98 * reference to something that is ongoing, like a phone call. It should
99 * not be set if this notification is in reference to something that
145 * device only and it is not recommended that it bridge to other devices.
166 * for items that are less important. The UI may choose to show
189 * for your application's most important items that require the user's
309 * Notification extras key: A String array containing the people that this
317 * {@link android.content.ContentUris content URI} pointing to an image that ca
[all...]
/frameworks/base/media/mca/filterfw/
H A DAndroid.mk47 # it's difficult to do this for applications that are not supplied as
/frameworks/support/v7/palette/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/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/opt/net/wifi/service/
H A DAndroid.mk49 # that sport Qualcomm's wifi have support for HAL
53 # that sport Marvell's wifi have support for HAL

Completed in 1895 milliseconds

123