Searched refs:mMockIDumpstate (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 164 @Mock private IDumpstate mMockIDumpstate; field in BugreportReceiverTest 192 mService.mBugreportManager = new BugreportManager(mContext, mMockIDumpstate); in setUp() 202 }).when(mMockIDumpstate).startBugreport(anyInt(), any(), any(), any(), anyInt(), anyInt(), in setUp() 545 verify(mMockIDumpstate, times(1)).startBugreport(anyInt(), any(), any(), any(), in testBugreportRequestTwice_oneStartBugreportInvoked() 610 verify(mMockIDumpstate, timeout(TIMEOUT)).startBugreport(anyInt(), any(), any(), any(), in sendBugreportStarted()
|