OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindToService
(Results
1 - 11
of
11
) sorted by null
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
BaseBindingActivity.java
67
bindToService
();
108
protected void
bindToService
() {
MainActivity.java
139
bindToService
();
/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 590 milliseconds