Searched refs:CancelActivity (Results 1 – 2 of 2) sorted by relevance
211 final Intent intent = new Intent(context, CancelActivity.class); in constructProgressNotification()215 .appendQueryParameter(CancelActivity.JOB_ID, String.valueOf(jobId)) in constructProgressNotification()216 .appendQueryParameter(CancelActivity.DISPLAY_NAME, displayName) in constructProgressNotification()217 .appendQueryParameter(CancelActivity.TYPE, String.valueOf(type)).build(); in constructProgressNotification()
36 public class CancelActivity extends Activity implements ServiceConnection { class51 bindService(new Intent(CancelActivity.this, in onClick()52 VCardService.class), CancelActivity.this, Context.BIND_AUTO_CREATE); in onClick()