Home
last modified time | relevance | path

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

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/testing/
DTestActivity.java43 public void setDeviceProfile(DeviceProfile deviceProfile) { in setDeviceProfile() method in TestActivity
/packages/services/Telecomm/testapps/companionapp/src/com/android/server/telecom/companionapp/
DCompanionTestApp.java91 .setDeviceProfile(AssociationRequest.DEVICE_PROFILE_WATCH) in setupDeviceAssociation()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/widget/picker/
DWidgetsListHeaderViewHolderBinderTest.java96 mTestActivity.setDeviceProfile(mDeviceProfile); in setUp()
DWidgetsListSearchHeaderViewHolderBinderTest.java96 mTestActivity.setDeviceProfile(mDeviceProfile); in setUp()
DWidgetsListTableViewHolderBinderTest.java103 mTestActivity.setDeviceProfile(mDeviceProfile); in setUp()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java122 mOrientationState.setDeviceProfile(dp); in setDp()
DRecentsOrientedState.java163 public void setDeviceProfile(DeviceProfile deviceProfile) { in setDeviceProfile() method in RecentsOrientedState
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/widget/
DCachingWidgetPreviewLoaderTest.java87 mTestActivity.setDeviceProfile(mDeviceProfile); in setUp()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1282 mOrientationState.setDeviceProfile(dp); in setInsets()