HomeSort by relevance Sort by last modified time
    Searched refs:TITLE (Results 226 - 250 of 347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 136 Cursor c = res.query(media1Uri, new String[] { "title" }, null, null, null);
150 // Ensure localized title comes back localized
152 c = res.query(media2Uri, new String[] { "title" }, null, null, null);
157 // Update localizable audio file to have unlocalizable title
159 final String newTitle = "New Title";
160 values.put("title", newTitle);
163 // Ensure title comes back correctly
164 c = res.query(media2Uri, new String[] { "title" }, null, null, null);
169 // Update audio file to have localizable title once again
172 values.put("title", newLocalizableTitle)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 314 Events.TITLE,
372 values.put(Events.TITLE, "TITLE:" + seedString);
484 values.put(Events.TITLE, "TITLE:" + seedString);
1919 String title = ExtendedPropertiesHelper.lookupValueByName(mContentResolver, eventId1, local
1937 String title = ExtendedPropertiesHelper.lookupValueByName(mContentResolver, eventId1, local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCaseProps.java 461 /** @return NONE, LOWER, UPPER, TITLE */
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java 457 /** @return NONE, LOWER, UPPER, TITLE */
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_target.cpp 316 env->GetFieldID(class_metadata, "title", "Ljava/lang/String;");
342 AttributeEntry(Attribute::TITLE, std::string(value)));
412 env->GetFieldID(class_folder, "title", "Ljava/lang/String;");
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 125 // date range has changed, update the title
362 * @param title The title of the event
367 long selectedMillis, String title, long calendarId) {
388 info.eventTitle = title;
493 // Store the formatting flags if this is an update to the title
737 String title, long calendarId) {
738 Intent intent = generateCreateEventIntent(startMillis, endMillis, allDayEvent, title,
745 boolean allDayEvent, String title, long calendarId) {
752 intent.putExtra(Events.TITLE, title)
    [all...]
CalendarEventModel.java 312 String title = intent.getStringExtra(Events.TITLE); local
313 if (title != null) {
314 mTitle = title;
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 259 public static NotificationWrapper makeBasicNotification(Context context, String title,
263 context, title, summaryText, startMillis, endMillis, eventId, notificationId,
269 Context context, String title, String summaryText, long startMillis, long endMillis,
273 if (title == null || title.length() == 0) {
274 title = resources.getString(R.string.no_title_label);
287 notificationBuilder.setContentTitle(title);
309 emailIntent = createBroadcastMailIntent(context, eventId, title);
364 contentView.setTextViewText(R.id.title, title);
    [all...]
AlertService.java 69 CalendarAlerts.TITLE, // 3
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 355 return getAsString(Groups.TITLE);
624 // Handle normal group, with title and checkbox
773 final CharSequence title = child.getTitle(this);
775 menu.setHeaderTitle(title);
779 handleRemoveSync(account, child, syncMode, title);
786 final int syncMode, CharSequence title) {
793 R.string.display_warn_remove_ungrouped, title);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 700 values.put(Images.Media.TITLE, file.getName());
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 602 String title = formatter.format(date); local
609 cv.put(MediaStore.Audio.Media.TITLE, title);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 744 values.put(ContactsContract.Groups.TITLE, groupName);
ContactsDatabaseHelperUpgradeTest.java 400 new TableColumn(Groups.TITLE, TEXT, false, null),
    [all...]
ContactsProvider2Test.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 127 setShellStyle(SWT.CLOSE | SWT.RESIZE | SWT.TITLE);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java 448 values.put(Organization.TITLE, "Monsters, Inc");
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 265 values.put(MediaStore.Images.ImageColumns.TITLE, mImageFileName);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 566 final String title = extras.getString(Insert.JOB_TITLE); local
567 if (ContactsUtils.isGraphic(title)) {
568 child.put(Organization.TITLE, title);
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 1008 milliseconds

1 2 3 4 5 6 7 8 91011>>