HomeSort by relevance Sort by last modified time
    Searched refs:oldKey (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /packages/apps/Messaging/src/com/android/messaging/util/
BugleSubscriptionPrefs.java 73 private void migratePrefBooleanInternal(final BuglePrefs oldPrefs, final String oldKey,
77 final boolean oldValue = oldPrefs.getBoolean(oldKey, defaultValue);
85 private void migratePrefStringInternal(final BuglePrefs oldPrefs, final String oldKey,
88 final String oldValue = oldPrefs.getString(oldKey, defaultValue);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyboardBuilder.java 63 ExpectedKey[] replacingKeys(final ExpectedKey oldKey);
171 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) {
172 return new ExpectedKey[] { oldKey.setMoreKeys(moreKeys) };
198 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) {
200 oldKey.setAdditionalMoreKeysIndex(additionalMoreKeysIndex)
274 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) {
296 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java     [all...]
MoreKeysKeyboardView.java 210 final Key oldKey = mCurrentKey;
212 if (newKey == oldKey) {
216 if (oldKey != null) {
217 updateReleaseKeyGraphics(oldKey);
218 invalidateKey(oldKey);
  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 210 private long assertAccountPolicyConsistent(long accountId, long oldKey) {
225 if (oldKey > 0) {
227 Policy.restorePolicyWithId(mMockContext, oldKey));
241 long oldKey = assertAccountPolicyConsistent(account.mId, 0);
246 oldKey = assertAccountPolicyConsistent(account.mId, oldKey);
252 Policy.restorePolicyWithId(mMockContext, oldKey));
  /frameworks/base/core/java/android/app/
ResourcesManager.java     [all...]
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 151 uint32_t oldKey = row->fKey;
155 if (oldKey != kEmptyAtlasRowKey) {
159 int oldIndex = this->searchByKey(oldKey);
  /external/skqp/src/gpu/effects/
GrTextureStripAtlas.cpp 142 uint32_t oldKey = row->fKey;
146 if (oldKey != kEmptyAtlasRowKey) {
150 int oldIndex = this->searchByKey(oldKey);
  /frameworks/base/telecomm/java/android/telecom/
Conference.java 746 for (String oldKey : mPreviousExtraKeys) {
747 if (extras == null || !extras.containsKey(oldKey)) {
748 toRemove.add(oldKey);
Connection.java     [all...]
  /system/vold/
Keymaster.h 108 bool upgradeKey(const std::string& oldKey, const km::AuthorizationSet& inParams,
Keymaster.cpp 155 bool Keymaster::upgradeKey(const std::string& oldKey, const km::AuthorizationSet& inParams,
157 auto oldKeyBlob = km::support::blob2hidlVec(oldKey);
  /external/guava/guava/src/com/google/common/collect/
HashBiMap.java 610 K oldKey = delegate.key;
612 if (keyHash == delegate.keyHash && Objects.equal(key, oldKey)) {
623 return oldKey;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java 306 String oldKey = oldNotification.getGroupKey();
308 boolean groupKeysChanged = !oldKey.equals(newKey);
320 updateSuppression(mGroupMap.get(oldKey));
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
MapForProto2Test.java 523 int oldKey = ((Integer) getFieldValue(mapEntry, "key")).intValue();
528 setFieldValue(mapEntryBuilder, "value", oldKey);
MapTest.java 616 int oldKey = ((Integer) getFieldValue(mapEntry, "key")).intValue();
621 setFieldValue(mapEntryBuilder, "value", oldKey);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java     [all...]
  /prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
trove4j-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/
trove4j-20160824.jar 
  /external/annotation-tools/scene-lib/
ant-contrib.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 

Completed in 361 milliseconds

1 2 3 4 5 6