Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotDetectionControllerTest.kt125 val activityInfo2 = mock(ActivityInfo::class.java) regex
141 .thenReturn(activityInfo2)
151 whenever(activityInfo2.loadLabel(eq(packageManager))).thenReturn(appName2)