Home | History | Annotate | Download | only in com.example.android.wearable.agendadata

Lines Matching refs:intent

20 import android.content.Intent;
62 protected void onHandleIntent(Intent intent) {
64 Uri dataItemUri = intent.getData();
71 if (result.getStatus().isSuccess() && !intent.getBooleanExtra(EXTRA_SILENT, false)) {
81 if (!intent.getBooleanExtra(EXTRA_SILENT, false)) {
90 if (!intent.getBooleanExtra(EXTRA_SILENT, false)) {
99 Intent confirmationActivity = new Intent(this, ConfirmationActivity.class)
100 .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_NO_ANIMATION)