/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | ModifierKeysPreferenceController.java | 114 int fromKey = entry.getKey(); in refreshUi() local 118 if (isCtrl(fromKey) && mRemappableKeys.contains(toKey)) { in refreshUi() 122 if (isMeta(fromKey) && mRemappableKeys.contains(toKey)) { in refreshUi() 126 if (isAlt(fromKey) && mRemappableKeys.contains(toKey)) { in refreshUi() 130 if (isCapLock(fromKey) && mRemappableKeys.contains(toKey)) { in refreshUi()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/password/ |
D | ScreenLockTypeTest.java | 55 assertThat(ScreenLockType.fromKey(lock.preferenceKey)).isEqualTo(lock); in fromKey_shouldReturnLockWithGivenKey() 57 assertThat(ScreenLockType.fromKey("nonexistent")).isNull(); in fromKey_shouldReturnLockWithGivenKey()
|
/packages/apps/Settings/src/com/android/settings/password/ |
D | ScreenLockType.java | 99 public static ScreenLockType fromKey(String key) { in fromKey() method in ScreenLockType
|
D | ChooseLockGeneric.java | 1035 ScreenLockType lock = ScreenLockType.fromKey(unlockMethod); in setUnlockMethod()
|
/packages/apps/TV/libs/m2/ |
D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 4599 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument 4601 if (fromValues.containsKey(fromKey)) { in copyStringValue() 4602 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue() 4607 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument 4609 if (fromValues.containsKey(fromKey)) { in copyLongValue() 4611 Object value = fromValues.get(fromKey); in copyLongValue()
|
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/ |
D | StubGenerator.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jf/
org/ ... |
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | truth-0.45.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |