Home | History | Annotate | Download | only in settings

Lines Matching refs:URL

29 import java.net.URL;
50 final URL appRoot = new URL("file:packages/apps/TvSettings/Settings/tests/robotests");
51 final URL manifestPath = new URL(appRoot, "AndroidManifest.xml");
52 final URL resDir = new URL(appRoot, "res");
53 final URL assetsDir = new URL(appRoot, "assets");
75 return new ResourcePath(null, Fs.fromURL(new URL(spec)), null);