Home
last modified time | relevance | path

Searched refs:stickyIntent (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java620 final Intent stickyIntent = new Intent(action); in doSendStickyBroadcast() local
625 stickyIntent.setData(uri); in doSendStickyBroadcast()
626 context.sendStickyBroadcast(stickyIntent); in doSendStickyBroadcast()
/cts/tests/app/src/android/app/cts/
DForceStopTest.java510 final Intent stickyIntent = mTargetContext.registerReceiver(null, intentFilter); in testStickyBroadcastDispatch() local
511 assertNotNull(stickyIntent); in testStickyBroadcastDispatch()