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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFace.java37 mPosition.left = Integer.parseInt(tokenizer.nextToken());
38 mPosition.top = Integer.parseInt(tokenizer.nextToken());
39 mPosition.right = Integer.parseInt(tokenizer.nextToken());
40 mPosition.bottom = Integer.parseInt(tokenizer.nextToken());
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DFileSystemUtils.java345 tok.nextToken(); // Ignore Filesystem
347 tok.nextToken(); // Ignore 1K-blocks
348 tok.nextToken(); // Ignore Used
349 String freeSpace = tok.nextToken();
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java224 word = st.nextToken();
225 frequency = st.nextToken();
229 if (st.hasMoreTokens()) locale = st.nextToken();
231 if (st.hasMoreTokens()) appid = st.nextToken();
232 if (st.hasMoreTokens()) shortcut = st.nextToken();
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.java248 list[i] = tokenizer.nextToken().trim();
250 list[i] = tokenizer.nextToken();
358 String token = tokenizer.nextToken();
370 String token = tokenizer.nextToken();
2295 String tok = st.nextToken();
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java249 list[i] = tokenizer.nextToken().trim();
251 list[i] = tokenizer.nextToken();
359 String token = tokenizer.nextToken();
371 String token = tokenizer.nextToken();
2296 String tok = st.nextToken();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DNameSplitter.java237 final String token = nextToken();
422 String token = tokenizer.nextToken();
465 String token = tokenizer.nextToken();
488 String token = tokenizer.nextToken();
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DParser.java343 public int nextToken() throws IOException { method in class:Parser
/packages/apps/Calculator/
H A Darity-2.1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/javia/ org/javia/arity/ org/javia/arity/Compiler ...
/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java458 Log.d(TAG, tokenizer.nextToken());
/packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
H A DTextUtilities.java578 terms.add(new SearchTerm(st.nextToken()));
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java426 values[count++] = Integer.parseInt(st.nextToken());
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasSyncCalendar.java539 s.data(Tags.CALENDAR_CATEGORY, st.nextToken());
801 originalAttendeeList.add(st.nextToken());
/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java807 final String packageName = st.nextToken();
808 final String restrictionKey = st.nextToken();
/packages/apps/Camera/src/com/android/camera/
H A DUtil.java513 Log.d(TAG, tokenizer.nextToken());
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java570 Log.d(TAG, tokenizer.nextToken());

Completed in 393 milliseconds