Home | History | Annotate | Download | only in quickcontact

Lines Matching defs:intent

21 import android.content.Intent;
27 * intent receiver is to disable the animation that RemoveViews typically do, which interfere
32 public void onReceive(Context context, Intent intent) {
33 final Uri dataUri = intent.getData();
34 final Intent newIntent = new Intent(QuickContact.ACTION_QUICK_CONTACT);
35 newIntent.setSourceBounds(intent.getSourceBounds());
36 newIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);