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

12345678910

/frameworks/base/media/java/android/media/session/
H A DMediaSession.java1172 * A single item that is part of the play queue. It contains a description
1187 * @param description The {@link MediaDescription} for this item.
1191 public QueueItem(MediaDescription description, long id) { argument
1192 if (description == null) {
1198 mDescription = description;
1208 * Get the description for this item.
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java799 CharSequence description =
801 if (description != null) {
802 builder.setDescription(description.toString());
/frameworks/base/media/java/android/media/
H A DMediaRouter.java486 route.mDescription = globalRoute.description;
510 if (!Objects.equals(route.mDescription, globalRoute.description)) {
511 route.mDescription = globalRoute.description;
1636 * Gets the user-visible description of the route.
1638 * The route description describes the kind of destination represented by the route.
1642 * @return The description of the route, or null if none.
1649 * @return The user-visible status for a media route. This may include a description
2051 ", description=" + getDescription() +
2102 * Set the user-visible description of this route.
2104 * The route description describe
2110 setDescription(CharSequence description) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1231 // image description
1805 String8 description = nativeContext->getDescription(); local
1806 size_t len = description.bytes() + 1;
1808 reinterpret_cast<const uint8_t*>(description.string()), TIFF_IFD_0) != OK) {
2019 static void DngCreator_nativeSetDescription(JNIEnv* env, jobject thiz, jstring description) { argument
2030 const char* desc = env->GetStringUTFChars(description, nullptr);
2032 env->ReleaseStringUTFChars(description, desc);
/frameworks/base/core/java/android/app/
H A DActionBar.java868 * to provide a correct description of the action for accessibility support.</p>
888 * to provide a correct description of the action for accessibility support.</p>
900 * Set an alternate description for the Home/Up action, when enabled.
902 * <p>This description is commonly used for accessibility/screen readers when
910 * <p>Setting this to <code>null</code> will use the system default description.</p>
912 * @param description New description for the Home action when enabled
916 public void setHomeActionContentDescription(CharSequence description) { } argument
919 * Set an alternate description for the Home/Up action, when enabled.
921 * <p>This description i
[all...]
H A DIActivityManager.java125 PersistableBundle persistentState, CharSequence description) throws RemoteException;
136 ActivityManager.TaskDescription description, Bitmap thumbnail) throws RemoteException;
124 activityStopped(IBinder token, Bundle state, PersistableBundle persistentState, CharSequence description) argument
135 addAppTask(IBinder activityToken, Intent intent, ActivityManager.TaskDescription description, Bitmap thumbnail) 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
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java319 CharSequence grpName, CharSequence description, boolean dangerous) {
325 description, dangerous, icon);
318 getPermissionItemView(Context context, CharSequence grpName, CharSequence description, boolean dangerous) argument
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java943 public void setHomeActionContentDescription(CharSequence description) { argument
944 mDecorToolbar.setNavigationContentDescription(description);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java259 boolean activityIn, boolean activityOut, String description) {
270 String description, boolean isWide, int subId) {
376 // ignore content description, so populate manually
258 setWifiIndicators(boolean enabled, IconState statusIcon, IconState qsIcon, boolean activityIn, boolean activityOut, String description) argument
268 setMobileDataIndicators(IconState statusIcon, IconState qsIcon, int statusType, int qsType, boolean activityIn, boolean activityOut, String typeContentDescription, String description, boolean isWide, int subId) argument
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java485 MediaDescription description = mMetadata == null ? null : mMetadata
487 return "size=" + fields + ", description=" + description;
H A DMediaSessionService.java875 String description = session == null ? null : session.toString();
876 Log.d(TAG, "Adjusting session " + description + " by " + direction + ". flags="
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
H A DWebViewUpdateServiceTest.java132 // Provide a more useful description in case of mismatch
134 public void describeTo (Description description) { argument
135 description.appendText(String.format("PackageInfo with name '%s'", mPackageName));
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DMain.java121 protected void succeeded(Description description) {
124 fail(description.getMethodName() + " render error message: " + sRenderMessages.get
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java926 public void setHomeActionContentDescription(CharSequence description) { argument
927 mDecorToolbar.setNavigationContentDescription(description);
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp452 int action, const ActionDescription& description) {
460 data.writeInt32(description.outputType);
461 data.writeInt32(description.configuration);
450 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/opt/net/voip/src/java/com/android/server/sip/
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/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
202 * Set the search criteria to match the content-description
205 * The content-description is typically used
208 * the widget is selected. The content-description
218 public UiSelector description(String desc) { method in class:UiSelector
223 * Set the search criteria to match the content-description
226 * The content-description is typically used
229 * the widget is selected. The content-description
242 * Set the search criteria to match the content-description
245 * The content-description i
[all...]
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java99 * If set then this string willb e used as the description rather than
540 * Overrides the description text view for the picker activity if specified by the intent.
541 * If not specified then makes the description invisible.
544 TextView descriptionView = (TextView) findViewById(R.id.description);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java394 MethodDescription description = adapters.get(key);
395 if (classes.contains(description.type)) {
1738 public AdapterGetter(InverseDescription description, BindingSetterCall eventCall) { argument
1739 mInverseDescription = description;
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java549 // Make sure the home button has an accurate content description for accessibility.
564 * Compose a content description for the Home/Up affordance.
567 * a description for the whole wad of stuff that can be localized properly.</p>
663 // Make sure the home button has an accurate content description for accessibility.
1317 public void setNavigationContentDescription(CharSequence description) { argument
1318 mHomeDescription = description;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java1089 void updateThumbnailLocked(Bitmap newThumbnail, CharSequence description) { argument
1098 task.lastDescription = description;
/frameworks/native/cmds/installd/
H A Dcommands.cpp982 static void close_all_fds(const std::vector<fd_t>& fds, const char* description) { argument
985 PLOG(WARNING) << "Failed to close fd for " << description << " at index " << i;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java211 + ", description=" + result.description);
234 assertEquals("response.obj.description",
235 expectedErrorDescription, result.description);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp87 ALOGI("loaded default module %s, handle %d", descriptor.properties.description,

Completed in 850 milliseconds

12345678910