Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotDetectionControllerTest.kt126 val activityInfo3 = mock(ActivityInfo::class.java) regex
148 .thenReturn(activityInfo3)
152 whenever(activityInfo3.loadLabel(eq(packageManager))).thenReturn(appName3)