Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java425 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut()
429 Mockito.reset(mMockUsageStatsManagerInternal); in testPushDynamicShortcut()
438 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testPushDynamicShortcut()
440 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testPushDynamicShortcut()
442 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut()
448 Mockito.reset(mMockUsageStatsManagerInternal); in testPushDynamicShortcut()
453 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut()
457 Mockito.reset(mMockUsageStatsManagerInternal); in testPushDynamicShortcut()
463 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut()
469 Mockito.reset(mMockUsageStatsManagerInternal); in testPushDynamicShortcut()
[all …]
DShortcutManagerTest2.java2180 reset(mMockUsageStatsManagerInternal); in testReportShortcutUsed()
2184 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed()
2190 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed()
2194 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testReportShortcutUsed()
2199 reset(mMockUsageStatsManagerInternal); in testReportShortcutUsed()
2203 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed()
2209 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed()
2213 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testReportShortcutUsed()
DBaseShortcutManagerTest.java707 protected UsageStatsManagerInternal mMockUsageStatsManagerInternal; field in BaseShortcutManagerTest
870 mMockUsageStatsManagerInternal = mock(UsageStatsManagerInternal.class); in setUp()
878 LocalServices.addService(UsageStatsManagerInternal.class, mMockUsageStatsManagerInternal); in setUp()