HomeSort by relevance Sort by last modified time
    Searched refs:primaryKey (Results 1 - 17 of 17) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java 96 Key primaryKey = null;
108 if (primaryKey == null || distance < minDistance
109 || key.getCode() > primaryKey.getCode()) {
111 primaryKey = key;
114 return primaryKey;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h 62 const int primaryKey = inputCodes[i];
68 keyCount, x, y, primaryKey, locale, codeToKeyMap, proximities);
147 const int x, const int y, const int primaryKey, const std::vector<int> *locale,
151 proximities[insertPos++] = primaryKey;
162 if (c < KEYCODE_SPACE || c == primaryKey) {
181 AdditionalProximityChars::getAdditionalCharsSize(locale, primaryKey);
192 AdditionalProximityChars::getAdditionalChars(locale, primaryKey);
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockProvider.java 259 String primaryKey;
266 primaryKey = uri.getLastPathSegment();
268 where = AlarmsColumns._ID + "=" + primaryKey;
270 where = AlarmsColumns._ID + "=" + primaryKey + " AND (" + where + ")";
278 primaryKey = uri.getLastPathSegment();
280 where = InstancesColumns._ID + "=" + primaryKey;
282 where = InstancesColumns._ID + "=" + primaryKey + " AND (" + where + ")";
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 2848 milliseconds