Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Splitter/android_packages_apps_apolloMod
/ functions
Functions
756 in github.com/Splitter/android_packages_apps_apolloMod
⨍
Functions
756
◇
Types & classes
114
↓ 1 callers
Method
clearPlaylist
@param context @param plid
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:656
↓ 1 callers
Method
closeExternalStorageFiles
Called when we receive a ACTION_MEDIA_EJECT notification. @param storagePath path to mount point for the removed media
src/com/andrew/apolloMod/service/ApolloService.java:882
↓ 1 callers
Method
createHttpErrorResult
(int httpErrorCode, String errorMessage)
src/com/andrew/apolloMod/helpers/lastfm/Result.java:67
↓ 1 callers
Method
createOkResult
(Document resultDocument)
src/com/andrew/apolloMod/helpers/lastfm/Result.java:63
↓ 1 callers
Method
createRestErrorResult
(int errorCode, String errorMessage)
src/com/andrew/apolloMod/helpers/lastfm/Result.java:73
↓ 1 callers
Method
createResultFromInputStream
(InputStream inputStream)
src/com/andrew/apolloMod/helpers/lastfm/Caller.java:208
↓ 1 callers
Method
createSession
Restores a Session instance with the given session key. @param apiKey An api key @param secret A secret @param sessionKey The previously obtained ses
src/com/andrew/apolloMod/helpers/lastfm/Session.java:62
↓ 1 callers
Method
cycleRepeat
Cycle repeat states
src/com/andrew/apolloMod/ui/fragments/AudioPlayerFragment.java:235
↓ 1 callers
Method
decode
Decodes an URL encoded String <code>s</code> using the UTF-8 character encoding. @param s an encoded String @return the decoded String
src/com/andrew/apolloMod/helpers/utils/StringUtilities.java:104
↓ 1 callers
Method
defaultAppWidget
Initialize given widgets to default state, where we launch Music on default click and hide actions if service not running.
src/com/andrew/apolloMod/app/widgets/AppWidget11.java:52
↓ 1 callers
Method
defaultAppWidget
Initialize given widgets to default state, where we launch Music on default click and hide actions if service not running.
src/com/andrew/apolloMod/app/widgets/AppWidget42.java:70
↓ 1 callers
Method
defaultAppWidget
Initialize given widgets to default state, where we launch Music on default click and hide actions if service not running.
src/com/andrew/apolloMod/app/widgets/AppWidget41.java:71
↓ 1 callers
Method
deleteDiskCache
(Context context)
src/com/andrew/apolloMod/helpers/utils/ImageUtils.java:176
↓ 1 callers
Method
deliverResult
(Cursor cursor)
src/com/andrew/apolloMod/helpers/AddIdCursorLoader.java:116
↓ 1 callers
Method
doPauseResume
Play and pause music
src/com/andrew/apolloMod/ui/fragments/AudioPlayerFragment.java:275
↓ 1 callers
Method
doPauseResume
Play and pause music
src/com/andrew/apolloMod/ui/fragments/BottomActionBarFragment.java:117
↓ 1 callers
Method
downloadFile
Static utility function to download the file from the specified URL to the specified file. @param urlString @param outFile @return true if the downloa
src/com/andrew/apolloMod/helpers/utils/ApolloUtils.java:287
↓ 1 callers
Method
escapeForFileSystem
Replace the characters not allowed in file names with underscore @param name @return
src/com/andrew/apolloMod/helpers/utils/ApolloUtils.java:277
↓ 1 callers
Method
findApplyMethod
()
src/com/andrew/apolloMod/preferences/SharedPreferencesCompat.java:32
↓ 1 callers
Method
findOrCreateCache
(final Activity activity)
src/com/andrew/apolloMod/cache/ImageCache.java:46
↓ 1 callers
Method
getArtistId
()
src/com/andrew/apolloMod/service/ApolloService.java:2077
↓ 1 callers
Method
getCount
()
src/com/andrew/apolloMod/NowPlayingCursor.java:86
↓ 1 callers
Method
getCurrentArtistId
@return current artist ID
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:959
↓ 1 callers
Method
getEqualizerFrequencies
()
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:151
↓ 1 callers
Method
getFactoryBuilder
Retrieve the instance of the <code>ItemFactoryBuilder</code>. @return the instance
src/com/andrew/apolloMod/helpers/lastfm/ItemFactoryBuilder.java:58
↓ 1 callers
Method
getFavoritesId
@param context @return
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:595
↓ 1 callers
Method
getImageFromGallery
( Context context, ImageInfo imageInfo )
src/com/andrew/apolloMod/helpers/utils/ImageUtils.java:83
↓ 1 callers
Method
getInfo
Get the metadata for an album on Last.fm using the album name or a musicbrainz id. See playlist.fetch on how to get the album playlist. @param artist
src/com/andrew/apolloMod/helpers/lastfm/Album.java:71
↓ 1 callers
Method
getInfo
Retrieves detailed artist info for the given artist or mbid entry. @param artistOrMbid Name of the artist or an mbid @return detailed artist info
src/com/andrew/apolloMod/helpers/lastfm/Artist.java:62
↓ 1 callers
Method
getInputStreamFromConnection
(HttpURLConnection connection)
src/com/andrew/apolloMod/helpers/lastfm/Caller.java:194
↓ 1 callers
Method
getIntPref
@param context @param name @param def @return number of weeks used to create the Recent tab
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:456
↓ 1 callers
Method
getMediaMountedCount
()
src/com/andrew/apolloMod/service/ApolloService.java:2014
↓ 1 callers
Method
getNormalImageFromDisk
( Context context, ImageInfo imageInfo )
src/com/andrew/apolloMod/helpers/utils/ImageUtils.java:33
↓ 1 callers
Method
getObject
()
src/com/andrew/apolloMod/cache/ImageCache.java:111
↓ 1 callers
Method
getPageResults
Returns a list of entries of the type <code>T</code> for this page. @return page results
src/com/andrew/apolloMod/helpers/lastfm/PaginatedResult.java:65
↓ 1 callers
Method
getPlaylistName
@param playlist_id @return playlist name
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:1193
↓ 1 callers
Method
getQueuePosition
Returns the position in the queue @return the position in the queue
src/com/andrew/apolloMod/service/ApolloService.java:2044
↓ 1 callers
Method
getRandomSongListForCursor
@param cursor @return
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:364
↓ 1 callers
Method
getSongListForArtist
@param context @param id @return
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:467
↓ 1 callers
Method
getTrackName
@return current track name
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:1015
↓ 1 callers
Method
getType
(int column)
src/com/andrew/apolloMod/NowPlayingCursor.java:155
↓ 1 callers
Method
handleBitmapUnavailable
(ImageView imageView, String tag)
src/com/andrew/apolloMod/cache/ImageProvider.java:82
↓ 1 callers
Method
hasAttribute
Tests if this element has an attribute with the specified name. @param name Name of the attribute. @return <code>true</code> if this element has an a
src/com/andrew/apolloMod/helpers/DomElement.java:65
↓ 1 callers
Method
hasChild
Checks if this element has a child element with the given name. @param name The child's name @return <code>true</code> if this element has a child el
src/com/andrew/apolloMod/helpers/DomElement.java:95
↓ 1 callers
Method
hasInstances
Check against {@link AppWidgetManager} if there are any instances of this widget.
src/com/andrew/apolloMod/app/widgets/AppWidget11.java:77
↓ 1 callers
Method
hasInstances
Check against {@link AppWidgetManager} if there are any instances of this widget.
src/com/andrew/apolloMod/app/widgets/AppWidget42.java:97
↓ 1 callers
Method
hasInstances
Check against {@link AppWidgetManager} if there are any instances of this widget.
src/com/andrew/apolloMod/app/widgets/AppWidget41.java:97
↓ 1 callers
Method
init
(final Context context)
src/com/andrew/apolloMod/cache/ImageCache.java:32
↓ 1 callers
Method
initAboutDialog
()
src/com/andrew/apolloMod/preferences/SettingsHolder.java:90
↓ 1 callers
Method
initActionBar
Set the ActionBar title
src/com/andrew/apolloMod/activities/TracksBrowser.java:356
↓ 1 callers
Method
initActionBar
For the theme chooser
src/com/andrew/apolloMod/activities/MusicLibrary.java:259
↓ 1 callers
Method
initChangeWidgetTheme
()
src/com/andrew/apolloMod/preferences/SettingsHolder.java:79
↓ 1 callers
Method
initColorstrip
For the theme chooser
src/com/andrew/apolloMod/activities/TracksBrowser.java:347
↓ 1 callers
Method
initDeleteCache
Removes all of the cache entries.
src/com/andrew/apolloMod/preferences/SettingsHolder.java:154
↓ 1 callers
Method
initDependencies
()
src/com/andrew/apolloMod/preferences/SettingsHolder.java:133
↓ 1 callers
Method
initEqualizer
@param media player from apollo service.
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:143
↓ 1 callers
Method
initEqualizerValues
()
src/com/andrew/apolloMod/activities/SimpleEq.java:90
↓ 1 callers
Method
initPager
Initiate ViewPager and PagerAdapter
src/com/andrew/apolloMod/activities/TracksBrowser.java:435
↓ 1 callers
Method
initPager
Initiate ViewPager and PagerAdapter
src/com/andrew/apolloMod/activities/MusicLibrary.java:197
↓ 1 callers
Method
initScrollableTabs
Initiate the tabs
src/com/andrew/apolloMod/activities/MusicLibrary.java:249
↓ 1 callers
Method
initUpperHalf
Sets up the @half_and_half.xml layout
src/com/andrew/apolloMod/activities/TracksBrowser.java:382
↓ 1 callers
Method
initVisualizer
( MediaPlayer player )
src/com/andrew/apolloMod/helpers/utils/VisualizerUtils.java:45
↓ 1 callers
Method
isAlbum
(String mimeType)
src/com/andrew/apolloMod/helpers/utils/ApolloUtils.java:222
↓ 1 callers
Method
isMbid
Checks if the supplied String <i>may</i> be a Musicbrainz ID. This method returns <code>true</code> for Strings that are exactly 36 characters long an
src/com/andrew/apolloMod/helpers/utils/StringUtilities.java:122
↓ 1 callers
Method
isPlaying
@return if music is playing
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:1270
↓ 1 callers
Method
iterator
()
src/com/andrew/apolloMod/helpers/lastfm/PaginatedResult.java:88
↓ 1 callers
Method
loadImages
(ImageHolder holder, DomElement element)
src/com/andrew/apolloMod/helpers/lastfm/ImageHolder.java:67
↓ 1 callers
Method
makeInsertItems
@param ids @param offset @param len @param base
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:700
↓ 1 callers
Method
makePlaylistName
()
src/com/andrew/apolloMod/menu/PlaylistDialog.java:247
↓ 1 callers
Method
moveQueueItem
Moves an item in the queue from one position to another @param from The position the item is currently at @param to The position the item is being mo
src/com/andrew/apolloMod/service/ApolloService.java:1819
↓ 1 callers
Method
moveQueueItem
@param from The index the item is currently at. @param to The index the item is moving to.
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:191
↓ 1 callers
Method
nameForId
(long id)
src/com/andrew/apolloMod/menu/PlaylistDialog.java:289
↓ 1 callers
Method
newDocumentBuilder
()
src/com/andrew/apolloMod/helpers/lastfm/Caller.java:225
↓ 1 callers
Method
notifyWidgets
(String what)
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:1350
↓ 1 callers
Method
onBackPressed
()
src/com/andrew/apolloMod/activities/TracksBrowser.java:143
↓ 1 callers
Method
onRepeat
(View v, long duration, int repeatcount)
src/com/andrew/apolloMod/ui/widgets/RepeatingImageButton.java:135
↓ 1 callers
Method
onSearchWeb
()
src/com/andrew/apolloMod/activities/TracksBrowser.java:213
↓ 1 callers
Method
onSizeChanged
(int w, int h, int oldw, int oldh)
src/com/andrew/apolloMod/views/VerticalSeekBar.java:23
↓ 1 callers
Method
onStopLoading
Must be called from the UI thread
src/com/andrew/apolloMod/helpers/AddIdCursorLoader.java:184
↓ 1 callers
Method
onToggleButton
()
src/com/andrew/apolloMod/activities/TracksBrowser.java:360
↓ 1 callers
Method
openFile
(String file)
src/com/andrew/apolloMod/activities/PlayExternal.java:183
↓ 1 callers
Method
openPostConnection
(String method, Map<String, String> params)
src/com/andrew/apolloMod/helpers/lastfm/Caller.java:180
↓ 1 callers
Method
performUpdate
Update all active widget instances by pushing changes
src/com/andrew/apolloMod/app/widgets/AppWidget42.java:121
↓ 1 callers
Method
performUpdate
Update all active widget instances by pushing changes
src/com/andrew/apolloMod/app/widgets/AppWidget41.java:119
↓ 1 callers
Method
registerContentObserver
Registers an observer to get notifications from the content provider when the cursor needs to be refreshed.
src/com/andrew/apolloMod/helpers/AddIdCursorLoader.java:111
↓ 1 callers
Method
registerExternalStorageListener
Registers an intent to listen for ACTION_MEDIA_EJECT notifications. The intent will call closeExternalStorageFiles() if the external media is going to
src/com/andrew/apolloMod/service/ApolloService.java:895
↓ 1 callers
Method
releaseEqualizer
()
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:132
↓ 1 callers
Method
reloadQueueCursor
Reload the queue after we remove a track
src/com/andrew/apolloMod/ui/fragments/grid/QuickQueueFragment.java:209
↓ 1 callers
Method
reloadQueueCursor
Reload the queue after we remove a track
src/com/andrew/apolloMod/ui/fragments/list/NowPlayingFragment.java:88
↓ 1 callers
Method
remove
(int which)
src/com/andrew/apolloMod/ui/adapters/list/NowPlayingAdapter.java:37
↓ 1 callers
Method
removeAllTracks
Method that removes all tracks from the current queue
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:1085
↓ 1 callers
Method
removePlaylistItem
@param which
src/com/andrew/apolloMod/ui/fragments/grid/QuickQueueFragment.java:198
↓ 1 callers
Method
removePlaylistItem
(int which)
src/com/andrew/apolloMod/ui/fragments/base/DragSortListViewFragment.java:92
↓ 1 callers
Method
renamePlaylist
@param mContext @param id @param name
src/com/andrew/apolloMod/helpers/utils/MusicUtils.java:885
↓ 1 callers
Method
scanBackward
(int repcnt, long delta)
src/com/andrew/apolloMod/ui/fragments/AudioPlayerFragment.java:328
↓ 1 callers
Method
scanForward
(int repcnt, long delta)
src/com/andrew/apolloMod/ui/fragments/AudioPlayerFragment.java:367
↓ 1 callers
Method
setActivity
(QueryBrowserActivity newactivity)
src/com/andrew/apolloMod/activities/QueryBrowserActivity.java:326
↓ 1 callers
Method
setArtistId
@param artistName @param id @param key @param context
src/com/andrew/apolloMod/helpers/utils/ApolloUtils.java:242
↓ 1 callers
Method
setBackground
Used to fit a Bitmap nicely inside a View @param view @param bitmap
src/com/andrew/apolloMod/helpers/utils/ApolloUtils.java:73
↓ 1 callers
Method
setCachedBitmap
(ImageView imageView, String tag)
src/com/andrew/apolloMod/cache/ImageProvider.java:69
← previous
next →
201–300 of 756, ranked by callers