Searched defs:description (Results 1 - 25 of 104) sorted by path

12345

/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
H A DDrmSupportInfo.cpp96 status_t DrmSupportInfo::setDescription(const String8& description) { argument
97 mDescription = description;
H A DIDrmManagerService.cpp449 int action, const ActionDescription& description) {
457 data.writeInt32(description.outputType);
458 data.writeInt32(description.configuration);
447 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp297 int uniqueId, const String8& path, int action, const ActionDescription& description) {
302 return rDrmEngine.validateAction(uniqueId, path, action, description);
296 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
H A DDrmManagerService.cpp171 int action, const ActionDescription& description) {
173 return mDrmManager->validateAction(uniqueId, path, action, description);
169 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
H A DDrmManagerClientImpl.cpp204 int action, const ActionDescription& description) {
208 uniqueId, path, action, description);
202 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
H A DNoOpDrmManagerClientImpl.cpp82 int uniqueId, const String8& path, int action, const ActionDescription& description) {
81 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/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/av/media/mtp/
H A DMtpStorage.cpp36 const char* description, uint64_t reserveSpace,
40 mDescription(description),
35 MtpStorage(MtpStorageID id, const char* filePath, const char* description, uint64_t reserveSpace, bool removable, uint64_t maxFileSize) argument
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
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/core/java/android/app/
H A DActionBar.java866 * to provide a correct description of the action for accessibility support.</p>
886 * to provide a correct description of the action for accessibility support.</p>
898 * Set an alternate description for the Home/Up action, when enabled.
900 * <p>This description is commonly used for accessibility/screen readers when
908 * <p>Setting this to <code>null</code> will use the system default description.</p>
910 * @param description New description for the Home action when enabled
914 public void setHomeActionContentDescription(CharSequence description) { } argument
917 * Set an alternate description for the Home/Up action, when enabled.
919 * <p>This description i
[all...]
H A DActivityManager.java537 * @param label A label and description of the current state of this task.
560 * @param label A label and description of the current state of this activity.
570 * @param label A label and description of the current state of this activity.
598 * Sets the label for this task description.
606 * Sets the primary color for this task description.
618 * Sets the icon for this task description.
636 * @return The label and description of the current state of this task.
791 public CharSequence description; field in class:ActivityManager.RecentTaskInfo
854 TextUtils.writeToParcel(description, dest,
875 description
1031 public CharSequence description; field in class:ActivityManager.RunningTaskInfo
1166 addAppTask(@onNull Activity activity, @NonNull Intent intent, @Nullable TaskDescription description, @NonNull Bitmap thumbnail) argument
[all...]
H A DActivityManagerNative.java522 CharSequence description = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(data);
523 activityStopped(token, map, persistentState, description);
2913 PersistableBundle persistentState, CharSequence description) throws RemoteException
2921 TextUtils.writeToParcel(description, data, 0);
2997 ActivityManager.TaskDescription description, Bitmap thumbnail) throws RemoteException {
3003 description.writeToParcel(data, 0);
2912 activityStopped(IBinder token, Bundle state, PersistableBundle persistentState, CharSequence description) argument
2996 addAppTask(IBinder activityToken, Intent intent, ActivityManager.TaskDescription description, Bitmap thumbnail) argument
H A DActivityThread.java3290 CharSequence description; field in class:ActivityThread.StopInfo
3297 activity.token, state, persistentState, description);
3355 info.description = r.activity.onCreateDescription();
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;
1179 * @param description the description that would appear for this file in Downloads App.
1192 public long addCompletedDownload(String title, String description, argument
1195 return addCompletedDownload(title, description, isMediaScannerScannable, mimeType, path,
1200 public long addCompletedDownload(String title, String description, argument
1205 validateArgumentIsNonEmpty("description", descriptio
[all...]
H A DIActivityManager.java116 PersistableBundle persistentState, CharSequence description) throws RemoteException;
123 ActivityManager.TaskDescription description, Bitmap thumbnail) throws RemoteException;
115 activityStopped(IBinder token, Bundle state, PersistableBundle persistentState, CharSequence description) argument
122 addAppTask(IBinder activityToken, Intent intent, ActivityManager.TaskDescription description, Bitmap thumbnail) argument
H A DKeyguardManager.java57 * A CharSequence description to show to the user when used with
71 public Intent createConfirmDeviceCredentialIntent(CharSequence title, CharSequence description) { argument
75 intent.putExtra(EXTRA_DESCRIPTION, description);
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminInfo.java170 final public int description; field in class:DeviceAdminInfo.PolicyInfo
176 description = descriptionIn;
364 * Load user-visible description associated with this device admin.
/frameworks/base/core/java/android/content/
H A DClipData.java634 * @param description The ClipDescription describing the clip contents.
637 public ClipData(ClipDescription description, Item item) { argument
638 mClipDescription = description;
H A DRestrictionEntry.java98 /** The user-visible secondary description of the restriction. */
323 * Returns the provided user-visible description of the entry, if any.
324 * @return the user-visible description, null if none was set earlier.
331 * Sets the user-visible description of the entry, as a possible sub-text for the title.
334 * @param description the user-visible description string.
336 public void setDescription(String description) { argument
337 this.mDescription = description;
/frameworks/base/core/java/android/database/
H A DCursorWindowAllocationException.java26 public CursorWindowAllocationException(String description) { argument
27 super(description);
H A DStaleDataException.java30 public StaleDataException(String description) argument
32 super(description);
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java252 * Set the user description string to write.
258 * @param description the user description string.
261 public DngCreator setDescription(String description) { argument
262 if (description == null) {
263 throw new IllegalArgumentException("Null description passed to setDescription.");
265 nativeSetDescription(description);
615 private synchronized native void nativeSetDescription(String description); argument

Completed in 2202 milliseconds

12345