Searched refs:OTAResourcesManager (Results 1 – 6 of 6) sorted by relevance
118 assertThat(OTAResourcesManager.getDownloadedFiles()).isNull(); in testGetDownloadedFiles_futureExecutionException()137 assertThat(OTAResourcesManager.getDownloadedFiles()).isNull(); in testGetDownloadedFiles_futureInterruptedException()154 assertThat(OTAResourcesManager.getDownloadedFiles()).isNull(); in testGetDownloadedFiles_nullFileGroup()169 assertThat(OTAResourcesManager.getDownloadedFiles()).hasSize(0); in testGetDownloadedFiles_emptyClientFileGroup()186 assertThat(OTAResourcesManager.getDownloadedFiles()).isNull(); in testGetDownloadedFiles_pendingClientFileGroup()208 assertThat(OTAResourcesManager.getDownloadedFiles()).hasSize(1); in testGetDownloadedFiles_validClientFileGroup()220 OTAResourcesManager.refreshOTAResources(mContext); in testRefreshOTAResources_emptyClientFileGroup()245 OTAResourcesManager.refreshOTAResources(mContext); in testRefreshOTAResources_nonOTAClientFileGroup()271 OTAResourcesManager.refreshOTAResources(mContext); in testRefreshOTAResources_nonUriClientFile()290 .setFileId(OTAResourcesManager.DOWNLOADED_OTA_FILE_ID) in testRefreshOTAResources_nullResourceArsc()[all …]
30 import com.android.adservices.ui.OTAResourcesManager;68 OTAResourcesManager.applyOTAResources(getApplicationContext(), true); in onCreate()70 OTAResourcesManager.applyOTAResources(this, false); in onCreate()
29 import com.android.adservices.ui.OTAResourcesManager;53 OTAResourcesManager.applyOTAResources(context, false); in onCreate()
33 import com.android.adservices.ui.OTAResourcesManager;94 OTAResourcesManager.applyOTAResources(context, true); in onCreate()
48 import com.android.adservices.ui.OTAResourcesManager;88 OTAResourcesManager.applyOTAResources(context.getApplicationContext(), true); in showConsentNotification()
58 public class OTAResourcesManager { class