Searched refs:di (Results 1 – 3 of 3) sorted by relevance
66 Intent di = new Intent(); in onReceive() local67 di.setClass(context, SmsReceivedDialog.class); in onReceive()68 di.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP); in onReceive()69 di.putExtra(SmsReceivedDialog.SMS_FROM_ADDRESS_EXTRA, fromAddress); in onReceive()70 di.putExtra(SmsReceivedDialog.SMS_FROM_DISPLAY_NAME_EXTRA, fromDisplayName); in onReceive()71 di.putExtra(SmsReceivedDialog.SMS_MESSAGE_EXTRA, message.getMessageBody().toString()); in onReceive()72 context.startActivity(di); in onReceive()
59 final Intent di = new Intent(); in onReceive() local60 di.setClass(context, MmsMessagingDemo.class); in onReceive()61 di.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP); in onReceive()62 di.putExtra(MmsMessagingDemo.EXTRA_NOTIFICATION_URL, location); in onReceive()63 context.startActivity(di); in onReceive()
14307 url: http://fasutil.di.unimi.it/