Example usage for com.liferay.portal.kernel.mobile.device Dimensions UNKNOWN

List of usage examples for com.liferay.portal.kernel.mobile.device Dimensions UNKNOWN

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.mobile.device Dimensions UNKNOWN.

Prototype

Dimensions UNKNOWN

To view the source code for com.liferay.portal.kernel.mobile.device Dimensions UNKNOWN.

Click Source Link

Usage

From source file:com.liferay.content.targeting.rule.device.test.util.MockiPhoneDevice.java

License:Open Source License

@Override
public Dimensions getScreenPhysicalSize() {
    return Dimensions.UNKNOWN;
}

From source file:com.liferay.content.targeting.rule.device.test.util.MockiPhoneDevice.java

License:Open Source License

@Override
public Dimensions getScreenResolution() {
    return Dimensions.UNKNOWN;
}