Searched refs:getMeasurementEnableMinReportLifespanForUninstall (Results 1 – 13 of 13) sorted by relevance
124 if (mFlags.getMeasurementEnableMinReportLifespanForUninstall()) { in deleteAppUninstalledData()
270 if (mFlags.getMeasurementEnableMinReportLifespanForUninstall() in performReport()
313 if (mFlags.getMeasurementEnableMinReportLifespanForUninstall() in performReport()
472 when(mFlags.getMeasurementEnableMinReportLifespanForUninstall()).thenReturn(true); in testSendReportFailed_uninstallEnabled_deleteReport()508 when(mFlags.getMeasurementEnableMinReportLifespanForUninstall()).thenReturn(true); in testSendReportSuccess_uninstallEnabled_sendReport()560 when(mFlags.getMeasurementEnableMinReportLifespanForUninstall()).thenReturn(true); in testSendReportSuccess_uninstallEnabled_hasApps_sendReport()
445 when(mMockFlags.getMeasurementEnableMinReportLifespanForUninstall()).thenReturn(true); in testSendReportFailed_uninstallEnabled_deleteReport()500 when(mMockFlags.getMeasurementEnableMinReportLifespanForUninstall()).thenReturn(true); in testSendReportSuccess_uninstallEnabled_hasApps_sendReport()561 when(mMockFlags.getMeasurementEnableMinReportLifespanForUninstall()).thenReturn(true); in testSendReportSuccess_uninstallEnabled_sendReport()
505 when(mMockFlags.getMeasurementEnableMinReportLifespanForUninstall()).thenReturn(true); in deleteAppUninstalledData_uninstallEnabled_success()
539 Flags::getMeasurementEnableMinReportLifespanForUninstall); in testGetMeasurementEnableMinReportLifespanForUninstall()
5677 Flags::getMeasurementEnableMinReportLifespanForUninstall); in testGetMeasurementEnableMinReportLifespanForUninstall()
5137 default boolean getMeasurementEnableMinReportLifespanForUninstall() { in getMeasurementEnableMinReportLifespanForUninstall() method
3661 public boolean getMeasurementEnableMinReportLifespanForUninstall() { in getMeasurementEnableMinReportLifespanForUninstall() method in PhFlags
2291 public final boolean getMeasurementEnableMinReportLifespanForUninstall() { in getMeasurementEnableMinReportLifespanForUninstall() method in RawFlags
8092 doReturn(true).when(mMockFlags).getMeasurementEnableMinReportLifespanForUninstall(); in fetchMatchingSourcesUninstall_outsideReportLifetime_deleteSources()8169 doReturn(true).when(mMockFlags).getMeasurementEnableMinReportLifespanForUninstall(); in fetchMatchingSourcesUninstall_withinReportLifetime_ignoreSources()8244 doReturn(true).when(mMockFlags).getMeasurementEnableMinReportLifespanForUninstall(); in fetchMatchingSourcesUninstall_deleteAndIgnoreSources()8332 doReturn(true).when(mMockFlags).getMeasurementEnableMinReportLifespanForUninstall(); in fetchMatchingTriggersUninstall_outsideReportLifetime_deleteTriggers()8408 doReturn(true).when(mMockFlags).getMeasurementEnableMinReportLifespanForUninstall(); in fetchMatchingTriggersUninstall_withinReportLifetime_ignoreTriggers()8482 doReturn(true).when(mMockFlags).getMeasurementEnableMinReportLifespanForUninstall(); in fetchMatchingTriggersUninstall_deleteAndIgnoreTriggers()8568 doReturn(true).when(mMockFlags).getMeasurementEnableMinReportLifespanForUninstall(); in fetchMatchingSourcesTriggersUninstall_noReportsDelete()
677 if (mFlags.getMeasurementEnableMinReportLifespanForUninstall()) { in maybeGenerateAggregateReport()