Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DUrlQuerySanitizer.java125 public final static int SPACE_OK = 1 << 0; field in UrlQuerySanitizer.IllegalCharacterValueSanitizer
179 SPACE_OK | OTHER_WHITESPACE_OK;
228 URL_LEGAL | SPACE_OK;
245 AMP_OK | SPACE_OK;
253 SPACE_OK;
330 if ((mFlags & SPACE_OK) != 0) { in sanitize()
393 case ' ' : return (mFlags & SPACE_OK) != 0; in characterIsLegal()
/frameworks/base/api/
Dcurrent.txt18660 field public static final int SPACE_OK = 1; // 0x1
Dsystem-current.txt20223 field public static final int SPACE_OK = 1; // 0x1