HomeSort by relevance Sort by last modified time
    Searched full:podcasts (Results 1 - 19 of 19) sorted by null

  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 392 intent.putExtra("playlist", "podcasts");
429 // do a query for all files that are podcasts
516 // check if there are any podcasts
524 ArrayList<Object> podcasts = new ArrayList<Object>(2); local
525 podcasts.add(PODCASTS_PLAYLIST);
526 podcasts.add(getString(R.string.podcasts_listitem));
527 autoplaylistscursor.addRow(podcasts);
TrackBrowserActivity.java 208 !(mPlaylist.equals("podcasts") || mPlaylist.equals("recentlyadded")));
474 } else if (mPlaylist.equals("podcasts")){
    [all...]
  /packages/apps/Music/res/values-el/
strings.xml 72 <string name="podcasts_listitem" msgid="8657809279717670634">"Podcasts"</string>
73 <string name="podcasts_title" msgid="4928414142496858304">"Podcasts"</string>
  /frameworks/base/core/java/android/os/
Environment.java 103 * in the list of podcasts that the user can select (not as regular
111 public static String DIRECTORY_PODCASTS = "Podcasts";
  /packages/apps/Music/res/values-da/
strings.xml 72 <string name="podcasts_listitem" msgid="8657809279717670634">"Podcasts"</string>
73 <string name="podcasts_title" msgid="4928414142496858304">"Podcasts"</string>
  /packages/apps/Music/res/values-de/
strings.xml 72 <string name="podcasts_listitem" msgid="8657809279717670634">"Podcasts"</string>
73 <string name="podcasts_title" msgid="4928414142496858304">"Podcasts"</string>
  /packages/apps/Music/res/values-es/
strings.xml 72 <string name="podcasts_listitem" msgid="8657809279717670634">"Podcasts"</string>
73 <string name="podcasts_title" msgid="4928414142496858304">"Podcasts"</string>
  /packages/apps/Music/res/values-es-rUS/
strings.xml 72 <string name="podcasts_listitem" msgid="8657809279717670634">"Podcasts"</string>
73 <string name="podcasts_title" msgid="4928414142496858304">"Podcasts"</string>
  /packages/apps/Music/res/values-fr/
strings.xml 72 <string name="podcasts_listitem" msgid="8657809279717670634">"Podcasts"</string>
73 <string name="podcasts_title" msgid="4928414142496858304">"Podcasts"</string>
  /packages/apps/Music/res/values-nb/
strings.xml 72 <string name="podcasts_listitem" msgid="8657809279717670634">"Podcasts"</string>
73 <string name="podcasts_title" msgid="4928414142496858304">"Podcasts"</string>
  /packages/apps/Music/res/values-nl/
strings.xml 72 <string name="podcasts_listitem" msgid="8657809279717670634">"Podcasts"</string>
73 <string name="podcasts_title" msgid="4928414142496858304">"Podcasts"</string>
  /packages/apps/Music/res/values-pt/
strings.xml 72 <string name="podcasts_listitem" msgid="8657809279717670634">"Podcasts"</string>
73 <string name="podcasts_title" msgid="4928414142496858304">"Podcasts"</string>
  /packages/apps/Music/res/values-pt-rPT/
strings.xml 72 <string name="podcasts_listitem" msgid="8657809279717670634">"Podcasts"</string>
73 <string name="podcasts_title" msgid="4928414142496858304">"Podcasts"</string>
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaMimeTest.java 89 // the download manager downcasts it) for their MP3 podcasts. This is non
  /packages/apps/Music/res/values/
strings.xml 141 <!-- The name of the pseudo-playlist that holds all the podcasts, shown in list view -->
142 <string name="podcasts_listitem">Podcasts</string>
143 <!-- The name of the pseudo-playlist that holds all the podcasts, shown in title bar of songs list -->
144 <string name="podcasts_title">Podcasts</string>
  /frameworks/base/media/java/android/media/
MediaScanner.java 165 private static final String PODCAST_DIR = "/podcasts/";
514 boolean podcasts = (lowpath.indexOf(PODCAST_DIR) > 0);
516 (!ringtones && !notifications && !alarms && !podcasts);
522 result = endFile(entry, ringtones, notifications, alarms, music, podcasts);
606 // audio/mp4 mimetype, even if they are really "enhanced podcasts"
654 boolean alarms, boolean music, boolean podcasts)
727 values.put(Audio.Media.IS_PODCAST, podcasts);
    [all...]
  /frameworks/base/docs/html/resources/articles/
timed-ui-updates.jd 23 that we use when recording podcasts; when you start the recording, you
  /frameworks/base/docs/html/guide/topics/data/
data-storage.jd 334 <li><code>Podcasts/</code> - Media scanner classifies all media found here as a podcast.</li>
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 680 db.execSQL("UPDATE audio_meta SET is_podcast=1 WHERE _data LIKE '%/podcasts/%';");
    [all...]

Completed in 286 milliseconds