I have not implemented this and have not tested, but I believe that this will work for you.
, ,
putExtra callIntent
Ex: callIntent.putExtra("fromMyDialer",1);
, , , .
@Override
public void onReceive(final Context context, final Intent intent) {
if(intent.getIntExtra("fromMyDialer",0)==1)
else
}