OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nameResId
(Results
1 - 25
of
30
) 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
353
view.setText(getString(getItem(position).
nameResId
));
361
view.setText(getString(getItem(position).
nameResId
));
/developers/samples/android/deprecated/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/deprecated/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
276
BasePolicyItem(Context context, int
nameResId
) {
277
mDisplayName = context.getString(
nameResId
);
351
IntegerPolicyItem(Context context, int
nameResId
, String preferenceKey) {
352
super(context,
nameResId
);
371
LongPolicyItem(Context context, int
nameResId
, String preferenceKey) {
372
super(context,
nameResId
);
Completed in 5876 milliseconds
1
2