Searched refs:realIntent (Results 1 – 1 of 1) sorted by relevance
79 Intent realIntent = intent.getParcelableExtra(EXTRA); in onReceive() local80 if (realIntent == null) { in onReceive()84 String action = realIntent.getAction(); in onReceive()95 handleDispatchIntent(r, context, realIntent))); in onReceive()