Searched refs:UNKNOWN_TIME (Results 1 – 5 of 5) sorted by relevance
98 public static final long UNKNOWN_TIME = -1L; field in ConnectivityController875 return UNKNOWN_TIME; in getEstimatedTransferTimeMs()879 return UNKNOWN_TIME; in getEstimatedTransferTimeMs()883 return UNKNOWN_TIME; in getEstimatedTransferTimeMs()889 if (estimatedDownloadTimeMs == UNKNOWN_TIME) { in getEstimatedTransferTimeMs()891 } else if (estimatedUploadTimeMs == UNKNOWN_TIME) { in getEstimatedTransferTimeMs()900 return UNKNOWN_TIME; in calculateTransferTimeMs()
1586 assertEquals(ConnectivityController.UNKNOWN_TIME, in testCalculateTransferTimeMs()1588 assertEquals(ConnectivityController.UNKNOWN_TIME, in testCalculateTransferTimeMs()1610 assertEquals(ConnectivityController.UNKNOWN_TIME, in testGetEstimatedTransferTimeMs()1615 assertEquals(ConnectivityController.UNKNOWN_TIME, in testGetEstimatedTransferTimeMs()1624 assertEquals(ConnectivityController.UNKNOWN_TIME, in testGetEstimatedTransferTimeMs()1630 assertEquals(ConnectivityController.UNKNOWN_TIME, in testGetEstimatedTransferTimeMs()
333 doReturn(ConnectivityController.UNKNOWN_TIME) in testGetMinJobExecutionGuaranteeMs()
4137 if (estimatedTransferTimeMs == ConnectivityController.UNKNOWN_TIME) {
28310 Landroid/media/MediaPlayerBase;->UNKNOWN_TIME:J