Searched refs:description (Results 76 - 100 of 106) sorted by relevance

12345

/frameworks/base/libs/hwui/
H A DProgram.h96 // Program description
168 * Resets this description. All fields are reset back to the default
322 Program(const ProgramDescription& description, const char* vertex, const char* fragment);
H A DOpenGLRenderer.h886 inline void chooseBlending(bool blend, SkXfermode::Mode mode, ProgramDescription& description,
1034 // Color description
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java740 public void onError(int errorCode, String description) { argument
741 if (SKAI_DBG) loge("onError: errorCode=" + errorCode + " desc=" + description);
881 public void onError(int errorCode, String description) { argument
883 loge("onError: errorCode=" + errorCode + " desc=" + description);
H A DSipSessionGroup.java530 void onError(int errorCode, String description); argument
1837 public void onError(final int errorCode, final String description) { argument
1843 mCallback.onError(errorCode, description);
/frameworks/base/core/java/android/content/
H A DClipData.java633 * @param description The ClipDescription describing the clip contents.
636 public ClipData(ClipDescription description, Item item) { argument
637 mClipDescription = description;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp133 // Add plug-in description
197 int action, const ActionDescription& description) {
196 onValidateAction(int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java100 * you provided, then looks for the content-description in its children elements.
103 * subhierarchy containing the content-description). By default, this method performs a
108 * @param text Content-description to find in the children of
124 * you provided, then looks for the content-description in its children elements.
127 * subhierarchy containing the content-description).
130 * @param text Content-description to find in the children of
146 throw new UiObjectNotFoundException("for description= \"" + text + "\"");
221 * the content-description is found, or until swipe attempts have been exhausted.
224 * @param text content-description to find within the contents of this scrollable layout element.
230 return scrollIntoView(new UiSelector().description(tex
[all...]
H A DUiSelector.java26 * by properties such as text value, content-description, class name, and state
199 * Set the search criteria to match the content-description
202 * The content-description is typically used
205 * the widget is selected. The content-description
215 public UiSelector description(String desc) { method in class:UiSelector
220 * Set the search criteria to match the content-description
223 * The content-description is typically used
226 * the widget is selected. The content-description
239 * Set the search criteria to match the content-description
242 * The content-description i
[all...]
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java628 public void onReceivedError(WebView view, int errorCode, String description,
631 + ", desc=" + description + ", url=" + failingUrl);
632 super.onReceivedError(view, errorCode, description, failingUrl);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java766 CharSequence description =
768 if (description != null) {
769 builder.setDescription(description.toString());
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp312 int uniqueId, const String8& path, int action, const ActionDescription& description) {
317 return rDrmEngine.validateAction(uniqueId, path, action, description);
311 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/base/core/java/android/app/
H A DIActivityManager.java97 Bitmap thumbnail, CharSequence description) throws RemoteException;
118 Bitmap thumbnail, CharSequence description) throws RemoteException;
96 activityStopped(IBinder token, Bundle state, Bitmap thumbnail, CharSequence description) argument
117 reportThumbnail(IBinder token, Bitmap thumbnail, CharSequence description) argument
H A DActivityManagerNative.java433 CharSequence description = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(data);
434 activityStopped(token, map, thumbnail, description);
628 CharSequence description = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(data);
629 reportThumbnail(token, thumbnail, description);
2312 Bitmap thumbnail, CharSequence description) throws RemoteException
2325 TextUtils.writeToParcel(description, data, 0);
2583 Bitmap thumbnail, CharSequence description) throws RemoteException
2595 TextUtils.writeToParcel(description, data, 0);
2311 activityStopped(IBinder token, Bundle state, Bitmap thumbnail, CharSequence description) argument
2582 reportThumbnail(IBinder token, Bitmap thumbnail, CharSequence description) argument
H A DActivityThread.java3094 CharSequence description; field in class:ActivityThread.StopInfo
3101 activity.token, state, thumbnail, description);
3161 info.description = r.activity.onCreateDescription();
3746 CharSequence description = null;
3748 description = r.activity.onCreateDescription();
3752 "Unable to create description of activity "
3760 token, thumbnail, description);
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java322 CharSequence grpName, CharSequence description, boolean dangerous) {
328 description, dangerous, icon);
321 getPermissionItemView(Context context, CharSequence grpName, CharSequence description, boolean dangerous) argument
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java826 public void setHomeActionContentDescription(CharSequence description) { argument
827 mActionView.setHomeActionContentDescription(description);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java556 public void onLocationGpsStateChanged(boolean inUse, String description) { argument
558 mLocationState.label = description;
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java703 void updateThumbnail(Bitmap newThumbnail, CharSequence description) { argument
714 thumbHolder.lastDescription = description;
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp461 int action, const ActionDescription& description) {
469 data.writeInt32(description.outputType);
470 data.writeInt32(description.configuration);
459 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp305 const ActionDescription& description) {
302 onValidateAction(int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java97 * If set then this string willb e used as the description rather than
536 * Overrides the description text view for the picker activity if specified by the intent.
537 * If not specified then makes the description invisible.
540 TextView descriptionView = (TextView) findViewById(R.id.description);
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java551 public void error(int id, String description) { argument
/frameworks/base/services/java/com/android/server/
H A DMountService.java1187 CharSequence description = a.getText(
1203 Slog.d(TAG, "got storage path: " + path + " description: " + description +
1221 if (path == null || description == null) {
1222 Slog.e(TAG, "Missing storage path or description in readStorageList");
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java594 // Make sure the home button has an accurate content description for accessibility.
605 * Compose a content description for the Home/Up affordance.
608 * a description for the whole wad of stuff that can be localized properly.</p>
704 // Make sure the home button has an accurate content description for accessibility.
1353 public void setHomeActionContentDescription(CharSequence description) { argument
1354 mHomeDescription = description;
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1141 * Gets the user-visible description of the route.
1143 * The route description describes the kind of destination represented by the route.
1147 * @return The description of the route, or null if none.
1154 * @return The user-visible status for a media route. This may include a description
1438 ", description=" + getDescription() +
1488 * Set the user-visible description of this route.
1490 * The route description describes the kind of destination represented by the route.
1494 * @param description The description of the route, or null if none.
1496 public void setDescription(CharSequence description) { argument
[all...]

Completed in 1112 milliseconds

12345