Searched refs:description (Results 201 - 225 of 412) sorted by relevance

1234567891011>>

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DFocusSearchNavigationTest.java286 public void describeTo(Description description) { argument
287 description.appendText("view has focus");
304 public void describeMismatch(Object item, Description description) { argument
306 description.appendText(noun + " does not have focus");
315 description.appendText(". Current focus is in " + objectToLog(currentFocus));
/frameworks/base/core/java/android/app/
H A DDownloadManager.java79 * The client-supplied description of this download. This will be displayed in system
597 * Set a description of this download, to be displayed in notifications (if enabled)
600 public Request setDescription(CharSequence description) { argument
601 mDescription = description;
1317 * @param description the description that would appear for this file in Downloads App.
1330 public long addCompletedDownload(String title, String description, argument
1333 return addCompletedDownload(title, description, isMediaScannerScannable, mimeType, path,
1346 * @param description the description tha
1361 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification, Uri uri, Uri referer) argument
1369 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification, boolean allowWrite) argument
1377 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification, boolean allowWrite, Uri uri, Uri referer) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationSnooze.java273 String description = res.getQuantityString(pluralResId, count, count);
274 String resultText = String.format(res.getString(R.string.snoozed_for_time), description);
277 resultText.length() - description.length(), resultText.length(), 0 /* flags */);
278 AccessibilityAction action = new AccessibilityAction(accessibilityActionId, description);
279 return new NotificationSnoozeOption(null, minutes, description, string,
458 CharSequence description,
462 mDescription = description;
457 NotificationSnoozeOption(SnoozeCriterion sc, int minToSnoozeFor, CharSequence description, CharSequence confirmation, AccessibilityAction action) argument
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp213 __FUNCTION__, provider->mProviderName.c_str(), ret.description().c_str());
246 __FUNCTION__, provider->mProviderName.c_str(), ret.description().c_str());
296 __FUNCTION__, id.c_str(), ret.description().c_str());
318 __FUNCTION__, id.c_str(), status.description().c_str());
484 __FUNCTION__, mProviderName.c_str(), status.description().c_str());
496 __FUNCTION__, mProviderName.c_str(), linked.description().c_str());
516 __FUNCTION__, mProviderName.c_str(), linked.description().c_str());
778 __FUNCTION__, name.c_str(), ret.description().c_str());
803 __FUNCTION__, name.c_str(), ret.description().c_str());
836 __FUNCTION__, mId.c_str(), status.description()
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiScanner.java96 public void onFailure(int reason, String description); argument
846 + " description: " + result.description);
1283 public String description; field in class:WifiScanner.OperationResult
1285 public OperationResult(int reason, String description) { argument
1287 this.description = description;
1298 dest.writeString(description);
1306 String description = in.readString();
1307 return new OperationResult(reason, description);
[all...]
/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java343 String description = null;
354 description = storage.getBestVolumeDescription(privateVol);
374 description = storage.getBestVolumeDescription(this);
392 if (description == null) {
393 description = context.getString(android.R.string.unknownName);
396 return new StorageVolume(id, mtpStorageId, userPath, description, isPrimary(), removable,
/frameworks/base/services/core/java/com/android/server/webkit/
H A DSystemImpl.java60 private static final String TAG_DESCRIPTION = "description";
99 String description = parser.getAttributeValue(null, TAG_DESCRIPTION);
100 if (description == null) {
102 "WebView provider in framework resources missing description");
109 packageName, description, availableByDefault, isFallback,
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DMainActivity.java50 String description = "";
54 return new Guidance(title, description, breadcrumb, icon);
155 .description(getString(descRes))
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DMainActivity.java50 String description = "";
54 return new Guidance(title, description, breadcrumb, icon);
155 .description(getString(descRes))
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java293 String description = route.getDescription();
297 if (isConnectedOrConnecting && !TextUtils.isEmpty(description)) {
300 text2.setText(description);
/frameworks/av/drm/libdrmframework/include/
H A DNoOpDrmManagerClientImpl.h48 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/base/core/java/android/hardware/camera2/
H A DDngCreator.java288 * Set the user description string to write.
294 * @param description the user description string.
298 public DngCreator setDescription(@NonNull String description) { argument
299 if (description == null) {
300 throw new IllegalArgumentException("Null description passed to setDescription.");
302 nativeSetDescription(description);
659 private synchronized native void nativeSetDescription(String description); argument
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorToolbar.java94 void setNavigationContentDescription(CharSequence description); argument
/frameworks/base/libs/hwui/
H A DCaches.h171 void setProgram(const ProgramDescription& description);
/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_tethering_OffloadHardwareInterface.cpp125 status.description().c_str(), msg.c_str());
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DActionReplacingCallbackTest.java86 public void describeTo(Description description) {
87 description.appendText("Has no actions");
109 public void describeTo(Description description) {
110 description.appendText("Has only 4 actions expected on root");
/frameworks/ml/nn/driver/sample/
H A DSampleDriver.cpp92 LOG(ERROR) << " hidl callback failed to return properly: " << returned.description();
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DQueueAdapter.java65 holder.mDescriptionView = (TextView) convertView.findViewById(R.id.description);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DQueueAdapter.java65 holder.mDescriptionView = (TextView) convertView.findViewById(R.id.description);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DDecorToolbar.java92 void setNavigationContentDescription(CharSequence description); argument
/frameworks/native/cmds/lshal/
H A DListCommand.cpp401 mServicesTable.description =
403 mPassthroughRefTable.description =
410 mImplementationsTable.description =
414 mOut << table.description << std::endl;
506 << ret.description() << std::endl;
536 << ret.description() << std::endl;
556 << listRet.description() << std::endl;
572 << getRet.description() << std::endl;
593 << debugRet.description() << std::endl;
/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/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;

Completed in 1227 milliseconds

1234567891011>>