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()249 doCallRealMethod().when(mSpyOnDevicePersonalizationMaintenanceJob).cleanupVendorData(any()); in testVendorDataCleanup()260 mSpyOnDevicePersonalizationMaintenanceJob.cleanupVendorData(sContext); in testVendorDataCleanup()300 mSpyOnDevicePersonalizationMaintenanceJob.cleanupVendorData(sContext); in testVendorDataCleanup()316 doCallRealMethod().when(mSpyOnDevicePersonalizationMaintenanceJob).cleanupVendorData(any()); in testLocalDataCleanup()337 mSpyOnDevicePersonalizationMaintenanceJob.cleanupVendorData(sContext); in testLocalDataCleanup()347 doCallRealMethod().when(mSpyOnDevicePersonalizationMaintenanceJob).cleanupVendorData(any()); in testVendorDataCleanupExtraDirs()368 mSpyOnDevicePersonalizationMaintenanceJob.cleanupVendorData(sContext); in testVendorDataCleanupExtraDirs()
223 OnDevicePersonalizationMaintenanceJobService.cleanupVendorData(mContext); in testVendorDataCleanup_clearAggregatedErrorData()243 OnDevicePersonalizationMaintenanceJobService.cleanupVendorData(mContext); in testVendorDataCleanup()274 OnDevicePersonalizationMaintenanceJobService.cleanupVendorData(mContext); in testVendorDataCleanup()305 OnDevicePersonalizationMaintenanceJobService.cleanupVendorData(mContext); in testLocalDataCleanup()332 OnDevicePersonalizationMaintenanceJobService.cleanupVendorData(mContext); in testVendorDataCleanupExtraDirs()
66 cleanupVendorData(context); in getExecutionFuture()137 void cleanupVendorData(Context context) throws Exception { in cleanupVendorData() method
104 static void cleanupVendorData(Context context) throws Exception { in cleanupVendorData() method in OnDevicePersonalizationMaintenanceJobService144 cleanupVendorData(context); in onStartJob()