HomeSort by relevance Sort by last modified time
    Searched defs:KEY_COUNT (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/src/
proximity_info.h 96 const int KEY_COUNT;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkSources.java 38 private static final String KEY_COUNT = "count";
263 int count = Integer.parseInt(props.getProperty(KEY_COUNT, "0"));
314 props.setProperty(KEY_COUNT, Integer.toString(count));

Completed in 25 milliseconds