Home
last modified time | relevance | path

Searched refs:testSchema (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchLoggerTest.java517 AppSearchSchema testSchema = in testLoggingStats_putDocument_success() local
531 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_putDocument_success()
565 AppSearchSchema testSchema = in testLoggingStats_putDocument_failure() local
579 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_putDocument_failure()
616 AppSearchSchema testSchema = in testLoggingStats_search_success() local
630 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_search_success()
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/
H A DMediaProviderTest.java136 public void testSchema() { in testSchema() method in MediaProviderTest