Home
last modified time | relevance | path

Searched refs:CancelActivity (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/vcard/
DCancelActivity.java36 public class CancelActivity extends Activity implements ServiceConnection { class
51 bindService(new Intent(CancelActivity.this, in onClick()
52 VCardService.class), CancelActivity.this, Context.BIND_AUTO_CREATE); in onClick()
DNotificationImportExportListener.java212 final Intent intent = new Intent(context, CancelActivity.class); in constructProgressNotification()
216 .appendQueryParameter(CancelActivity.JOB_ID, String.valueOf(jobId)) in constructProgressNotification()
217 .appendQueryParameter(CancelActivity.DISPLAY_NAME, displayName) in constructProgressNotification()
218 .appendQueryParameter(CancelActivity.TYPE, String.valueOf(type)).build(); in constructProgressNotification()