Home
last modified time | relevance | path

Searched refs:thisValue (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/metrics/
H A DLogMaker.java432 Object thisValue = this.entries.valueAt(i);
434 if ((thisValue == null && thatValue != null) || !thisValue.equals(thatValue))
/aosp12/packages/apps/Settings/src/com/android/settings/deletionhelper/
H A DAutomaticStorageManagerSettings.java150 int thisValue = Integer.parseInt(indices[i]); in daysValueToIndex() local
151 if (value == thisValue) { in daysValueToIndex()