Home
last modified time | relevance | path

Searched defs:mockito (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDynamicCodeLoggerTests.java83 @Rule public MockitoRule mockito = MockitoJUnit.rule().strictness(Strictness.LENIENT); field in DynamicCodeLoggerTests
DDexManagerTests.java72 @Rule public MockitoRule mockito = MockitoJUnit.rule().strictness(Strictness.STRICT_STUBS); field in DexManagerTests
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelperTest.java74 @Rule public MockitoRule mockito = MockitoJUnit.rule(); field in NotificationSwipeHelperTest
DNotificationStackScrollLayoutTest.java109 @Rule public MockitoRule mockito = MockitoJUnit.rule(); field in NotificationStackScrollLayoutTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java78 @Rule public MockitoRule mockito = MockitoJUnit.rule(); field in ExpandableNotificationRowTest
DNotificationGutsManagerTest.java100 @Rule public MockitoRule mockito = MockitoJUnit.rule(); field in NotificationGutsManagerTest
DNotificationInfoTest.java111 public MockitoRule mockito = MockitoJUnit.rule(); field in NotificationInfoTest