Home
last modified time | relevance | path

Searched refs:protocolExceptionWithCause (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsFactory.java234 throw protocolExceptionWithCause("problem parsing stats", e); in readNetworkStatsSummaryDev()
284 throw protocolExceptionWithCause("problem parsing stats", e); in readNetworkStatsSummaryXt()
445 throw protocolExceptionWithCause("problem parsing idx " + idx, e); in javaReadNetworkStatsDetail()
483 private static ProtocolException protocolExceptionWithCause(String message, Throwable cause) { in protocolExceptionWithCause() method in NetworkStatsFactory