Class ShadowLocalBroadcastManager
java.lang.Object
org.robolectric.shadows.support.v4.ShadowLocalBroadcastManager
@Implements(android.support.v4.content.LocalBroadcastManager.class) @Deprecated public class ShadowLocalBroadcastManager extends Object
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShadowLocalBroadcastManager.Wrapper
Deprecated. -
Constructor Summary
Constructors Constructor Description ShadowLocalBroadcastManager()
Deprecated. -
Method Summary
Modifier and Type Method Description protected static android.support.v4.content.LocalBroadcastManager
getInstance(Context context)
Deprecated.List<ShadowLocalBroadcastManager.Wrapper>
getRegisteredBroadcastReceivers()
Deprecated.List<Intent>
getSentBroadcastIntents()
Deprecated.protected void
registerReceiver(BroadcastReceiver receiver, IntentFilter filter)
Deprecated.protected boolean
sendBroadcast(Intent intent)
Deprecated.protected void
unregisterReceiver(BroadcastReceiver receiver)
Deprecated.
-
Constructor Details
-
ShadowLocalBroadcastManager
public ShadowLocalBroadcastManager()Deprecated.
-
-
Method Details
-
getInstance
@Implementation protected static android.support.v4.content.LocalBroadcastManager getInstance(Context context)Deprecated. -
registerReceiver
Deprecated. -
unregisterReceiver
Deprecated. -
sendBroadcast
Deprecated. -
getSentBroadcastIntents
Deprecated. -
getRegisteredBroadcastReceivers
Deprecated.
-