Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/deletion/
DDeletionParametersTest.kt27 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()
DDeletionFragmentTest.kt70 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 …]
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/selectabledeletion/
DDeletionType.kt147 class DeletionTypeAllData() : DeletionType() { in <lambda>() class in com.android.healthconnect.controller.selectabledeletion.DeletionType
157 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>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/deletion/
DDeletionType.kt26 class DeletionTypeAllData() : DeletionType() { class
36 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()
DDeletionParameters.kt32 var deletionType: DeletionType = DeletionType.DeletionTypeAllData(),
45 ?: DeletionType.DeletionTypeAllData(),
DDeletionViewModel.kt125 is DeletionType.DeletionTypeAllData -> { in delete()
DTimeRangeDialogFragment.kt86 is DeletionType.DeletionTypeAllData -> in <lambda>()
DDeletionConfirmationDialogFragment.kt88 is DeletionType.DeletionTypeAllData -> { in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/categories/
DHealthDataCategoriesFragment.kt106 val deletionType = DeletionType.DeletionTypeAllData() in <lambda>()