Searched refs:description (Results 51 - 75 of 114) sorted by relevance

12345

/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h85 int action, const ActionDescription& description);
H A DDrmManager.h98 int uniqueId, const String8& path, int action, const ActionDescription& description);
H A DDrmManagerClientImpl.h215 * @param[in] description Detailed description of the action
219 int uniqueId, const String8& path, int action, const ActionDescription& description);
H A DIDrmManagerService.h125 int action, const ActionDescription& description) = 0;
212 int uniqueId, const String8& path, int action, const ActionDescription& description);
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h62 int uniqueId, const String8& path, int action, const ActionDescription& description);
/frameworks/av/include/drm/
H A DDrmManagerClient.h192 * @param[in] description Detailed description of the action
195 bool validateAction(const String8& path, int action, const ActionDescription& description);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp93 int action, const ActionDescription& description) {
94 return onValidateAction(uniqueId, path, action, description);
91 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp91 const String8& path, int action, const ActionDescription& description) {
92 return mDrmManagerClientImpl->validateAction(mUniqueId, path, action, description);
90 validateAction( const String8& path, int action, const ActionDescription& description) argument
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h68 int uniqueId, const String8& path, int action, const ActionDescription& description);
291 * @param[in] description Detailed description of the action
295 int action, const ActionDescription& description) = 0;
H A DIDrmEngine.h235 * @param[in] description Detailed description of the action
239 int action, const ActionDescription& description) = 0;
/frameworks/base/core/java/android/print/
H A DPrinterInfo.java24 * This class represents the description of a printer. Instances of
28 * description and printer capabilities which describe the various
114 * Gets the printer description.
116 * @return The description.
210 builder.append(", description=").append(mDescription);
285 * Sets the <strong>localized</strong> printer description
288 * @param description The description.
291 public Builder setDescription(String description) { argument
292 mPrototype.mDescription = description;
[all...]
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java203 public void onReceivedError(WebView view, int errorCode, String description, argument
207 + ", description=" + description
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteDescriptor.java84 * Gets the user-visible description of the route.
86 * The route description describes the kind of destination represented by the route.
196 result.append(", description=").append(getDescription());
293 * Sets the user-visible description of the route.
295 * The route description describes the kind of destination represented by the route.
299 public Builder setDescription(String description) { argument
300 mBundle.putString(KEY_DESCRIPTION, description);
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
H A DTestRequestBuilderTest.java184 public void testRunStarted(Description description) throws Exception { argument
185 mTestCount = description.testCount();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DFusedPrintersProvider.java336 private static final String ATTR_DESCRIPTION = "description";
581 String description = parser.getAttributeValue(null, ATTR_DESCRIPTION);
598 builder.setDescription(description);
673 String description = printer.getDescription();
674 if (description != null) {
675 serializer.attribute(null, ATTR_DESCRIPTION, description);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java75 * The client-supplied description of this download. This will be displayed in system
596 * Set a description of this download, to be displayed in notifications (if enabled)
599 public Request setDescription(CharSequence description) { argument
600 mDescription = description;
1183 * @param description the description that would appear for this file in Downloads App.
1196 public long addCompletedDownload(String title, String description, argument
1199 return addCompletedDownload(title, description, isMediaScannerScannable, mimeType, path,
1204 public long addCompletedDownload(String title, String description, argument
1209 validateArgumentIsNonEmpty("description", descriptio
[all...]
/frameworks/base/services/java/com/android/server/media/
H A DMediaRouterService.java1264 final String description = computeDescription(descriptor);
1265 if (!Objects.equal(mMutableInfo.description, description)) {
1266 mMutableInfo.description = description;
1342 final String description = descriptor.description;
1343 return TextUtils.isEmpty(description) ? null : description;
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java287 mediaGroup.getChild(MEDIA_NAMESPACE, "description")
290 video.description = body;
415 || localName.equals("description")
501 if (localName.equals("description")) {
502 video.description = takeText();
538 public String description; field in class:SafeSaxTest.YouTubeVideo
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java526 * @return a geographical description string for the specified number.
552 String description = geocoder.getDescriptionForNumber(pn, locale);
553 if (VDBG) Rlog.v(TAG, "- got description: '" + description + "'");
554 return description;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h234 * @param description Detailed description of the action
240 const ActionDescription& description);
/frameworks/base/libs/hwui/font/
H A DFont.cpp476 FontDescription description(paint, matrix);
477 Font* font = state->mActiveFonts.get(description);
480 font = new Font(state, description);
481 state->mActiveFonts.put(description, font);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentTasksLoader.java159 ComponentName origActivity, CharSequence description) {
178 description);
393 recentInfo.origActivity, recentInfo.description);
475 recentInfo.origActivity, recentInfo.description);
158 createTaskDescription(int taskId, int persistentTaskId, Intent baseIntent, ComponentName origActivity, CharSequence description) argument
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaParser.java248 String description = field.getAttribute("sid");
251 current.addTranslate(description, value);
252 //Log.v(TAG, indent + " translate " + description + toString(value));
255 //Log.v(TAG, indent + " rotate " + description + toString(value));
257 current.addRotate(description, axis, value.w);
260 //Log.v(TAG, indent + " scale " + description + toString(value));
261 current.addScale(description, value);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp160 int action, const ActionDescription& description) {
162 return mDrmManager->validateAction(uniqueId, path, action, description);
158 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java483 public void onReceivedError(int errorCode, String description, String failingUrl) { argument
484 if (description == null || description.isEmpty()) {
486 // Normally the net/ layer will set a valid description, but for synthesized callbacks
488 description = ErrorStrings.getString(errorCode, mWebView.getContext());
492 mWebViewClient.onReceivedError(mWebView, errorCode, description, failingUrl);

Completed in 587 milliseconds

12345