OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindToService
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Music/src/com/android/music/
MusicBrowserActivity.java
54
mToken = MusicUtils.
bindToService
(this, autoshuffle);
MediaPickerActivity.java
63
mToken = MusicUtils.
bindToService
(this);
MusicUtils.java
163
public static ServiceToken
bindToService
(Activity context) {
164
return
bindToService
(context, null);
167
public static ServiceToken
bindToService
(Activity context, ServiceConnection callback) {
[
all
...]
PlaylistBrowserActivity.java
98
mToken = MusicUtils.
bindToService
(this, new ServiceConnection() {
QueryBrowserActivity.java
84
mToken = MusicUtils.
bindToService
(this, this);
AlbumBrowserActivity.java
101
mToken = MusicUtils.
bindToService
(this, this);
ArtistAlbumBrowserActivity.java
97
mToken = MusicUtils.
bindToService
(this, this);
[
all
...]
MediaPlaybackActivity.java
476
mToken = MusicUtils.
bindToService
(this, osc);
[
all
...]
TrackBrowserActivity.java
180
mToken = MusicUtils.
bindToService
(this, this);
[
all
...]
Completed in 1735 milliseconds