/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | RobolectricTestRunnerMultiApiTest.java | 7 import static android.os.Build.VERSION_CODES.LOLLIPOP; 35 JELLY_BEAN, JELLY_BEAN_MR1, JELLY_BEAN_MR2, KITKAT, LOLLIPOP, LOLLIPOP_MR1, M, 74 JELLY_BEAN, JELLY_BEAN_MR1, JELLY_BEAN_MR2, KITKAT, LOLLIPOP, LOLLIPOP_MR1, M); in createChildrenForEachSupportedApi() 117 JELLY_BEAN, JELLY_BEAN_MR1, JELLY_BEAN_MR2, KITKAT, LOLLIPOP, LOLLIPOP_MR1, M); in noConfig() 127 assertThat(apisFor(runner.getChildren())).containsExactly(JELLY_BEAN, LOLLIPOP); in classConfigWithSdkGroup() 139 assertThat(apisFor(runner.getChildren())).containsExactly(JELLY_BEAN, LOLLIPOP); in methodConfigWithSdkGroup() 151 assertThat(apisFor(runner.getChildren())).containsExactly(LOLLIPOP, LOLLIPOP_MR1, M); in classConfigMinSdk() 163 …nner.getChildren())).containsExactly(JELLY_BEAN, JELLY_BEAN_MR1, JELLY_BEAN_MR2, KITKAT, LOLLIPOP); in classConfigMaxSdk() 175 assertThat(apisFor(runner.getChildren())).containsExactly(JELLY_BEAN_MR2, KITKAT, LOLLIPOP); in classConfigWithMinSdkAndMaxSdk() 188 assertThat(apisFor(runner.getChildren())).containsExactly(LOLLIPOP, LOLLIPOP_MR1, M); in methodConfigMinSdk() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowDevicePolicyManagerTest.java | 13 import static android.os.Build.VERSION_CODES.LOLLIPOP; 80 @Config(minSdk = LOLLIPOP) 143 @Config(minSdk = LOLLIPOP) 154 @Config(minSdk = LOLLIPOP) 166 @Config(minSdk = LOLLIPOP) 178 @Config(minSdk = LOLLIPOP) 189 @Config(minSdk = LOLLIPOP) 226 @Config(minSdk = LOLLIPOP) 237 @Config(minSdk = LOLLIPOP) 254 @Config(minSdk = LOLLIPOP) [all …]
|
D | ShadowConnectivityManagerTest.java | 4 import static android.os.Build.VERSION_CODES.LOLLIPOP; 74 @Test @Config(minSdk = LOLLIPOP) 83 @Test @Config(minSdk = LOLLIPOP) 99 @Test @Config(minSdk = LOLLIPOP) 192 @Config(minSdk = LOLLIPOP) 215 @Config(minSdk = LOLLIPOP) 221 @Test @Config(minSdk = LOLLIPOP) 227 @Test @Config(minSdk = LOLLIPOP) 234 @Test @Config(minSdk = LOLLIPOP) 260 @Test @Config(minSdk = LOLLIPOP) [all …]
|
D | ShadowEnvironmentTest.java | 5 import static android.os.Build.VERSION_CODES.LOLLIPOP; 66 @Config(minSdk = LOLLIPOP) 75 @Config(minSdk = LOLLIPOP) 84 @Config(minSdk = LOLLIPOP) 97 @Config(minSdk = LOLLIPOP) 108 @Config(minSdk = LOLLIPOP) 155 @Config(minSdk = KITKAT, maxSdk = LOLLIPOP)
|
D | ShadowBackupManagerTest.java | 3 import static android.os.Build.VERSION_CODES.LOLLIPOP; 52 @Config(minSdk = LOLLIPOP) 59 @Config(minSdk = LOLLIPOP) 69 @Config(minSdk = LOLLIPOP) 76 @Config(minSdk = LOLLIPOP)
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowXmlBlock.java | 52 @Implementation(minSdk = VERSION_CODES.LOLLIPOP) 68 @Implementation(minSdk = VERSION_CODES.LOLLIPOP, maxSdk = P) 113 @Implementation(minSdk = VERSION_CODES.LOLLIPOP) 148 @Implementation(minSdk = VERSION_CODES.LOLLIPOP) 159 @Implementation(minSdk = VERSION_CODES.LOLLIPOP) 170 @Implementation(minSdk = VERSION_CODES.LOLLIPOP) 181 @Implementation(minSdk = VERSION_CODES.LOLLIPOP) 192 @Implementation(minSdk = VERSION_CODES.LOLLIPOP) 203 @Implementation(minSdk = VERSION_CODES.LOLLIPOP) 214 @Implementation(minSdk = VERSION_CODES.LOLLIPOP) [all …]
|
D | ShadowParcel.java | 6 import static android.os.Build.VERSION_CODES.LOLLIPOP; 147 @Implementation(minSdk = LOLLIPOP) 158 @Implementation(minSdk = LOLLIPOP) 169 @Implementation(minSdk = LOLLIPOP) 180 @Implementation(minSdk = LOLLIPOP) 191 @Implementation(minSdk = LOLLIPOP) 203 @Implementation(minSdk = LOLLIPOP) 214 @Implementation(minSdk = LOLLIPOP) 225 @Implementation(minSdk = LOLLIPOP) 254 @Implementation(minSdk = LOLLIPOP) [all …]
|
D | ShadowMotionEvent.java | 4 import static android.os.Build.VERSION_CODES.LOLLIPOP; 237 @Implementation(minSdk = LOLLIPOP, maxSdk = P) 349 @Implementation(minSdk = LOLLIPOP) 362 @Implementation(minSdk = LOLLIPOP) 387 @Implementation(minSdk = LOLLIPOP) 415 @Implementation(minSdk = LOLLIPOP) 435 @Implementation(minSdk = LOLLIPOP) 461 @Implementation(minSdk = LOLLIPOP) 470 @Implementation(minSdk = LOLLIPOP) 492 @Implementation(minSdk = LOLLIPOP) [all …]
|
D | ShadowConnectivityManager.java | 4 import static android.os.Build.VERSION_CODES.LOLLIPOP; 62 if (getApiLevel() >= LOLLIPOP) { in ShadowConnectivityManager() 83 @Implementation(minSdk = LOLLIPOP) 97 @Implementation(minSdk = LOLLIPOP) 103 @Implementation(minSdk = LOLLIPOP) 150 @Implementation(minSdk = LOLLIPOP) 159 @Implementation(minSdk = LOLLIPOP) 234 if (getApiLevel() >= LOLLIPOP) { in setActiveNetworkInfo() 315 @Implementation(minSdk = LOLLIPOP) 320 @Implementation(minSdk = LOLLIPOP) [all …]
|
D | ShadowCursorWindow.java | 4 import static android.os.Build.VERSION_CODES.LOLLIPOP; 35 @Implementation(minSdk = LOLLIPOP) 45 @Implementation(minSdk = LOLLIPOP) 68 @Implementation(minSdk = LOLLIPOP) 83 @Implementation(minSdk = LOLLIPOP) 93 @Implementation(minSdk = LOLLIPOP) 103 @Implementation(minSdk = LOLLIPOP) 113 @Implementation(minSdk = LOLLIPOP) 123 @Implementation(minSdk = LOLLIPOP) 133 @Implementation(minSdk = LOLLIPOP) [all …]
|
D | ShadowSQLiteConnection.java | 4 import static android.os.Build.VERSION_CODES.LOLLIPOP; 86 @Implementation(minSdk = LOLLIPOP) 111 @Implementation(minSdk = LOLLIPOP) 121 @Implementation(minSdk = LOLLIPOP) 131 @Implementation(minSdk = LOLLIPOP) 141 @Implementation(minSdk = LOLLIPOP) 151 @Implementation(minSdk = LOLLIPOP) 161 @Implementation(minSdk = LOLLIPOP) 171 @Implementation(minSdk = LOLLIPOP) 181 @Implementation(minSdk = LOLLIPOP) [all …]
|
D | ShadowDevicePolicyManager.java | 5 import static android.os.Build.VERSION_CODES.LOLLIPOP; 161 @Implementation(minSdk = LOLLIPOP) 176 @Implementation(minSdk = LOLLIPOP) 182 @Implementation(minSdk = LOLLIPOP) 188 @Implementation(minSdk = LOLLIPOP) 213 @Implementation(minSdk = LOLLIPOP) 225 @Implementation(minSdk = LOLLIPOP) 236 @Implementation(minSdk = LOLLIPOP) 247 @Implementation(minSdk = LOLLIPOP) 266 @Implementation(minSdk = LOLLIPOP) [all …]
|
D | ShadowWifiInfo.java | 5 import static android.os.Build.VERSION_CODES.LOLLIPOP; 28 if (RuntimeEnvironment.getApiLevel() >= LOLLIPOP) { in setInetAddress() 40 if (RuntimeEnvironment.getApiLevel() >= LOLLIPOP) { in setMacAddress() 72 if (RuntimeEnvironment.getApiLevel() >= LOLLIPOP) { in setBSSID() 81 if (RuntimeEnvironment.getApiLevel() >= LOLLIPOP) { in setRssi() 90 if (RuntimeEnvironment.getApiLevel() >= LOLLIPOP) { in setLinkSpeed() 103 if (RuntimeEnvironment.getApiLevel() >= LOLLIPOP) { in setNetworkId()
|
D | ShadowAccessibilityNodeInfo.java | 6 import static android.os.Build.VERSION_CODES.LOLLIPOP; 470 @Implementation(minSdk = LOLLIPOP) 476 @Implementation(minSdk = LOLLIPOP) 481 @Implementation(minSdk = LOLLIPOP) 487 @Implementation(minSdk = LOLLIPOP) 492 @Implementation(minSdk = LOLLIPOP) 498 @Implementation(minSdk = LOLLIPOP) 503 @Implementation(minSdk = LOLLIPOP) 509 @Implementation(minSdk = LOLLIPOP) 730 @Implementation(minSdk = LOLLIPOP) [all …]
|
D | ShadowVMRuntime.java | 3 import static android.os.Build.VERSION_CODES.LOLLIPOP; 24 @Implementation(minSdk = LOLLIPOP) 56 @Implementation(minSdk = LOLLIPOP) 62 @TargetApi(LOLLIPOP)
|
D | ShadowStringBlock.java | 4 import static android.os.Build.VERSION_CODES.LOLLIPOP; 31 @Implementation(minSdk = LOLLIPOP) 41 @Implementation(minSdk = LOLLIPOP) 51 @Implementation(minSdk = LOLLIPOP) 108 @Implementation(minSdk = LOLLIPOP)
|
D | ShadowRenderNodeAnimator.java | 3 import static android.os.Build.VERSION_CODES.LOLLIPOP; 17 @Implements(value = RenderNodeAnimator.class, isInAndroidSdk = false, minSdk = LOLLIPOP) 51 if (getApiLevel() <= LOLLIPOP) { in doStart() 60 if (getApiLevel() <= LOLLIPOP) { in cancel()
|
D | ShadowBatteryManager.java | 3 import static android.os.Build.VERSION_CODES.LOLLIPOP; 27 @Implementation(minSdk = LOLLIPOP) 36 @Implementation(minSdk = LOLLIPOP)
|
D | ShadowVirtualRefBasePtr.java | 3 import static android.os.Build.VERSION_CODES.LOLLIPOP; 26 @Implementation(minSdk = LOLLIPOP) 32 @Implementation(minSdk = LOLLIPOP)
|
D | ShadowPorterDuffColorFilter.java | 3 import static android.os.Build.VERSION_CODES.LOLLIPOP; 36 @Implementation(minSdk = LOLLIPOP, maxSdk = P) 41 @Implementation(minSdk = LOLLIPOP, maxSdk = P)
|
D | ShadowMessageQueue.java | 6 import static android.os.Build.VERSION_CODES.LOLLIPOP; 58 @Implementation(minSdk = LOLLIPOP) 67 @Implementation(minSdk = LOLLIPOP, maxSdk = LOLLIPOP_MR1) 146 if (getApiLevel() >= LOLLIPOP) { in dispatchMessage()
|
D | ShadowPowerManager.java | 4 import static android.os.Build.VERSION_CODES.LOLLIPOP; 50 @Implementation(minSdk = LOLLIPOP) 59 @Implementation(minSdk = LOLLIPOP) 88 @Implementation(minSdk = LOLLIPOP)
|
/external/setupcompat/main/java/com/google/android/setupcompat/view/ |
D | StatusBarBackgroundLayout.java | 59 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in onAttachedToWindow() 69 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in onDraw() 82 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in setStatusBarBackground()
|
/external/setupcompat/main/java/com/google/android/setupcompat/util/ |
D | SystemBarHelper.java | 138 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in hideSystemBars() 165 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in hideSystemBars() 186 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in showSystemBars() 240 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in setImeInsetView() 267 @TargetApi(VERSION_CODES.LOLLIPOP)
|
/external/setupcompat/main/java/com/google/android/setupcompat/template/ |
D | SystemNavBarMixin.java | 97 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP && windowOfActivity != null) { in setSystemNavBarBackground() 110 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP && windowOfActivity != null) { in getSystemNavBarBackground() 170 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in hideSystemBars() 189 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in showSystemBars()
|