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

1 2 3 4 56 7 8 91011>>

  /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
81 /** Menu item to sort the music list by track title. */
83 /** Menu item to sort the music list by album title. */
90 MediaStore.Audio.Media.TITLE, MediaStore.Audio.Media.TITLE_KEY,
296 mTitleIdx = cursor.getColumnIndex(MediaStore.Audio.Media.TITLE);
592 where.append(MediaStore.Audio.Media.TITLE + " != ''");
  /packages/apps/Music/src/com/android/music/utils/
MusicProvider.java 63 private static final String MUSIC_SORT_ORDER = MediaStore.Audio.Media.TITLE + " ASC";
192 * Very basic implementation of a search that filter music tracks which title containing
299 int audioNameColumn = cursor.getColumnIndex(MediaStore.Audio.Playlists.Members.TITLE);
358 int titleColumn = cursor.getColumnIndex(MediaStore.Audio.Media.TITLE);
363 + " Title: " + cursor.getString(titleColumn));
394 String title = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_TITLE); local
404 .putString(MediaMetadata.METADATA_KEY_TITLE, title != null ? title : UNKOWN)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
SliceBuilderUtilsTest.java 61 private final String TITLE = "title";
63 private final String SCREEN_TITLE = "screen title";
231 final SliceData data = getDummyData("", TITLE);
427 .setTitle(TITLE)
SlicesDatabaseAccessorTest.java 55 private final String FAKE_TITLE = "title";
204 values.put(SlicesDatabaseHelper.IndexColumns.TITLE, FAKE_TITLE);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java 127 assertEquals(Audio1.TITLE, c.getString(c.getColumnIndex(Members.TITLE)));
MediaStore_Audio_AlbumsTest.java 176 v.put(Media.TITLE, "testing");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/X64/
Cpu.asm 0 TITLE Cpu.asm: Assembly code for the x64 resources
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/
Cpu.asm 2 TITLE Cpu.asm: Assembly code for the x64 resources
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 70 public GroupSelectionItem(long groupId, String title, boolean checked) {
72 this.mTitle = title;
302 String title = mGroupMetaData.getString(GroupMetaDataLoader.TITLE); local
303 if (!TextUtils.isEmpty(title)) {
307 sb.append(title);
367 String title = mGroupMetaData.getString(GroupMetaDataLoader.TITLE); local
369 mAdapter.add(new GroupSelectionItem(groupId, title, checked));
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 258 private void showContentFragment(@NonNull Fragment fragment, @StringRes int title,
261 args.putInt(ErrorFragment.TITLE, title);
271 @StringRes int title, @StringRes int text) {
279 if (title != 0) {
280 args.putInt(ErrorDialogFragment.TITLE, title);
  /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/trappy/trappy/plotter/
ILinePlot.py 214 self._attr["title"] = AttrConf.TITLE
239 title = self.traces[plot_index].name
241 title = "{0}: {1}".format(self._attr["pivot"], self._attr["map_label"].get(pivot, pivot))
243 title = ""
250 self._layout.add_plot(plot_index, data_frame, title, test=test)
265 title = str(constraint)
282 self._layout.add_plot(plot_index, data_frame, title)
StaticPlot.py 89 :param title: A title describing all the generated plots
90 :type title: str
164 self._attr["title"] = AttrConf.TITLE
186 """Generates a title string for an axis"""
231 title=self._attr['title'])
  /frameworks/base/core/java/android/provider/
BrowserContract.java 169 * The user visible title.
172 public static final String TITLE = "title";
MediaStore.java 181 * The name of the Intent-extra used to define the song title
183 public static final String EXTRA_MEDIA_TITLE = "android.intent.extra.title";
417 * The title of the content
420 public static final String TITLE = "title";
574 * The title of the content
577 public static final String TITLE = "title";
    [all...]
  /frameworks/base/media/java/android/media/
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/interactions/
CalendarInteraction.java 44 String title = getTitle(); local
45 if (TextUtils.isEmpty(title)) {
48 return title;
271 return mValues.getAsString(Attendees.TITLE);
  /packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
DataItemTests.java 276 mValues1.put(Organization.TITLE, title1);
277 mValues2.put(Organization.TITLE, title1);
278 mValues3.put(Organization.TITLE, title2);
279 mValues4.put(Organization.TITLE, title1);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 57 VideoColumns.TITLE,
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
SaveVideoFileUtils.java 96 values.put(Video.Media.TITLE, mDstFileInfo.mFileName);
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DbDowngradeHelperTest.java 157 values.put(Favorites.TITLE, "title " + i);
  /system/bt/include/hardware/avrcp/
avrcp_common.h 85 TITLE = 0x01,

Completed in 595 milliseconds

1 2 3 4 56 7 8 91011>>