|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xtremelabs.robolectric.shadows.ShadowContext
com.xtremelabs.robolectric.shadows.ShadowContextWrapper
com.xtremelabs.robolectric.shadows.ShadowService
@Implements(value=android.app.Service.class) public class ShadowService
Constructor Summary | |
---|---|
ShadowService()
|
Method Summary | |
---|---|
void |
assertNoBroadcastListenersRegistered()
|
android.app.Application |
getApplication()
|
android.content.Context |
getApplicationContext()
|
void |
onDestroy()
|
Methods inherited from class com.xtremelabs.robolectric.shadows.ShadowContextWrapper |
---|
__constructor__, getContentResolver, getNextStartedActivity, getNextStartedService, getPackageManager, getPackageName, getResources, getSharedPreferences, getSystemService, peekNextStartedActivity, peekNextStartedService, registerReceiver, sendBroadcast, startActivity, startService, unregisterReceiver |
Methods inherited from class com.xtremelabs.robolectric.shadows.ShadowContext |
---|
getResourceLoader, getString, getString, getText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShadowService()
Method Detail |
---|
@Implementation public final android.app.Application getApplication()
@Implementation public android.content.Context getApplicationContext()
getApplicationContext
in class ShadowContextWrapper
@Implementation public void onDestroy()
public void assertNoBroadcastListenersRegistered()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |