Home | History | Annotate | Download | only in music

Lines Matching refs:ServiceToken

156     public static class ServiceToken {
158 ServiceToken(ContextWrapper context) {
163 public static ServiceToken bindToService(Activity context) {
167 public static ServiceToken bindToService(Activity context, ServiceConnection callback) {
177 return new ServiceToken(cw);
183 public static void unbindFromService(ServiceToken token) {