summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-09-11 21:40:47 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-09-11 21:40:47 +0000
commit673f917d57f47482aa1a823e74f0377315f30293 (patch)
tree730290c4e76f907f473e7fac3c4ac3e6f25dc23a /tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java
parenta41ebf0cd2c2cd95a377c824acb517894ebbd372 (diff)
parente24cb63b811e2885a69e7df794e9972cdf5a57b9 (diff)
downloadandroid_packages_apps_Trebuchet-673f917d57f47482aa1a823e74f0377315f30293.tar.gz
android_packages_apps_Trebuchet-673f917d57f47482aa1a823e74f0377315f30293.tar.bz2
android_packages_apps_Trebuchet-673f917d57f47482aa1a823e74f0377315f30293.zip
Merge "WallpaperManagerCompat should target correct platform Also replace Utilities.isAtLeastO() to static final constant. Bug: 65544683" into ub-launcher3-dorval-polish2
Diffstat (limited to 'tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java')
-rw-r--r--tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java b/tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java
index 4b9d83f8a..bd213157e 100644
--- a/tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java
+++ b/tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java
@@ -141,7 +141,7 @@ public class RequestPinItemTest extends AbstractLauncherUiTest {
private void runTest(String activityMethod, boolean isWidget, ItemOperator itemMatcher,
Intent... commandIntents) throws Throwable {
- if (!Utilities.isAtLeastO()) {
+ if (!Utilities.ATLEAST_OREO) {
return;
}
lockRotation(true);