Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deletionhelper/
DAutomaticStorageManagerSettings.java160 int thisValue = Integer.parseInt(indices[i]); in daysValueToIndex() local
161 if (value == thisValue) { in daysValueToIndex()