Searched refs:getFledgeAuctionServerEnableDebugReporting (Results 1 – 6 of 6) sorted by relevance
62 when(mFlagsMock.getFledgeAuctionServerEnableDebugReporting()).thenReturn(false); in setUp()78 verify(mFlagsMock, never()).getFledgeAuctionServerEnableDebugReporting(); in isDisabled_withAdIdServiceKillSwitchTrue()87 when(mFlagsMock.getFledgeAuctionServerEnableDebugReporting()).thenReturn(false); in isDisabled_withDisabledDebugReporting()92 verify(mFlagsMock, times(1)).getFledgeAuctionServerEnableDebugReporting(); in isDisabled_withDisabledDebugReporting()101 when(mFlagsMock.getFledgeAuctionServerEnableDebugReporting()).thenReturn(true); in isDisabled_withLatTrue()117 when(mFlagsMock.getFledgeAuctionServerEnableDebugReporting()).thenReturn(true); in isEnabled_withLatFalse()
4614 public boolean getFledgeAuctionServerEnableDebugReporting() { in getFledgeAuctionServerEnableDebugReporting() method in AuctionServerE2ETest.AuctionServerE2ETestFlags
81 return flags.getFledgeAuctionServerEnableDebugReporting(); in getEnablementStatus()
2399 public boolean getFledgeAuctionServerEnableDebugReporting() { in getFledgeAuctionServerEnableDebugReporting() method in PhFlags4744 + getFledgeAuctionServerEnableDebugReporting()); in dump()4754 + getFledgeAuctionServerEnableDebugReporting()); in dump()
1769 default boolean getFledgeAuctionServerEnableDebugReporting() { in getFledgeAuctionServerEnableDebugReporting() method
3471 Flags::getFledgeAuctionServerEnableDebugReporting); in testFledgeAuctionServerEnableDebugReporting()