Searched refs:ProtocolException (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DProtocolException.java23 public class ProtocolException extends RuntimeException { class in inherits:RuntimeException
25 public ProtocolException() { method in class:ProtocolException
29 public ProtocolException(String message) { method in class:ProtocolException
H A DFilter.java129 public final void init() throws ProtocolException {
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsCollection.java48 import java.net.ProtocolException;
263 throw new ProtocolException("unexpected magic: " + magic);
288 throw new ProtocolException("unexpected version: " + version);
337 throw new ProtocolException("unexpected magic: " + magic);
355 throw new ProtocolException("unexpected version: " + version);
376 throw new ProtocolException("unexpected magic: " + magic);
420 throw new ProtocolException("unexpected version: " + version);
H A DNetworkPolicyManagerService.java152 import java.net.ProtocolException;
2101 throw new ProtocolException("problem parsing " + name + "=" + value + " as int");
2115 throw new ProtocolException("problem parsing " + name + "=" + value + " as long");
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java31 import android.filterfw.core.ProtocolException;
117 } catch (ProtocolException e) {
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java41 import java.net.ProtocolException;
177 throw new ProtocolException("unexpected version: " + version);
184 throw new ProtocolException("Mismatched history lengths");
662 throw new ProtocolException("malformed long");
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java41 import java.net.ProtocolException;

Completed in 3217 milliseconds