Searched refs:testSchema (Results 1 – 3 of 3) sorted by relevance
69 if (testSchema(sdk, context)) { in run()83 testSchema(sdk, context) in run()87 private fun testSchema(sdk: Int, context: Context): Boolean { in testSchema() method
537 AppSearchSchema testSchema = in testLoggingStats_putDocument_success() local551 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_putDocument_success()590 AppSearchSchema testSchema = in testLoggingStats_putDocument_failure() local604 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_putDocument_failure()645 AppSearchSchema testSchema = in testLoggingStats_search_success() local659 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_search_success()
157 public void testSchema() { in testSchema() method in MediaProviderTest