Searched refs:mPeriodInDays (Results 1 – 2 of 2) sorted by relevance
51 private final int mPeriodInDays; field in ScheduledExportSettings57 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()
54 private final int mPeriodInDays; field in ScheduledExportStatus62 mPeriodInDays = periodInDays; in ScheduledExportStatus()86 return mPeriodInDays; in getPeriodInDays()98 mPeriodInDays = in.readInt(); in ScheduledExportStatus()106 dest.writeInt(mPeriodInDays); in writeToParcel()