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

1 2 3 4 5 67 8 91011>>

  /system/bt/include/hardware/avrcp/
avrcp_logging_helper.h 135 CASE_RETURN_TEXT(Attribute::TITLE);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 385 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.TITLE,
386 android.provider.Contacts.Organizations.TITLE);
591 Organization.TITLE
592 + " AS " + android.provider.Contacts.Organizations.TITLE +
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 363 "title TEXT," +
443 final int titleIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.TITLE);
462 values.put(LauncherSettings.Favorites.TITLE, c.getString(titleIndex));
972 String title; local
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 67 Groups.TITLE + "=?",
84 contentValues.put(Groups.TITLE, SAMPLE_GROUP_NAME);
    [all...]
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DataModel.java 157 int title = cursor.getColumnIndex(AudioColumns.TITLE); local
165 cursor.getString(title));
230 .setTitleColumn(AudioColumns.TITLE)
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 118 /** The title of the photo. String value. */
119 public static final String TITLE = "title";
151 /** The title of the album. String value. */
152 public static final String TITLE = "title";
  /packages/apps/Launcher3/src/com/android/launcher3/provider/
ImportDataTask.java 169 final int titleIndex = c.getColumnIndexOrThrow(Favorites.TITLE);
285 values.put(Favorites.TITLE, c.getString(titleIndex));
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 159 final int TITLE = 7;
399 final String title = cursor.getString(UpdateQuery.TITLE); local
400 if (!TextUtils.isEmpty(title)) {
401 return title;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 39 private static final String TITLE = "Android System Trace";
97 setTitle(TITLE);
  /frameworks/base/media/java/android/media/
Ringtone.java 53 MediaStore.Audio.Media.TITLE
213 * Returns a human-presentable title for ringtone. Looks in media
230 String title = null; local
241 title = context
266 title = mRemotePlayer.getTitle(uri);
276 if (title == null) {
277 title = uri.getLastPathSegment();
281 title = context.getString(com.android.internal.R.string.ringtone_silent);
284 if (title == null) {
285 title = context.getString(com.android.internal.R.string.ringtone_unknown)
    [all...]
MediaScanner.java 693 if (name.equalsIgnoreCase("title") || name.startsWith("title;")) {
696 // inserting the title in to the database.
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
CalendarTracker.java 49 Instances.TITLE,
129 final String title = cursor.getString(2); local
139 title,
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 94 static_assert(RADIO_METADATA_KEY_TITLE == static_cast<int>(MetadataKey::TITLE),
95 "Metadata key TITLE mismatch with legacy");
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 58 CalendarAlerts.TITLE, // 1
  /packages/apps/Dialer/java/com/android/contacts/common/model/
ContactLoader.java 639 final String title = cursor.getString(GroupQuery.TITLE); local
647 accountName, accountType, dataSet, groupId, title, defaultGroup, favorites));
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java 474 values.put(Organization.TITLE, "Monsters, Inc");
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsTest.java 332 Organizations._ID, Organizations.COMPANY, Organizations.TITLE,
358 value.put(Organizations.TITLE, insertOrganizationsTitle);
381 value.put(Organizations.TITLE, updateOrganizationsTitle);
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java     [all...]
  /external/deqp/scripts/
run_nightly.py 51 <title>${TITLE}</title>
78 <h1>${TITLE}</h1>
206 def genCompareReport (batchResults, title, ignoreCases):
238 html = html.replace("${TITLE}", title)
  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 232 * <li> Events.TITLE </li>
373 // The title might not be necessary, but it makes it easier
375 String title = mModel.mTitle; local
376 values.put(Events.TITLE, title);
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 80 * @param title The title of the media file.
91 public static Uri addImage(ContentResolver resolver, String title, long date,
95 return addImage(resolver, title, date, location, orientation, exif, jpeg, width, height,
102 * The path will be automatically generated according to the title.
106 * @param title The title of the media file.
120 public static Uri addImage(ContentResolver resolver, String title, long date,
124 String path = generateFilepath(title, mimeType);
127 return addImageToMediaStore(resolver, title, date, location, orientation, fileLength
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupNameEditDialogFragment.java 142 final TextView title = (TextView) View.inflate(getActivity(), R.layout.dialog_title, null); local
143 title.setText(mIsInsert
147 .setCustomTitle(title)
282 new String[] { Groups.TITLE, Groups.SYSTEM_ID, Groups.ACCOUNT_TYPE,
297 String title = projection.getTitle(data); local
301 if (!TextUtils.isEmpty(title)) {
302 title = title.trim();
307 // new non-system group if a new group with a title that matches a system group is
312 mExistingGroups.add(title);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
ExchangeAccountType.java 249 kind.fieldList.add(new EditField(Organization.TITLE, R.string.ghostData_title,
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 196 // this picture. The title, dateTaken, location are attributes for the
200 public static Uri addImage(ContentResolver cr, String title, long dateTaken,
230 values.put(Images.Media.TITLE, title);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 74 ImageColumns.TITLE, // 1

Completed in 1325 milliseconds

1 2 3 4 5 67 8 91011>>