Searched refs:isAppsearchDeleteJobEnabled (Results 1 – 3 of 3) sorted by relevance
203 doReturn(false).when(mAdservicesPhFlags).isAppsearchDeleteJobEnabled(); in schedulePeriodic_onDisabledFlag_shouldNotSchedule()210 verify(mAdservicesPhFlags).isAppsearchDeleteJobEnabled(); in schedulePeriodic_onDisabledFlag_shouldNotSchedule()222 doReturn(true).when(mAdservicesPhFlags).isAppsearchDeleteJobEnabled(); in schedulePeriodic_onExistingJob_shouldNotSchedule()230 verify(mAdservicesPhFlags).isAppsearchDeleteJobEnabled(); in schedulePeriodic_onExistingJob_shouldNotSchedule()243 doReturn(true).when(mAdservicesPhFlags).isAppsearchDeleteJobEnabled(); in schedulePeriodic_onNonExistingJob_EnabledJob_shouldSchedule()259 .isAppsearchDeleteJobEnabled(); in schedulePeriodic_onNonExistingJob_EnabledJob_shouldSchedule()280 doReturn(false).when(mAdservicesPhFlags).isAppsearchDeleteJobEnabled(); in onStartJob_disabledJob()291 .isAppsearchDeleteJobEnabled(); in onStartJob_disabledJob()307 doReturn(true).when(mAdservicesPhFlags).isAppsearchDeleteJobEnabled(); in onStartJob_onDoNothing()320 .isAppsearchDeleteJobEnabled(); in onStartJob_onDoNothing()[all …]
79 public boolean isAppsearchDeleteJobEnabled() { in isAppsearchDeleteJobEnabled() method in AdservicesPhFlags
107 if (!adservicesPhFlags.isAppsearchDeleteJobEnabled()) { in onStartJob()418 if (!adservicesPhFlags.isAppsearchDeleteJobEnabled()) { in scheduleAdServicesAppsearchDeletePeriodicJob()