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.java208 throw protocolExceptionWithCause("problem parsing stats", e); in readNetworkStatsSummaryDev()
258 throw protocolExceptionWithCause("problem parsing stats", e); in readNetworkStatsSummaryXt()
390 throw protocolExceptionWithCause("problem parsing idx " + idx, e); in javaReadNetworkStatsDetail()
428 private static ProtocolException protocolExceptionWithCause(String message, Throwable cause) { in protocolExceptionWithCause() method in NetworkStatsFactory