Searched refs:cleanupVendorData (Results 1 – 4 of 4) sorted by relevance
128 doNothing().when(mSpyOnDevicePersonalizationMaintenanceJob).cleanupVendorData(any()); in setup()163 verify(mSpyOnDevicePersonalizationMaintenanceJob).cleanupVendorData(sContext); in testGetExecutionFuture()244 doCallRealMethod().when(mSpyOnDevicePersonalizationMaintenanceJob).cleanupVendorData(any()); in testVendorDataCleanup()255 mSpyOnDevicePersonalizationMaintenanceJob.cleanupVendorData(sContext); in testVendorDataCleanup()295 mSpyOnDevicePersonalizationMaintenanceJob.cleanupVendorData(sContext); in testVendorDataCleanup()311 doCallRealMethod().when(mSpyOnDevicePersonalizationMaintenanceJob).cleanupVendorData(any()); in testLocalDataCleanup()332 mSpyOnDevicePersonalizationMaintenanceJob.cleanupVendorData(sContext); in testLocalDataCleanup()342 doCallRealMethod().when(mSpyOnDevicePersonalizationMaintenanceJob).cleanupVendorData(any()); in testVendorDataCleanupExtraDirs()363 mSpyOnDevicePersonalizationMaintenanceJob.cleanupVendorData(sContext); in testVendorDataCleanupExtraDirs()
250 OnDevicePersonalizationMaintenanceJobService.cleanupVendorData(mContext); in testVendorDataCleanup()281 OnDevicePersonalizationMaintenanceJobService.cleanupVendorData(mContext); in testVendorDataCleanup()312 OnDevicePersonalizationMaintenanceJobService.cleanupVendorData(mContext); in testLocalDataCleanup()339 OnDevicePersonalizationMaintenanceJobService.cleanupVendorData(mContext); in testVendorDataCleanupExtraDirs()
70 cleanupVendorData(context); in getExecutionFuture()140 void cleanupVendorData(Context context) throws Exception { in cleanupVendorData() method
111 static void cleanupVendorData(Context context) throws Exception { in cleanupVendorData() method in OnDevicePersonalizationMaintenanceJobService170 cleanupVendorData(context); in onStartJob()