Lines Matching full:token
182 public static void unbindFromService(ServiceToken token) {183 if (token == null) {184 Log.e("MusicUtils", "Trying to unbind with null token");187 ContextWrapper cw = token.mWrappedContext;