OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bindToService
(Results
1 - 2
of
2
) sorted by null
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
BaseBindingActivity.java
67
bindToService
();
108
protected void
bindToService
() {
/packages/apps/Music/src/com/android/music/
MusicUtils.java
163
public static ServiceToken
bindToService
(Activity context) {
164
return
bindToService
(context, null);
167
public static ServiceToken
bindToService
(Activity context, ServiceConnection callback) {
[
all
...]
Completed in 29 milliseconds