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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DHelpers.java454 if (lexer.currentToken() != Lexer.TOKEN_NULL) {
477 public static final int TOKEN_NULL = 8; field in class:Helpers.Lexer
596 mCurrentToken = TOKEN_NULL;

Completed in 92 milliseconds