Searched refs:STRING_ASSET (Results 1 – 2 of 2) sorted by relevance
37 private static final String STRING_ASSET = "This is a test asset"; field in ResourceSandboxedSdkProvider61 if (!readAsset.equals(STRING_ASSET)) { in onLoadSdk()63 new Throwable(createErrorMessage(STRING_ASSET, readAsset)), new Bundle()); in onLoadSdk()
84 private static final String STRING_ASSET = "This is a test asset"; field in CtsSdkProviderApiImpl135 if (!readAsset.equals(STRING_ASSET)) { in checkResourcesAndAssets()136 throw new IllegalStateException(createErrorMessage(STRING_ASSET, readAsset)); in checkResourcesAndAssets()