|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchType | |
---|---|
sk.baka.ambient.activity.main | |
sk.baka.ambient.activity.search |
Uses of SearchType in sk.baka.ambient.activity.main |
---|
Methods in sk.baka.ambient.activity.main with parameters of type SearchType | |
---|---|
void |
StaticPlaylistController.setResults(List<TrackMetadataBean> tracks,
String query,
SearchType type)
Shows given search result on the list view. |
Uses of SearchType in sk.baka.ambient.activity.search |
---|
Methods in sk.baka.ambient.activity.search that return SearchType | |
---|---|
SearchType |
AmpacheEngine.getType()
|
SearchType |
MagnatuneEngine.getType()
|
SearchType |
SkreemrEngine.getType()
|
SearchType |
CollectionEngine.getType()
|
SearchType |
ShoutcastEngine.getType()
|
SearchType |
LibraryEngine.getType()
|
SearchType |
ISearchEngine.getType()
Returns the type of this engine. |
SearchType |
PlaylistEngine.getType()
|
static SearchType |
SearchActivity.getType(Bundle bundle)
Returns stored query from the bundle. |
static SearchType |
SearchType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SearchType[] |
SearchType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |