Searched refs:BOTH (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/database/
H A DCursorJoiner.java38 * case BOTH:
64 BOTH enum constant in enum:CursorJoiner.Result
123 case BOTH:
153 * if the row pointed to by the right cursor is unique, BOTH if the rows in both
174 mCompareResult = Result.BOTH;
225 case BOTH:
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java61 BOTH enum constant in enum:AppSecurityPermissions.State
365 case BOTH:
492 mCurrentState = (mNormalMap.size() > 0) ? State.BOTH : State.DANGEROUS_ONLY;
/frameworks/base/core/java/android/net/
H A DUri.java1897 static final int BOTH = 0; field in class:Uri.AbstractPart.Representation
1926 parcel.writeInt(Representation.BOTH);
1970 case Representation.BOTH:
2154 case Representation.BOTH:

Completed in 226 milliseconds