Searched refs:mockPi (Results 1 – 1 of 1) sorted by relevance
323 final PendingIntent mockPi = mock(PendingIntent.class, Answers.RETURNS_DEEP_STUBS); in getNewMockPendingIntent() local324 when(mockPi.getCreatorUid()).thenReturn(mockUid); in getNewMockPendingIntent()325 when(mockPi.getCreatorPackage()).thenReturn(TEST_CALLING_PACKAGE); in getNewMockPendingIntent()326 return mockPi; in getNewMockPendingIntent()