Searched refs:CancelActivity (Results 1 – 2 of 2) sorted by relevance
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()
214 final Intent intent = new Intent(context, CancelActivity.class); in constructProgressNotification()218 .appendQueryParameter(CancelActivity.JOB_ID, String.valueOf(jobId)) in constructProgressNotification()219 .appendQueryParameter(CancelActivity.DISPLAY_NAME, displayName) in constructProgressNotification()220 .appendQueryParameter(CancelActivity.TYPE, String.valueOf(type)).build(); in constructProgressNotification()