Home
last modified time | relevance | path

Searched defs:falseContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileLifecycleManagerTest.java466 Context falseContext = mock(Context.class); in testFalseBindCallsUnbind() local
490 Context falseContext = mock(Context.class); in testVersionUDoesNotBindsAllowBackgroundActivity() local
513 Context falseContext = mock(Context.class); in testVersionLessThanUBindsAllowBackgroundActivity() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsProviderLifecycleManagerTest.kt246 val falseContext = mock<Context>() in testFalseBindCallsUnbind() constant