Home
last modified time | relevance | path

Searched refs:fromKey (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java584 private final String fromKey; field in ContentProviderOperation.BackReference
586 private BackReference(int fromIndex, String fromKey) { in BackReference() argument
588 this.fromKey = fromKey; in BackReference()
594 this.fromKey = src.readString8(); in BackReference()
596 this.fromKey = null; in BackReference()
609 backRefValue = backRef.extras.get(fromKey); in resolve()
621 if (fromKey != null) { in writeToParcel()
623 dest.writeString8(fromKey); in writeToParcel()
825 @NonNull String fromKey) { in withValueBackReference() argument
889 @NonNull String fromKey) { in withExtraBackReference() argument
[all …]
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/password/
H A DScreenLockTypeTest.java55 assertThat(ScreenLockType.fromKey(lock.preferenceKey)).isEqualTo(lock); in fromKey_shouldReturnLockWithGivenKey()
57 assertThat(ScreenLockType.fromKey("nonexistent")).isNull(); in fromKey_shouldReturnLockWithGivenKey()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DScreenLockType.java99 public static ScreenLockType fromKey(String key) { in fromKey() method in ScreenLockType
H A DChooseLockGeneric.java996 ScreenLockType lock = ScreenLockType.fromKey(unlockMethod); in setUnlockMethod()
/aosp12/packages/apps/TV/libs/m2/
H A Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java485 final boolean fromKey = (flags & AudioManager.FLAG_FROM_KEY) != 0; in onVolumeChangedW()
507 if (changed && fromKey) { in onVolumeChangedW()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java4407 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument
4409 if (fromValues.containsKey(fromKey)) { in copyStringValue()
4410 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
4415 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument
4417 if (fromValues.containsKey(fromKey)) { in copyLongValue()
4419 Object value = fromValues.get(fromKey); in copyLongValue()
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dtruth-0.45.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt10404 Ljava/util/TreeMap$SubMap;->fromKey:Ljava/lang/Object;