Searched refs:stickyIntent (Results 1 – 2 of 2) sorted by relevance
620 final Intent stickyIntent = new Intent(action); in doSendStickyBroadcast() local625 stickyIntent.setData(uri); in doSendStickyBroadcast()626 context.sendStickyBroadcast(stickyIntent); in doSendStickyBroadcast()
510 final Intent stickyIntent = mTargetContext.registerReceiver(null, intentFilter); in testStickyBroadcastDispatch() local511 assertNotNull(stickyIntent); in testStickyBroadcastDispatch()