Home
last modified time | relevance | path

Searched defs:entries (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DStrictJarFileTest.java72 HashMap<String, ZipEntry> entries = new HashMap<String, ZipEntry>(); in testIteration() local
130 Iterator<ZipEntry> entries = jarFile.iterator(); in testJarSigning_wellFormed() local
/cts/tests/tests/preference2/src/android/preference2/cts/
DListPreferenceTest.java42 String[] entries = convertToStringArray((CharSequence[]) mListPref.getEntries()); in testGetEntries() local
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/src/com/android/cts/privilegedupdate/
DPrivilegedUpdateTest.java147 final List<ResolveInfo> entries = in assertFilterPriority() local
/cts/tests/tests/security/src/android/security/cts/
DListeningPortsTest.java204 List<ParsedProcEntry> entries = ParsedProcEntry.parse(procFilePath); in assertNoAccessibleListeningPorts() local
/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_TestDataBuilder.java170 Set<Map.Entry<String, Object>> entries = mValues.valueSet(); in loadUsingValues() local