Searched refs:ASSET_FILE (Results 1 – 2 of 2) sorted by relevance
38 private static final String ASSET_FILE = "test-asset.txt"; field in ResourceSandboxedSdkProvider59 new InputStreamReader(assets.open(ASSET_FILE)))) { in onLoadSdk()67 new Throwable("File not found: " + ASSET_FILE), new Bundle()); in onLoadSdk()
85 private static final String ASSET_FILE = "test-asset.txt"; field in CtsSdkProviderApiImpl133 new BufferedReader(new InputStreamReader(assets.open(ASSET_FILE)))) { in checkResourcesAndAssets()139 throw new IllegalStateException("File not found: " + ASSET_FILE); in checkResourcesAndAssets()