Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/model/
DWidgetsPredictionsRequesterTest.kt55 private lateinit var testInvariantProfile: InvariantDeviceProfile variable in com.android.launcher3.model.WidgetsPredictionsRequesterTest
74 testInvariantProfile = LauncherAppState.getIDP(context) in setUp()
75 deviceProfile = testInvariantProfile.getDeviceProfile(context).copy(context) in setUp()
187 return WidgetItem(widgetInfo, testInvariantProfile, iconCache, context) in createWidgetItem()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/util/
DWidgetPreviewContainerSizesTest.kt45 private lateinit var testInvariantProfile: InvariantDeviceProfile variable in com.android.launcher3.widget.picker.util.WidgetPreviewContainerSizesTest
54 testInvariantProfile = LauncherAppState.getIDP(context) in setUp()
60 deviceProfile = testInvariantProfile.getDeviceProfile(context).copy(context) in setUp()