Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/exportimport/
DScheduledExportSettings.java51 private final int mPeriodInDays; field in ScheduledExportSettings
57 return mPeriodInDays == that.mPeriodInDays && Objects.equals(mUri, that.mUri); in equals()
62 return Objects.hash(mUri, mPeriodInDays); in hashCode()
106 mPeriodInDays = in.readInt(); in ScheduledExportSettings()
111 mPeriodInDays = periodInDays; in ScheduledExportSettings()
125 return mPeriodInDays; in getPeriodInDays()
140 dest.writeInt(mPeriodInDays); in writeToParcel()
DScheduledExportStatus.java54 private final int mPeriodInDays; field in ScheduledExportStatus
62 mPeriodInDays = periodInDays; in ScheduledExportStatus()
86 return mPeriodInDays; in getPeriodInDays()
98 mPeriodInDays = in.readInt(); in ScheduledExportStatus()
106 dest.writeInt(mPeriodInDays); in writeToParcel()