Searched refs:getDownloadResult (Results 1 – 3 of 3) sorted by relevance
92 switch (info.getDownloadResult()) { in logEvent()129 editor.putInt(KEY_DOWNLOAD_RESULT, info.getDownloadResult().ordinal()); in updateSharedPreferences()169 != info.getDownloadResult().ordinal()); in ignoreEvent()186 || info.getDownloadResult() in ignoreEvent()
37 public DownloadRetryResultCode getDownloadResult() { in getDownloadResult() method in ONSStatsInfo
39 assertNull(info.getDownloadResult()); in testProvisioningResult()47 assertEquals(DownloadRetryResultCode.ERR_MEMORY_FULL, info.getDownloadResult()); in testDownloadResult()