AndroidManifest#supportsLegacyResourcesMode() | N/A |
AndroidManifest#supportsBinaryResourcesMode() | N/A |
ConfigMerger | Provider<Config> |
DependencyResolver#getLocalArtifactUrls(DependencyJar) | DependencyResolver#getLocalArtifactUrl(DependencyJar) |
Fs#fileFromPath(String path) | Fs#fromUrl(path) |
Fs#newFile(File file) | file.toPath() |
FsFile#getPath() | Fs#externalize(this) |
FsFile#join(String name) | this.resolve(name) |
InvokeDynamicClassInstrumentor | ClassInstrumentor |
ManifestIdentifier(Path, Path, Path, String, List<Path>) | ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>) |
MavenManifestFactory | N/A |
PackageItemData#getClassName() | PackageItemData#getName() |
Provider<T> | javax.inject.Provider<T> |
Qualifiers#addScreenWidth(String, int) | Configuration#screenWidthDp |
Qualifiers#addSmallestScreenWidth(String, int) | Configuration#smallestScreenWidthDp |
Qualifiers#getOrientation(String) | Configuration#orientation |
Qualifiers#getPlatformVersion(String) | Build.VERSION#SDK_INT |
Qualifiers#getScreenWidth(String) | Configuration#screenWidthDp |
Qualifiers#getSmallestScreenWidth(String) | Configuration#smallestScreenWidthDp |
RoboSettings | Set the specific system property directly |
Scheduler#idleConstantly(boolean) | Scheduler#setIdleState(IdleState) |
SdkPicker | DefaultSdkPicker |
ShadowApplication#addWakeLock(PowerManager.WakeLock wl) | ShadowPowerManager.addWakeLock(wl) |
ShadowApplication#clearWakeLocks() | ShadowPowerManager.clearWakeLocks() |
ShadowApplication#getAppWidgetManager() | Context#getSystemService(Context.APPWIDGET_SERVICE) |
ShadowApplication#getBluetoothAdapter() | BluetoothManager#getAdapter() |
ShadowApplication#getForegroundThreadScheduler() | Robolectric.getForegroundThreadScheduler() |
ShadowApplication#getInstance() | shadowOf(RuntimeEnvironment.getApplication()) |
ShadowApplication#getLatestWakeLock() | ShadowPowerManager.getLatestWakeLock() |
ShadowMap#convertToShadowName(String) | N/A |
XmlResourceParserImpl(Document, String, String, String, ResourceTable) | XmlResourceParserImpl(Document, Path, String, String, ResourceTable) |