Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DBroadcastReceiverTest.java45 private static final String ACTION_BROADCAST_INTERNAL = field in BroadcastReceiverTest
175 filter.addAction(ACTION_BROADCAST_INTERNAL); in testOnReceive()
182 activity.sendBroadcast(new Intent(ACTION_BROADCAST_INTERNAL) in testOnReceive()
362 filter.addAction(ACTION_BROADCAST_INTERNAL); in testPeekService()
365 activity.sendBroadcast(new Intent(ACTION_BROADCAST_INTERNAL) in testPeekService()
376 activity.sendBroadcast(new Intent(ACTION_BROADCAST_INTERNAL) in testPeekService()