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

/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java162 public final static int NUL_OK = 1 << 9; field in class:UrlQuerySanitizer.IllegalCharacterValueSanitizer
198 ALL_OK & ~NUL_OK;
210 ALL_OK & ~(ALL_WHITESPACE_OK | NUL_OK);
264 ALL_OK & ~(NUL_OK | LT_OK | GT_OK);
401 case '\0': return (mFlags & NUL_OK) != 0;

Completed in 55 milliseconds