Package org.robolectric.shadows
Class ShadowIAppOpsService.ShadowStub
- java.lang.Object
-
- org.robolectric.shadows.ShadowIAppOpsService.ShadowStub
-
- Enclosing class:
- ShadowIAppOpsService
@Implements(value=com.android.internal.app.IAppOpsService.Stub.class, isInAndroidSdk=false) public static class ShadowIAppOpsService.ShadowStub extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowStub()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.android.internal.app.IAppOpsService
asInterface(IBinder obj)
-
-
-
Method Detail
-
asInterface
@Implementation(minSdk=18) public static com.android.internal.app.IAppOpsService asInterface(IBinder obj)
-
-