Home | History | Annotate | Download | only in music

Lines Matching refs:bindToService

163     public static ServiceToken bindToService(Activity context) {
164 return bindToService(context, null);
167 public static ServiceToken bindToService(Activity context, ServiceConnection callback) {