HomeSort by relevance Sort by last modified time
    Searched refs:TITLE (Results 76 - 100 of 263) sorted by null

1 2 34 5 6 7 8 91011

  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 105 LauncherSettings.Favorites.TITLE + "=?", new String[] { name }, null);
  /packages/apps/LegacyCamera/src/com/android/camera/
Storage.java 52 public static Uri addImage(ContentResolver resolver, String title, long date,
55 String path = generateFilepath(title);
72 values.put(ImageColumns.TITLE, title);
73 values.put(ImageColumns.DISPLAY_NAME, title + ".jpg");
101 public static String generateFilepath(String title) {
102 return DIRECTORY + '/' + title + ".jpg";
  /cts/tests/tests/view/src/android/view/cts/
WindowManager_LayoutParamsTest.java 35 private static final String TITLE = "params title";
36 private static final String PARAMS_TITLE = "params title";
74 mLayoutParams.setTitle(TITLE);
174 String title = ""; local
178 assertEquals(title, mLayoutParams.getTitle());
180 title = "Android Test Title";
181 mLayoutParams.setTitle(title);
182 assertEquals(title, mLayoutParams.getTitle())
    [all...]
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 178 my $title = $options{ "title" };
209 <TITLE>$title</TITLE>
236 print HTML "<H1>$title</H1>\n";
  /external/icu/icu4j/perf-tests/perldriver/
Output.pm 178 my $title = $options{ "title" };
209 <TITLE>$title</TITLE>
236 print HTML "<H1>$title</H1>\n";
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Playlists_MembersTest.java 60 Members.TITLE,
90 Members.TITLE,
226 assertEquals(Audio1.TITLE, c.getString(c.getColumnIndex(Members.TITLE)));
270 assertEquals(Audio2.TITLE, c.getString(c.getColumnIndex(Members.TITLE)));
MediaStore_Audio_Genres_MembersTest.java 127 assertEquals(Audio1.TITLE, c.getString(c.getColumnIndex(Members.TITLE)));
MediaStore_Audio_AlbumsTest.java 175 v.put(Media.TITLE, "testing");
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
html.js 153 TITLE: 'title',
250 SPECIAL_ELEMENTS[NS.HTML][$.TITLE] = true;
266 SPECIAL_ELEMENTS[NS.SVG][$.TITLE] = true;
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_window.py 24 TITLE = "Touch Firmware Test"
239 self.win.set_title(TITLE)
243 self.prompt_frame = PromptFrame(TITLE, prompt_size)
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 57 * application (title, author, album, duration), as well as the ability to
82 /** Menu item to sort the music list by track title. */
84 /** Menu item to sort the music list by album title. */
92 MediaStore.Audio.Media.TITLE,
303 mTitleIdx = cursor.getColumnIndex(MediaStore.Audio.Media.TITLE);
596 where.append(MediaStore.Audio.Media.TITLE + " != ''");
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/
tokenizer_proxy.js 63 if (tn === $.TEXTAREA || tn === $.TITLE)
  /frameworks/base/media/java/android/media/
RingtoneManager.java 165 * Given to the ringtone picker as a {@link CharSequence}. The title to
169 public static final String EXTRA_RINGTONE_TITLE = "android.intent.extra.ringtone.TITLE";
198 MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE,
204 MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE,
217 * title.
Metadata.java 89 public static final int TITLE = 5; // String
256 // Map to associate a Metadata key (e.g TITLE) with the offset of
280 | metadata key | // TITLE
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 66 public GroupSelectionItem(long groupId, String title, boolean checked) {
68 this.mTitle = title;
262 String title = mGroupMetaData.getString(GroupMetaDataLoader.TITLE); local
263 if (!TextUtils.isEmpty(title)) {
267 sb.append(title);
320 String title = mGroupMetaData.getString(GroupMetaDataLoader.TITLE); local
322 mAdapter.add(new GroupSelectionItem(groupId, title, checked));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 48 private static final String TITLE = "Systrace (Android System Trace)";
94 setTitle(TITLE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 51 private static final String TITLE = "OpenGL ES Trace Options";
104 setTitle(TITLE);
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 92 mTitle = (TextView) findViewById(R.id.title);
180 map.put(MediaStore.MediaColumns.TITLE,
  /external/boringssl/src/crypto/perlasm/
x86masm.pl 81 TITLE $_[0].asm
  /frameworks/base/core/java/android/provider/
BrowserContract.java 169 * The user visible title.
172 public static final String TITLE = "title";
MediaStore.java 175 * The name of the Intent-extra used to define the song title
177 public static final String EXTRA_MEDIA_TITLE = "android.intent.extra.title";
411 * The title of the content
414 public static final String TITLE = "title";
560 * The title of the content
563 public static final String TITLE = "title";
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java 123 String title = mCursor.getString(GroupListLoader.TITLE); local
143 return new GroupListItem(accountName, accountType, dataSet, groupId, title,
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteraction.java 47 String title = getTitle(); local
48 if (TextUtils.isEmpty(title)) {
51 return title;
274 return mValues.getAsString(Attendees.TITLE);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/dataitem/
DataItemTests.java 277 mValues1.put(Organization.TITLE, title1);
278 mValues2.put(Organization.TITLE, title1);
279 mValues3.put(Organization.TITLE, title2);
280 mValues4.put(Organization.TITLE, title1);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 57 VideoColumns.TITLE,

Completed in 536 milliseconds

1 2 34 5 6 7 8 91011