Home
last modified time | relevance | path

Searched refs:mIsDebugReporting (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DTrigger.java65 private boolean mIsDebugReporting; field in Trigger
101 mIsDebugReporting = false; in Trigger()
118 && mIsDebugReporting == trigger.mIsDebugReporting in equals()
293 return mIsDebugReporting; in isDebugReporting()
694 mBuilding.mIsDebugReporting = isDebugReporting; in setIsDebugReporting()
DSource.java87 private boolean mIsDebugReporting; field in Source
434 mIsDebugReporting = false; in Source()
595 && mIsDebugReporting == source.mIsDebugReporting in equals()
891 return mIsDebugReporting; in isDebugReporting()
1389 builder.setIsDebugReporting(copyFrom.mIsDebugReporting); in from()
1535 mBuilding.mIsDebugReporting = isDebugReporting; in setIsDebugReporting()