Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/
H A DVisibilityLoggerMixinTest.java73 final Intent sourceIntent = new Intent() in shouldLogVisibleWithSource() local
77 when(activity.getIntent()).thenReturn(sourceIntent); in shouldLogVisibleWithSource()