HomeSort by relevance Sort by last modified time
    Searched defs:titleResId (Results 1 - 25 of 53) sorted by null

1 2 3

  /developers/build/prebuilts/gradle/DoneBar/Application/src/main/java/com/example/android/donebar/
MainActivity.java 86 mSamples[position].titleResId);
94 int titleResId;
98 private Sample(int titleResId, int descriptionResId, Intent intent) {
100 this.titleResId = titleResId;
104 private Sample(int titleResId, int descriptionResId,
106 this(titleResId, descriptionResId,
  /developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
MainActivity.java 84 mSamples[position].titleResId);
92 int titleResId;
96 private Sample(int titleResId, int descriptionResId, Intent intent) {
98 this.titleResId = titleResId;
102 private Sample(int titleResId, int descriptionResId,
104 this(titleResId, descriptionResId,
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 26 public final int titleResId;
29 public NotificationPreset(int nameResId, int titleResId, int textResId) {
31 this.titleResId = titleResId;
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 26 public final int titleResId;
29 public NotificationPreset(int nameResId, int titleResId, int textResId) {
31 this.titleResId = titleResId;
  /development/samples/browseable/DoneBar/src/com.example.android.donebar/
MainActivity.java 86 mSamples[position].titleResId);
94 int titleResId;
98 private Sample(int titleResId, int descriptionResId, Intent intent) {
100 this.titleResId = titleResId;
104 private Sample(int titleResId, int descriptionResId,
106 this(titleResId, descriptionResId,
  /development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
MainActivity.java 84 mSamples[position].titleResId);
92 int titleResId;
96 private Sample(int titleResId, int descriptionResId, Intent intent) {
98 this.titleResId = titleResId;
102 private Sample(int titleResId, int descriptionResId,
104 this(titleResId, descriptionResId,
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPreset.java 26 public final int titleResId;
29 public NotificationPreset(int nameResId, int titleResId, int textResId) {
31 this.titleResId = titleResId;
  /packages/apps/DocumentsUI/src/com/android/documentsui/ui/
OperationProgressDialog.java 42 private OperationProgressDialog(Activity activity, String jobId, @StringRes int titleResId,
47 mDialog.setTitle(mActivity.getString(titleResId));
92 int titleResId;
96 titleResId = R.string.copy_notification_title;
100 titleResId = R.string.compress_notification_title;
104 titleResId = R.string.extract_notification_title;
108 titleResId = R.string.move_notification_title;
116 return new OperationProgressDialog(activity, jobId, titleResId, prepareResId, operation);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
ShortcutParser.java 110 final int titleResId = sa.getResourceId(R.styleable.Shortcut_shortcutShortLabel, 0);
115 c.label = mResources.getString(titleResId);
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutParser.java 300 final int titleResId = sa.getResourceId(R.styleable.Shortcut_shortcutShortLabel, 0);
309 if (titleResId == 0) {
320 titleResId,
333 int titleResId, int textResId, int disabledMessageResId,
353 titleResId,
ShortcutPackage.java     [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
MissedCallNotifier.java 109 final int titleResId;
166 titleResId =
187 titleResId = R.string.notification_missedCallsTitle;
195 .setContentTitle(context.getText(titleResId))
202 .setContentTitle(context.getText(titleResId))
319 int titleResId =
324 createNotificationBuilder(call).setContentTitle(context.getText(titleResId));
350 .setContentTitle(context.getText(titleResId))
  /packages/apps/Settings/src/com/android/settings/core/
SubSettingLauncher.java 51 public SubSettingLauncher setTitle(@StringRes int titleResId) {
52 return setTitle(null /*titlePackageName*/, titleResId);
55 public SubSettingLauncher setTitle(String titlePackageName, @StringRes int titleResId) {
57 mLaunchRequest.titleResId = titleResId;
140 mLaunchRequest.titleResId);
175 int titleResId;
  /packages/apps/TV/src/com/android/tv/parental/
ContentRatingsParser.java 477 int titleResId = parser.getAttributeResourceValue(index, 0);
478 if (titleResId != 0) {
479 return mResources.getString(titleResId);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
ProvisioningActivity.java 308 final int titleResId = isDoProvisioning ? R.string.setup_device_progress
315 setTitle(titleResId);
  /packages/apps/Messaging/src/com/android/messaging/widget/
WidgetConversationService.java 271 int titleResId = -1;
280 titleResId = R.string.message_title_downloading;
286 titleResId = R.string.message_title_manual_download;
293 titleResId = R.string.message_title_download_failed;
301 titleResId = R.string.message_title_download_failed;
359 final boolean titleVisible = (titleResId >= 0);
361 final String titleText = mContext.getString(titleResId);
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
TelecomActivity.java 537 int titleResId = R.string.phone_app_name;
540 titleResId = R.string.contacts_title;
544 titleResId = R.string.missed_call_title;
546 titleResId = R.string.call_history_title;
549 titleResId = R.string.contacts_title;
551 titleResId = R.string.dialpad_title;
554 titleResId = R.string.in_call_title;
557 return getString(titleResId);
  /packages/apps/Dialer/java/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 96 * @param titleResId The resource ID for the string to use in the title of the dialog.
108 int titleResId,
121 args.putInt(ARG_TITLE_RES_ID, titleResId);
160 int titleResId = getArguments().getInt(ARG_TITLE_RES_ID);
202 .setTitle(titleResId)
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 284 final int titleResId;
295 titleResId = R.string.notification_missedWorkCallTitle;
297 titleResId = R.string.notification_missedCallTitle;
300 titleResId = R.string.notification_missedCallsTitle;
318 .setContentText(mContext.getText(titleResId))
329 .setContentTitle(mContext.getText(titleResId))
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 201 int titleResId = -1;
205 titleResId = R.string.contactInsertOrEditActivityTitle;
209 titleResId = R.string.contactPickerActivityTitle;
213 titleResId = R.string.contactPickerActivityTitle;
217 titleResId = R.string.shortcutActivityTitle;
221 titleResId = R.string.contactPickerActivityTitle;
225 titleResId = R.string.contactPickerActivityTitle;
229 titleResId = R.string.pickerSelectContactsActivityTitle;
233 titleResId = R.string.pickerSelectContactsActivityTitle;
237 titleResId = R.string.shortcutActivityTitle
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 420 final int titleResId = getAttributeResourceValue(parser, ATTR_TITLE, 0);
423 if (titleResId == 0 || iconId == 0) {
450 return addShortcut(mSourceRes.getString(titleResId),
549 final int titleResId = getAttributeResourceValue(parser, ATTR_TITLE, 0);
550 if (titleResId != 0) {
551 title = mSourceRes.getString(titleResId);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceController.java 494 final int titleResId = helper.getLabelIdForType(accountType);
524 titleResId);
528 account, titleResPackageName, titleResId, label,
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java 311 int titleResId = -1;
319 titleResId = R.string.message_title_downloading;
325 titleResId = R.string.message_title_manual_download;
336 titleResId = R.string.message_title_download_failed;
343 titleResId = R.string.message_title_download_failed;
388 final boolean titleVisible = (titleResId >= 0);
390 final String titleText = getResources().getString(titleResId);
    [all...]

Completed in 657 milliseconds

1 2 3