HomeSort by relevance Sort by last modified time
    Searched full:createfilefromresource (Results 1 - 3 of 3) sorted by null

  /frameworks/support/documents-archive/tests/src/android/support/provider/
TestUtils.java 36 static File createFileFromResource(Context context, int id) throws IOException {
StubProvider.java 76 file = TestUtils.createFileFromResource(getContext(), R.raw.archive);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
PasspointManagementObjectManagerTest.java 66 private File createFileFromResource(String configFile) throws Exception {
132 File file = createFileFromResource(R1_CONFIG_FILE);
152 File file = createFileFromResource(R2_CONFIG_FILE);
231 File file = createFileFromResource(R2_CONFIG_FILE);
274 File file = createFileFromResource(R2_CONFIG_FILE);

Completed in 136 milliseconds