Searched refs:flowHandler (Results 1 – 2 of 2) sorted by relevance
52 private val flowHandler = WidgetAddFlowHandler(providerInfo) constant in com.android.launcher3.widget.WidgetAddFlowHandlerTest58 putParcelable(testKey, flowHandler) in valuesShouldRemainTheSame_beforeAndAfter_parcelization()60 .isEqualTo(flowHandler) in valuesShouldRemainTheSame_beforeAndAfter_parcelization()66 Truth.assertThat(flowHandler.describeContents()).isEqualTo(0) in describeContents_shouldReturn_0()71 flowHandler.startBindFlow(launcher, appWidgetInfo.appWidgetId, appWidgetInfo, requestCode) in startBindFlow_shouldCorrectly_startLauncherFlowBinding()79 flowHandler.startConfigActivity( in startConfigActivityWithCustomAppWidgetId_shouldAskLauncherToStartConfigActivity()92 flowHandler.startConfigActivity(launcher, appWidgetInfo, requestCode) in startConfigActivity_shouldAskLauncherToStartConfigActivity()100 Truth.assertThat(flowHandler.needsConfigure()).isTrue() in needsConfigure_returnsTrue_ifFlagsAndProviderInfoDetermineSo()105 Truth.assertThat(flowHandler.getProviderInfo(context)).isSameInstanceAs(providerInfo) in getProviderInfo_returnCorrectProviderInfo()
84 final PinWidgetFlowHandler flowHandler = in createDragHelper() local89 return flowHandler; in createDragHelper()