/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContentProviderOperation.java | 584 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 D | ScreenLockTypeTest.java | 55 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 D | ScreenLockType.java | 99 public static ScreenLockType fromKey(String key) { in fromKey() method in ScreenLockType
|
H A D | ChooseLockGeneric.java | 996 ScreenLockType lock = ScreenLockType.fromKey(unlockMethod); in setUnlockMethod()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | VolumeDialogControllerImpl.java | 485 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 D | ContactsDatabaseHelper.java | 4407 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 D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | truth-0.45.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 10404 Ljava/util/TreeMap$SubMap;->fromKey:Ljava/lang/Object;
|