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

/packages/apps/Email/emailcommon/src/org/apache/commons/io/
H A DFileSystemUtils.java182 * @param kb whether to normalize to kilobytes
188 long freeSpaceOS(String path, int os, boolean kb) throws IOException { argument
194 return (kb ? freeSpaceWindows(path) / 1024 : freeSpaceWindows(path));
196 return freeSpaceUnix(path, kb, false);
198 return freeSpaceUnix(path, kb, true);
300 * @param kb whether to normalize to kilobytes
305 long freeSpaceUnix(String path, boolean kb, boolean posix) throws IOException { argument
313 if (kb) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinImeLogger.java76 public static void onSetKeyboard(Keyboard kb) { argument

Completed in 105 milliseconds