HomeSort by relevance Sort by last modified time
    Searched refs:setDescription (Results 1 - 25 of 232) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/support/v4/jellybean-mr2/android/support/v4/media/routing/
MediaRouterJellybeanMr2.java 40 public static void setDescription(Object routeObj, CharSequence description) {
41 ((android.media.MediaRouter.UserRouteInfo)routeObj).setDescription(description);
  /frameworks/support/v7/mediarouter/jellybean-mr2/android/support/v7/media/
MediaRouterJellybeanMr2.java 40 public static void setDescription(Object routeObj, CharSequence description) {
41 ((android.media.MediaRouter.UserRouteInfo)routeObj).setDescription(description);
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 81 info1.setDescription("World");
82 info3.setDescription("world"); // lowercase 'w'
84 info3.setDescription("World");
93 info.setDescription(description);
100 info.setDescription(description);
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssItem.java 44 public void setDescription(CharSequence description) {
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
Macro.java 48 public void setDescription(String description) {
  /frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
RemoteDisplayProviderService.java 76 mTestDisplay1.setDescription("Variable volume");
86 mTestDisplay2.setDescription("Fixed volume");
93 mTestDisplay3.setDescription("Always unavailable");
100 mTestDisplay4.setDescription("Always in-use");
107 mTestDisplay5.setDescription("Ignores connect");
114 mTestDisplay6.setDescription("Never finishes connecting");
121 mTestDisplay8.setDescription("Aborts spontaneously while connecting");
128 mTestDisplay9.setDescription("Aborts spontaneously while connected");
135 mTestDisplay10.setDescription("Reconnects spontaneously");
306 mTestDisplay7.setDescription("Comes and goes but can't connect")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LaunchPreferencePage.java 35 setDescription(Messages.LaunchPreferencePage_Title);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ImportInsteadPage.java 29 setDescription("Consider importing directly into Android Studio instead of exporting from Eclipse");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplatePreviewPage.java 32 setDescription("Optionally review pending changes");
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/preferences/
PrefPage.java 38 setDescription("Android Preferences");
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java 267 .setDescription(getString(R.string.warning_nobatching));
332 .setDescription(getString(R.string.counting_description,
360 .setDescription(getString(R.string.counting_description,
477 .setDescription(getString(R.string.counting_description, sensor, mMaxDelay, "-"));
490 .setDescription(getString(R.string.intro_message))
523 .setDescription("")
531 .setDescription(getString(R.string.register_detector_description))
544 .setDescription(getString(R.string.register_counter_description))
558 .setDescription(getString(R.string.batching_queue_description))
566 .setDescription(getString(R.string.explanation_description)
    [all...]
  /developers/samples/android/sensors/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java 267 .setDescription(getString(R.string.warning_nobatching));
332 .setDescription(getString(R.string.counting_description,
360 .setDescription(getString(R.string.counting_description,
477 .setDescription(getString(R.string.counting_description, sensor, mMaxDelay, "-"));
490 .setDescription(getString(R.string.intro_message))
523 .setDescription("")
531 .setDescription(getString(R.string.register_detector_description))
544 .setDescription(getString(R.string.register_counter_description))
558 .setDescription(getString(R.string.batching_queue_description))
566 .setDescription(getString(R.string.explanation_description)
    [all...]
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
BatchStepSensorFragment.java 267 .setDescription(getString(R.string.warning_nobatching));
332 .setDescription(getString(R.string.counting_description,
360 .setDescription(getString(R.string.counting_description,
477 .setDescription(getString(R.string.counting_description, sensor, mMaxDelay, "-"));
490 .setDescription(getString(R.string.intro_message))
523 .setDescription("")
531 .setDescription(getString(R.string.register_detector_description))
544 .setDescription(getString(R.string.register_counter_description))
558 .setDescription(getString(R.string.batching_queue_description))
566 .setDescription(getString(R.string.explanation_description)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidNature.java 45 * <code>IProject.setDescription</code> and should not be called directly
50 * <code>IProject.setDescription</code>, but the nature will remain in
68 * <code>IProject.setDescription</code> and should not be called directly
73 * <code>IProject.setDescription</code>, but the nature will still be
104 * <code>IProject.setDescription()</code> and should not be called
171 project.setDescription(description, new SubProgressMonitor(monitor, 10));
201 project.setDescription(desc, null);
252 project.setDescription(desc, null);
273 project.setDescription(desc, null);
292 project.setDescription(description, null)
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DownloadController.java 120 .setDescription(filename)
144 .setDescription(filename)
DownloadInfo.java 157 public Builder setDescription(String description) {
230 .setDescription(downloadInfo.getDescription())
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DescriptionBox.java 74 public void setDescription(String description) {
  /frameworks/av/include/drm/
DrmSupportInfo.h 152 status_t setDescription(const String8& description);
  /frameworks/base/drm/java/android/drm/
DrmSupportInfo.java 93 public void setDescription(String description) {
117 * string is not allowed in {@link #setDescription(String)}, if
118 * {@link #setDescription(String)} is not called, description returned
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowHoverCardView.java 66 public final void setDescription(CharSequence text) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 236 // left.setDescription("ref to "+ruleStart.getDescription());
238 // right.setDescription("NFAState following ref to "+ruleStart.getDescription());
412 blockEndNFAState.setDescription("end block");
418 left.setDescription("alt "+altNum+" of ()");
460 decisionState.setDescription("only alt of ()? block");
462 emptyAlt.setDescription("epsilon path of ()? block");
466 blockEndNFAState.setDescription("end ()? block");
482 emptyAlt.setDescription("epsilon path of ()? block");
571 bypassDecisionState.setDescription("enter loop path of ()* block");
573 optionalAlt.setDescription("epsilon path of ()* block")
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
MultipleAddresses.java 63 address.setDescription(desc);
157 private void setDescription(String description) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DelegatingAction.java 150 public void setDescription(String text) {
151 mAction.setDescription(text);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 64 section.setDescription("Library project cannot be exported.");
68 section.setDescription("To export the application for distribution, you have the following options:");
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
Movie.java 70 public void setDescription(String description) {

Completed in 569 milliseconds

1 2 3 4 5 6 7 8 910