HomeSort by relevance Sort by last modified time
    Searched refs:nameResId (Results 1 - 25 of 48) 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);
  /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/security/
CAInstallNotificationVerifierActivity.java 90 public InstallCertItem(Context context, int nameResId, String testId, Intent intent) {
91 super(context, nameResId, testId, nameResId, intent);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
DialogTestListActivity.java 260 public DialogTestListItem(Context context, int nameResId, String testId) {
261 super(context.getString(nameResId), testId, null, null, null, null);
264 public DialogTestListItem(Context context, int nameResId, String testId,
266 super(context.getString(nameResId), testId, testIntent, null, null, null);
297 public DialogTestListItemWithIcon(Context context, int nameResId, String testId,
299 super(context, nameResId, testId, testInstructionResId, testIntent);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 274 BasePolicyItem(Context context, int nameResId) {
275 mDisplayName = context.getString(nameResId);
349 IntegerPolicyItem(Context context, int nameResId, String preferenceKey) {
350 super(context, nameResId);
369 LongPolicyItem(Context context, int nameResId, String preferenceKey) {
370 super(context, nameResId);
  /frameworks/base/tools/aapt/
XMLNode.h 78 attribute_entry() : index(~(uint32_t)0), nameResId(0)
84 return nameResId == 0
94 uint32_t nameResId;

Completed in 871 milliseconds

1 2