Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DNotificationImportExportListener.java211 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()
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()