HomeSort by relevance Sort by last modified time
    Searched refs:rawResId (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/android/
PlatformBridge.h 116 enum rawResId {
125 static String* globalLocalizedName(rawResId resId);
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 175 private void copyRawToFile(int rawResId, File outFile) {
179 is = res.openRawResource(rawResId);
181 fail("Failed to load resource with id: " + rawResId);
  /frameworks/base/core/tests/coretests/src/com/android/server/
MountServiceTests.java 119 private void copyRawToFile(int rawResId, File outFile) {
123 is = res.openRawResource(rawResId);
125 fail("Failed to load resource with id: " + rawResId);
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 224 * @param rawResId The raw resource ID of the OBB resource file
228 private void copyRawToFile(int rawResId, File outFile) throws NotFoundException {
232 is = res.openRawResource(rawResId);
234 Log.i(LOG_TAG, "Failed to load resource with id: " + rawResId);
248 * @param rawResId The raw resource ID of the OBB file in the package
251 protected File createObbFile(String name, int rawResId) {
256 copyRawToFile(rawResId, outFile);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 443 InstallParams(String outFileName, int rawResId) {
444 this.pkg = getParsedPackage(outFileName, rawResId);
551 private PackageParser.Package getParsedPackage(String outFileName, int rawResId) {
555 Uri packageURI = getInstallablePackage(rawResId, outFile);
608 int rawResId, int flags, boolean cleanUp, boolean fail, int result,
610 InstallParams ip = new InstallParams(outFileName, rawResId);
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.h 116 WTF::String getRawResourceFilename(WebCore::PlatformBridge::rawResId) const;
WebCoreFrameBridge.cpp 138 WebCore::PlatformBridge::rawResId resId)
157 void initGlobalLocalizedName(WebCore::PlatformBridge::rawResId resId,
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 342 WebCore::PlatformBridge::rawResId id = WebCore::PlatformBridge::NoDomain;
    [all...]

Completed in 245 milliseconds