Searched refs:setIsU18Account (Results 1 – 14 of 14) sorted by relevance
32 .setIsU18Account(0) in testWriteToParcel()63 .setIsU18Account(0) in testToString()
32 .setIsU18Account(0) in testWriteToParcel()
77 .setIsU18Account(BOOLEAN_UNKNOWN)351 public boolean setIsU18Account(boolean isU18Account) { in setIsU18Account() method in AdServicesExtDataStorageServiceManager354 .setIsU18Account(isU18Account ? BOOLEAN_TRUE : BOOLEAN_FALSE) in setIsU18Account()438 .setIsU18Account(isU18Account) in constructParams()
138 .setIsU18Account( in getAdServicesExtData()
81 .setIsU18Account(BOOLEAN_TRUE)380 expect.that(mManager.setIsU18Account(false)).isTrue(); in testSetIsU18Account_withFalse()388 expect.that(mManager.setIsU18Account(true)).isTrue(); in testSetIsU18Account_withTrue()402 new AdServicesExtDataParams.Builder().setIsU18Account(BOOLEAN_FALSE).build(); in testGetIsU18Account_withZeroRetrieved_returnsFalse()
60 .setIsU18Account(BOOLEAN_TRUE)
63 .setIsU18Account(BOOLEAN_TRUE)
221 mAdExtDataManager.setIsU18Account(isU18Account); in setU18Account()
2256 () -> mAdExtDataManager.setIsU18Account(isU18Account),
268 public AdServicesExtDataParams.Builder setIsU18Account(@TriStateBoolean int isU18Account) { in setIsU18Account() method in AdServicesExtDataParams.Builder
201 verify(mAdExtDataManager).setIsU18Account(eq(true)); in testSetIsU18Account()
4227 verify(mAdServicesExtDataManagerMock).setIsU18Account(anyBoolean()); in isU18AccountTest_ppapiAndAdExtDataServiceOnly()
64 .setIsU18Account(BOOLEAN_TRUE)73 .setIsU18Account(BOOLEAN_UNKNOWN)
65 .setIsU18Account(BOOLEAN_TRUE)74 .setIsU18Account(BOOLEAN_UNKNOWN)