Searched defs:environment (Results 1 – 5 of 5) sorted by relevance
38 @NonNull InspectorEnvironment environment) { in createInspector()
45 EntryExitMatchingHookRegistry(InspectorEnvironment environment) { in EntryExitMatchingHookRegistry()
56 RoomInvalidationRegistry(InspectorEnvironment environment) { in RoomInvalidationRegistry()
188 SqliteInspector(@NonNull Connection connection, @NonNull InspectorEnvironment environment) { in SqliteInspector()
42 @get:Rule val environment = SqliteInspectorTestEnvironment(countingExecutorService) constant in androidx.sqlite.inspection.test.CancellationQueryTest