Searched defs:isGiven (Results 1 – 4 of 4) sorted by relevance
41 public static AdServicesApiConsent getConsent(Boolean isGiven) { in getConsent()48 public boolean isGiven() { in isGiven() method in AdServicesApiConsent
1794 void setConsentToPpApi(boolean isGiven) throws IOException { in setConsentToPpApi()1799 void setConsentPerApiToPpApi(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsentPerApiToPpApi()1800 mDatastore.put(apiType.toPpApiDatastoreKey(), isGiven); in setConsentPerApiToPpApi() local1841 @NonNull AdServicesManager adServicesManager, boolean isGiven) { in setConsentToSystemServer()1856 boolean isGiven) { in setPerApiConsentToSystemServer()2035 void setConsentToSourceOfTruth(boolean isGiven) { in setConsentToSourceOfTruth()2067 void setPerApiConsentToSourceOfTruth(boolean isGiven, AdServicesApiType apiType) { in setPerApiConsentToSourceOfTruth()2089 apiType.toPpApiDatastoreKey(), isGiven); in setPerApiConsentToSourceOfTruth() local
135 public @NonNull Builder setIsGiven(Boolean isGiven) { in setIsGiven()
3597 boolean isGiven, int consentSourceOfTruth) throws RemoteException { in getSpiedConsentManagerForMigrationTesting()3620 boolean isGiven, in getSpiedConsentManagerForConsentPerApiTesting()3650 boolean isGiven, in verifyConsentMigration()