Home
last modified time | relevance | path

Searched refs:RECENTLY_ADDED_PLAYLIST (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Music/src/com/android/music/
DPlaylistBrowserActivity.java68 private static final long RECENTLY_ADDED_PLAYLIST = -1; field in PlaylistBrowserActivity
107 if (id == RECENTLY_ADDED_PLAYLIST) { in onCreate()
306 if (mi.id == RECENTLY_ADDED_PLAYLIST) { in onCreateContextMenu()
324 if (mi.id == RECENTLY_ADDED_PLAYLIST) { in onContextItemSelected()
342 if (mi.id == RECENTLY_ADDED_PLAYLIST) { in onContextItemSelected()
393 if (id == RECENTLY_ADDED_PLAYLIST) { in onListItemClick()
521 recent.add(RECENTLY_ADDED_PLAYLIST); in mergedCursor()
600 if (id == RECENTLY_ADDED_PLAYLIST) { in bindView()