Searched refs:schemes (Results 1 – 3 of 3) sorted by relevance
/cts/tests/mediaprovider/src/android/provider/cts/media/ |
D | MediaStoreIntentsTest.java | 115 final String[] schemes = new String[] { in testViewImageFile() local 123 for (String scheme : schemes) { in testViewImageFile() 136 final String[] schemes = new String[] { in testViewVideoFile() local 142 for (String scheme : schemes) { in testViewVideoFile() 155 final String[] schemes = new String[] { in testViewAudioFile() local 161 for (String scheme : schemes) { in testViewAudioFile()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | IntentFilterTest.java | 1684 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match() argument 1703 if (schemes != null) { in Match() 1704 for (int i = 0; i < schemes.length; i++) { in Match() 1705 addDataScheme(schemes[i]); in Match() 1715 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match() argument 1717 this(actions, categories, mimeTypes, schemes, authorities, ports); in Match() 1725 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match() argument 1728 this(actions, categories, mimeTypes, schemes, authorities, ports, paths, pathTypes); in Match()
|
/cts/hostsidetests/appsecurity/test-apps/tinyapp/ |
D | Android.bp | 48 // This is the test package signed using the V1/V2 signature schemes with
|