Home
last modified time | relevance | path

Searched refs:captured (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DActionBarOverlayLayoutTest.java103 assertThat(mContentInsetsListener.captured, nullValue()); in topInset_consumedCutout_stable()
108 assertThat(mContentInsetsListener.captured, is(insetsWith(TOP_INSET_25, CONSUMED_CUTOUT))); in topInset_consumedCutout_stable()
115 assertThat(mContentInsetsListener.captured, nullValue()); in topInset_consumedCutout_notStable()
119 assertThat(mContentInsetsListener.captured, is(insetsWith(Insets.NONE, CONSUMED_CUTOUT))); in topInset_consumedCutout_notStable()
127 assertThat(mContentInsetsListener.captured, nullValue()); in topInset_noCutout_stable()
132 assertThat(mContentInsetsListener.captured, is(insetsWith(TOP_INSET_25, NO_CUTOUT))); in topInset_noCutout_stable()
139 assertThat(mContentInsetsListener.captured, nullValue()); in topInset_noCutout_notStable()
143 assertThat(mContentInsetsListener.captured, is(insetsWith(Insets.NONE, NO_CUTOUT))); in topInset_noCutout_notStable()
151 assertThat(mContentInsetsListener.captured, nullValue()); in topInset_cutout_stable()
156 assertThat(mContentInsetsListener.captured, is(insetsWith(TOP_INSET_25, CUTOUT_5))); in topInset_cutout_stable()
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java136 final Notification captured = captureNotification(aTag); in testBasic() local
137 assertEquals(aText, captured.extras.getString(Notification.EXTRA_TEXT)); in testBasic()
138 assertEquals(aTitle, captured.extras.getString(Notification.EXTRA_TITLE)); in testBasic()
146 final Notification captured = captureNotification(aTag); in testIcon() local
147 final Icon icon = captured.getSmallIcon(); in testIcon()
161 final Notification captured = captureNotification(aTag); in testBigText() local
162 assertSame(captured.getNotificationStyle(), Notification.BigTextStyle.class); in testBigText()
163 assertEquals(aText, captured.extras.getString(Notification.EXTRA_TEXT)); in testBigText()
164 assertEquals(bigText, captured.extras.getString(Notification.EXTRA_BIG_TEXT)); in testBigText()
176 final Notification captured = captureNotification(aTag); in testBigPicture() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStorageTests.java549 TerribleFailure[] captured = new TerribleFailure[1]; in suppressAndReturnWtf() local
550 TerribleFailureHandler prevWtfHandler = Log.setWtfHandler((t, w, s) -> captured[0] = w); in suppressAndReturnWtf()
556 return captured[0]; in suppressAndReturnWtf()
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt39 to be captured by changing the number on the spinner (between 1-10).
/frameworks/av/drm/libmediadrm/protos/
Dmetrics.proto22 // This message contains the specific metrics captured by DrmMetrics. It is
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java337 final boolean captured = (mDragging || mLongPressSent || mMenuRowIntercepting); in onInterceptTouchEvent()
343 if (captured) return true; in onInterceptTouchEvent()
/frameworks/base/proto/src/
Dsystem_messages.proto34 // Notify the user that a screenshot was captured.