Searched refs:DeletionTypeAllData (Results 1 – 9 of 9) sorted by relevance
27 deletionType = DeletionType.DeletionTypeAllData(), in deletionToParcel()147 deletionType = DeletionType.DeletionTypeAllData()) in getStartTimeInstant_24HoursRangeSelected_correctStartTimeReturned()159 deletionType = DeletionType.DeletionTypeAllData()) in getStartTimeInstant_7DaysRangeSelected_correctStartTimeReturned()171 deletionType = DeletionType.DeletionTypeAllData()) in getStartTimeInstant_30DaysRangeSelected_correctStartTimeReturned()183 deletionType = DeletionType.DeletionTypeAllData()) in getStartTimeInstant_allTimeRangeSelected_correctStartTimeReturned()197 deletionType = DeletionType.DeletionTypeAllData()) in getEndTimeInstant_24HoursRangeSelected_correctEndTimeReturned()212 deletionType = DeletionType.DeletionTypeAllData()) in getEndTimeInstant_allTimeRangeSelected_correctEndTimeReturned()
70 val deletionTypeAllData = DeletionType.DeletionTypeAllData() in deleteAllData_timeRangeDialog_showsCorrectText()196 val deletionTypeAllData = DeletionType.DeletionTypeAllData() in deleteAllData_confirmationDialogForOneDay_showsCorrectText()229 val deletionTypeAllData = DeletionType.DeletionTypeAllData() in deleteAllData_confirmationDialogForOneWeek_showsCorrectText()262 val deletionTypeAllData = DeletionType.DeletionTypeAllData() in deleteAllData_confirmationDialogForOneMonth_showsCorrectText()295 val deletionTypeAllData = DeletionType.DeletionTypeAllData() in deleteAllData_confirmationDialogForAllTime_showsCorrectText()780 val deletionTypeAllData = DeletionType.DeletionTypeAllData() in confirmationDialog_goBackButton_navigatesToTimeRangeDialog()867 val deletionTypeAllData = DeletionType.DeletionTypeAllData() in deleteAllData_confirmationDialog_cancelButton_exitsFlow()906 val deletionTypeAllData = DeletionType.DeletionTypeAllData() in deleteFragment_progressIndicatorStartedState_progressIndicatorShown()944 val deletionTypeAllData = DeletionType.DeletionTypeAllData() in deleteFragment_progressIndicatorCanEndState_progressIndicatorDisappears()982 val deletionTypeAllData = DeletionType.DeletionTypeAllData() in deleteFragment_deletionSuccessfulState_successMessageShown()[all …]
147 class DeletionTypeAllData() : DeletionType() { in <lambda>() class in com.android.healthconnect.controller.selectabledeletion.DeletionType157 companion object CREATOR : Parcelable.Creator<DeletionTypeAllData> { in <lambda>()158 override fun createFromParcel(parcel: Parcel): DeletionTypeAllData { in <lambda>()159 return DeletionTypeAllData(parcel) in <lambda>()162 override fun newArray(size: Int): Array<DeletionTypeAllData?> { in <lambda>()
26 class DeletionTypeAllData() : DeletionType() { class36 companion object CREATOR : Parcelable.Creator<DeletionTypeAllData> { in describeContents()37 override fun createFromParcel(parcel: Parcel): DeletionTypeAllData { in describeContents()38 return DeletionTypeAllData(parcel) in describeContents()41 override fun newArray(size: Int): Array<DeletionTypeAllData?> { in describeContents()
32 var deletionType: DeletionType = DeletionType.DeletionTypeAllData(),45 ?: DeletionType.DeletionTypeAllData(),
125 is DeletionType.DeletionTypeAllData -> { in delete()
86 is DeletionType.DeletionTypeAllData -> in <lambda>()
88 is DeletionType.DeletionTypeAllData -> { in <lambda>()
106 val deletionType = DeletionType.DeletionTypeAllData() in <lambda>()