Home
last modified time | relevance | path

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

/packages/modules/Permission/SafetyCenter/ConfigLintChecker/java/android/safetycenter/lint/
DConfigSchemaDetector.kt69 if (testSchema(sdk, context)) { in run()
83 testSchema(sdk, context) in run()
87 private fun testSchema(sdk: Int, context: Context): Boolean { in testSchema() method
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java537 AppSearchSchema testSchema = in testLoggingStats_putDocument_success() local
551 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_putDocument_success()
590 AppSearchSchema testSchema = in testLoggingStats_putDocument_failure() local
604 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_putDocument_failure()
645 AppSearchSchema testSchema = in testLoggingStats_search_success() local
659 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_search_success()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DMediaProviderTest.java157 public void testSchema() { in testSchema() method in MediaProviderTest