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

1 2

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NamedPreset.java 23 public final int nameResId;
25 public NamedPreset(int nameResId) {
26 this.nameResId = nameResId;
ActionsPreset.java 26 public ActionsPreset(int nameResId) {
27 super(nameResId);
PriorityPreset.java 25 public PriorityPreset(int nameResId) {
26 super(nameResId);
NotificationPreset.java 29 public NotificationPreset(int nameResId, int titleResId, int textResId) {
30 super(nameResId);
PriorityPresets.java 44 public SimplePriorityPreset(int nameResId, int priority) {
45 super(nameResId);
MainActivity.java 340 view.setText(getString(getItem(position).nameResId));
348 view.setText(getString(getItem(position).nameResId));
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NamedPreset.java 23 public final int nameResId;
25 public NamedPreset(int nameResId) {
26 this.nameResId = nameResId;
ActionsPreset.java 26 public ActionsPreset(int nameResId) {
27 super(nameResId);
PriorityPreset.java 25 public PriorityPreset(int nameResId) {
26 super(nameResId);
NotificationPreset.java 29 public NotificationPreset(int nameResId, int titleResId, int textResId) {
30 super(nameResId);
PriorityPresets.java 44 public SimplePriorityPreset(int nameResId, int priority) {
45 super(nameResId);
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NamedPreset.java 23 public final int nameResId;
25 public NamedPreset(int nameResId) {
26 this.nameResId = nameResId;
ActionsPreset.java 26 public ActionsPreset(int nameResId) {
27 super(nameResId);
PriorityPreset.java 25 public PriorityPreset(int nameResId) {
26 super(nameResId);
NotificationPreset.java 29 public NotificationPreset(int nameResId, int titleResId, int textResId) {
30 super(nameResId);
PriorityPresets.java 44 public SimplePriorityPreset(int nameResId, int priority) {
45 super(nameResId);
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 26 public final int nameResId;
28 public NotificationPreset(int nameResId) {
29 this.nameResId = nameResId;
MainActivity.java 97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId));
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 26 public final int nameResId;
28 public NotificationPreset(int nameResId) {
29 this.nameResId = nameResId;
MainActivity.java 97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId));
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPreset.java 26 public final int nameResId;
28 public NotificationPreset(int nameResId) {
29 this.nameResId = nameResId;
MainActivity.java 97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
DialogTestListActivity.java 222 public DialogTestListItem(Context context, int nameResId, String testId) {
223 super(context.getString(nameResId), testId, null, null, null, null);
226 public DialogTestListItem(Context context, int nameResId, String testId,
228 super(context.getString(nameResId), testId, testIntent, null, null, null);
259 public DialogTestListItemWithIcon(Context context, int nameResId, String testId,
261 super(context, nameResId, testId, testInstructionResId, testIntent);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 273 BasePolicyItem(Context context, int nameResId) {
274 mDisplayName = context.getString(nameResId);
348 IntegerPolicyItem(Context context, int nameResId, String preferenceKey) {
349 super(context, nameResId);
368 LongPolicyItem(Context context, int nameResId, String preferenceKey) {
369 super(context, nameResId);
  /frameworks/base/tools/aapt/
XMLNode.h 75 attribute_entry() : index(~(uint32_t)0), nameResId(0)
81 return nameResId == 0
91 uint32_t nameResId;

Completed in 432 milliseconds

1 2