Searched defs:Representation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DUri.java1949 static class Representation { class in class:Uri.AbstractPart
1979 parcel.writeInt(Representation.BOTH);
1983 parcel.writeInt(Representation.ENCODED);
1986 parcel.writeInt(Representation.DECODED);
2023 case Representation.BOTH:
2025 case Representation.ENCODED:
2027 case Representation.DECODED:
2208 case Representation.BOTH:
2210 case Representation.ENCODED:
2212 case Representation
[all...]

Completed in 67 milliseconds