Searched refs:maybeTakeSystemAppsSnapshot (Results 1 – 4 of 4) sorted by relevance
96 verify(mLogic).maybeTakeSystemAppsSnapshot(TEST_USER_ID); in testNoAppsToDelete()118 verify(mLogic).maybeTakeSystemAppsSnapshot(TEST_USER_ID); in testAppsToDelete()138 verify(mLogic).maybeTakeSystemAppsSnapshot(TEST_USER_ID); in testAllAppsAlreadyDeleted()162 verify(mLogic).maybeTakeSystemAppsSnapshot(TEST_USER_ID); in testDeletionFailed()
166 logic.maybeTakeSystemAppsSnapshot(TEST_USER_ID); in testMaybeTakeSnapshot_NewLeave()179 logic.maybeTakeSystemAppsSnapshot(TEST_USER_ID); in testMaybeTakeSnapshot_NewDelete()194 logic.maybeTakeSystemAppsSnapshot(TEST_USER_ID); in testMaybeTakeSnapshot_OtaLeave()209 logic.maybeTakeSystemAppsSnapshot(TEST_USER_ID); in testMaybeTakeSnapshot_OtaDelete()
98 mLogic.maybeTakeSystemAppsSnapshot(userId); in run()
134 public void maybeTakeSystemAppsSnapshot(int userId) { in maybeTakeSystemAppsSnapshot() method in NonRequiredAppsLogic