Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAudioCapabilitiesReceiver.java94 Intent stickyIntent = null; in register() local
97 stickyIntent = in register()
101 audioCapabilities = AudioCapabilities.getCapabilities(context, stickyIntent); in register()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInstrumentation.java634 for (Intent stickyIntent : stickyIntents.values()) {
635 if (filter.matchAction(stickyIntent.getAction())) {
637 result = stickyIntent;
640 receiver.setPendingResult(ShadowBroadcastPendingResult.createSticky(stickyIntent));
641 receiver.onReceive(context, stickyIntent);