Searched refs:KEY_RVC_POST_OTA_NOTIFICATION_ENABLED (Results 1 – 9 of 9) sorted by relevance
19 import static com.android.adservices.service.FlagsConstants.KEY_RVC_POST_OTA_NOTIFICATION_ENABLED;90 doReturn(true).when(mUxStatesManager).getFlag(KEY_RVC_POST_OTA_NOTIFICATION_ENABLED); in isEligibleTest_isRvcAdultUser()103 doReturn(true).when(mUxStatesManager).getFlag(KEY_RVC_POST_OTA_NOTIFICATION_ENABLED); in isEligibleTest_notRvcAdultUser()
20 import static com.android.adservices.service.FlagsConstants.KEY_RVC_POST_OTA_NOTIFICATION_ENABLED;175 doReturn(true).when(mUxStatesManager).getFlag(KEY_RVC_POST_OTA_NOTIFICATION_ENABLED); in isEligibleTest_adultRvcUser_ConsentRevoked_pas()195 doReturn(true).when(mUxStatesManager).getFlag(KEY_RVC_POST_OTA_NOTIFICATION_ENABLED); in isEligibleTest_adultRvcUser_ConsentGiven_pas()
19 import static com.android.adservices.service.FlagsConstants.KEY_RVC_POST_OTA_NOTIFICATION_ENABLED;43 return uxStatesManager.getFlag(KEY_RVC_POST_OTA_NOTIFICATION_ENABLED) in isEligible()
20 import static com.android.adservices.service.FlagsConstants.KEY_RVC_POST_OTA_NOTIFICATION_ENABLED;52 return uxStatesManager.getFlag(KEY_RVC_POST_OTA_NOTIFICATION_ENABLED); in isEligible()
22 import static com.android.adservices.service.FlagsConstants.KEY_RVC_POST_OTA_NOTIFICATION_ENABLED;47 .setFlag(KEY_RVC_POST_OTA_NOTIFICATION_ENABLED, true)
22 import static com.android.adservices.service.FlagsConstants.KEY_RVC_POST_OTA_NOTIFICATION_ENABLED;749 verify(mUxStatesManager).getFlag(KEY_RVC_POST_OTA_NOTIFICATION_ENABLED); in startTest_gaGraduation()
1354 public static final String KEY_RVC_POST_OTA_NOTIFICATION_ENABLED = field in FlagsConstants
5711 FlagsConstants.KEY_RVC_POST_OTA_NOTIFICATION_ENABLED, in getEnableRvcPostOtaNotification()5762 FlagsConstants.KEY_RVC_POST_OTA_NOTIFICATION_ENABLED, in getUxFlags()
988 import static com.android.adservices.service.FlagsConstants.KEY_RVC_POST_OTA_NOTIFICATION_ENABLED;3821 KEY_RVC_POST_OTA_NOTIFICATION_ENABLED, in testRvcNotificationEnabled()