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

1 2

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DimResultsElement.java 54 ERROR_DESCRIPTOR.setCategory("Status");
57 DIMENSION_DESCRIPTOR.setCategory("Results");
59 DIM_COUNT_DESCRIPTOR.setCategory("Results");
61 DIM_AVERAGE_DESCRIPTOR.setCategory("Results");
63 DIM_STDDEV_DESCRIPTOR.setCategory("Results");
65 DIM_ERROR_DESCRIPTOR.setCategory("Results");
67 DIM_HAD_VALUES_DESCRIPTOR.setCategory("Results");
70 COMMENT_DESCRIPTOR.setCategory("Survey");
BuildResultsElement.java 66 ERROR_DESCRIPTOR.setCategory("Status");
69 BUILD_DATE_DESCRIPTOR.setCategory("Results");
71 BUILD_BASELINE_DESCRIPTOR.setCategory("Results");
73 BUILD_COMMENT_DESCRIPTOR.setCategory("Results");
75 BUILD_SUMMARY_DESCRIPTOR.setCategory("Results");
77 BUILD_IS_BASELINE_DESCRIPTOR.setCategory("Results");
79 BUILD_TEST_FAILURE_DESCRIPTOR.setCategory("Results");
81 BUILD_TEST_DELTA_DESCRIPTOR.setCategory("Results");
83 BUILD_TEST_ERROR_DESCRIPTOR.setCategory("Results");
85 BUILD_STUDENTS_TTEST_DESCRIPTOR.setCategory("Results")
    [all...]
ScenarioResultsElement.java 45 ERROR_DESCRIPTOR.setCategory("Status");
48 SCENARIO_LABEL_DESCRIPTOR.setCategory("Results");
50 SCENARIO_FILE_NAME_DESCRIPTOR.setCategory("Results");
52 SCENARIO_SHORT_NAME_DESCRIPTOR.setCategory("Results");
55 COMMENT_DESCRIPTOR.setCategory("Survey");
ConfigResultsElement.java 65 ERROR_DESCRIPTOR.setCategory("Status");
68 CONFIG_NAME_DESCRIPTOR.setCategory("Results");
70 CONFIG_DESCRIPTION_DESCRIPTOR.setCategory("Results");
72 CONFIG_CURRENT_BUILD_DESCRIPTOR.setCategory("Results");
74 CONFIG_BASELINE_BUILD_DESCRIPTOR.setCategory("Results");
76 CONFIG_BASELINED_DESCRIPTOR.setCategory("Results");
78 CONFIG_VALID_DESCRIPTOR.setCategory("Results");
80 CONFIG_DELTA_DESCRIPTOR.setCategory("Results");
82 CONFIG_ERROR_DESCRIPTOR.setCategory("Results");
85 COMMENT_DESCRIPTOR.setCategory("Survey")
    [all...]
ComponentResultsElement.java 53 ERROR_DESCRIPTOR.setCategory("Status");
56 NAME_DESCRIPTOR.setCategory("Results");
58 CURRENT_BUILD_DESCRIPTOR.setCategory("Results");
60 BASELINE_BUILD_DESCRIPTOR.setCategory("Results");
63 COMMENT_DESCRIPTOR.setCategory("Survey");
ResultsElement.java 110 ERROR_DESCRIPTOR.setCategory("Status");
113 COMMENT_DESCRIPTOR.setCategory("Survey");
132 infoDescriptor.setCategory("Status");
157 warningDescriptor.setCategory("Status");
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
Movie.java 110 public void setCategory(String category) {
RecommendationBuilder.java 127 // .setCategory(Notification.CATEGORY_RECOMMENDATION)
128 .setCategory("recommendation")
VideoProvider.java 157 movie.setCategory(category);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyComposite.java 118 composite.setCategory(xmlProperties[0].getCategory());
PropertyFactory.java 236 property.setCategory(category);
386 complex.setCategory(PropertyCategory.PREFERRED);
388 complex.setCategory(PropertyCategory.ADVANCED);
421 property.setCategory(PropertyCategory.PREFERRED);
587 //complexProperty.setCategory(PropertyCategory.PREFERRED);
602 complexProperty.setCategory(PropertyCategory.PREFERRED);
604 complexProperty.setCategory(PropertyCategory.PREFERRED);
639 complex.setCategory(PropertyCategory.PREFERRED);
641 complex.setCategory(PropertyCategory.ADVANCED);
674 property.setCategory(PropertyCategory.PREFERRED)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 75 .setCategory(Notification.CATEGORY_ALARM);
113 .setCategory(Notification.CATEGORY_ALARM);
146 .setCategory(Notification.CATEGORY_ALARM);
178 .setCategory(Notification.CATEGORY_ALARM);
214 .setCategory(Notification.CATEGORY_ALARM);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 118 .setCategory(Notification.CATEGORY_MESSAGE)
OtherMetadataFragment.java 75 * {@link Notification.Builder#setCategory(String)}.
186 .setCategory(category.value)
  /developers/samples/android/ui/notifications/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 118 .setCategory(Notification.CATEGORY_MESSAGE)
OtherMetadataFragment.java 75 * {@link Notification.Builder#setCategory(String)}.
186 .setCategory(category.value)
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 118 .setCategory(Notification.CATEGORY_MESSAGE)
OtherMetadataFragment.java 75 * {@link Notification.Builder#setCategory(String)}.
186 .setCategory(category.value)
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
Property.java 87 public final void setCategory(PropertyCategory category) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 160 .setCategory(Notification.CATEGORY_SYSTEM)
183 .setCategory(Notification.CATEGORY_SYSTEM)
215 .setCategory(Notification.CATEGORY_SYSTEM)
  /device/sample/apps/LeanbackCustomizer/src/com/android/leanbacklauncher/partnercustomizer/
PartnerReceiver.java 146 .setCategory(Notification.CATEGORY_RECOMMENDATION)
  /frameworks/support/v4/api21/android/support/v4/app/
NotificationCompatApi21.java 89 .setCategory(category)
  /external/llvm/unittests/Support/
CommandLineTest.cpp 91 Retrieved->setCategory(TestCategory);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java 339 .setCategory(Notification.CATEGORY_ALARM);
460 .setCategory(Notification.CATEGORY_ALARM)
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 374 .setCategory(Notification.CATEGORY_SYSTEM)

Completed in 1016 milliseconds

1 2