/packages/modules/AdServices/adservices/linter/tests/java/android/adservices/lint/test/ |
D | BackCompatAndroidProcessDetectorTest.kt | 30 override fun getDetector(): Detector = BackCompatAndroidProcessDetector() in getDetector() method in android.adservices.lint.test.BackCompatAndroidProcessDetectorTest
|
D | PreconditionsCheckStateDetectorTest.kt | 31 override fun getDetector(): Detector = PreconditionsCheckStateDetector() in getDetector() method in android.adservices.lint.test.PreconditionsCheckStateDetectorTest
|
D | BackCompatNewFileDetectorTest.kt | 31 override fun getDetector(): Detector = BackCompatNewFileDetector() in getDetector() method in android.adservices.lint.test.BackCompatNewFileDetectorTest
|
D | BackCompatJobServiceDetectorTest.kt | 31 override fun getDetector(): Detector = BackCompatJobServiceDetector() in getDetector() method in android.adservices.lint.test.BackCompatJobServiceDetectorTest
|
D | DeviceConfigUsageDetectorTest.kt | 31 override fun getDetector(): Detector = DeviceConfigUsageDetector() in getDetector() method in android.adservices.lint.test.DeviceConfigUsageDetectorTest
|
D | RoomDatabaseMigrationDetectorTest.kt | 31 override fun getDetector(): Detector = RoomDatabaseMigrationDetector() in getDetector() method in android.adservices.lint.test.RoomDatabaseMigrationDetectorTest
|
/packages/modules/Permission/SafetyCenter/ConfigLintChecker/tests/java/android/safetycenter/lint/test/ |
D | ConfigSchemaDetectorTest.kt | 34 override fun getDetector(): Detector = ConfigSchemaDetector() in getDetector() method in android.safetycenter.lint.test.ConfigSchemaDetectorTest
|
D | ParserExceptionDetectorTest.kt | 36 override fun getDetector(): Detector = ParserExceptionDetector() in getDetector() method in android.safetycenter.lint.test.ParserExceptionDetectorTest
|
/packages/modules/Bluetooth/tools/lint/checks/tests/com/android/bluetooth/lint/test/ |
D | GuardedLogLineDetectorTest.kt | 32 override fun getDetector(): Detector = GuardedLogLineDetector() in getDetector() method in com.android.bluetooth.lint.test.GuardedLogLineDetectorTest
|
D | LogEnforcementVariableCreationDetectorTest.kt | 32 override fun getDetector(): Detector = LogEnforcementVariableCreationDetector() in getDetector() method in com.android.bluetooth.lint.test.LogEnforcementVariableCreationDetectorTest
|