Home
last modified time | relevance | path

Searched refs:yellow (Results 1 – 5 of 5) sorted by relevance

/cts/tests/app/src/android/app/cts/
DProgressDialogTest.java66 R.drawable.yellow); in setUp()
DNotificationManagerTest.java1503 sendNotification(id, R.drawable.yellow); in testNotify()
1904 sendNotification(3, R.drawable.yellow); in testCancelAll()
2110 sendNotification(803, R.drawable.yellow); in testAutogrouping()
2111 sendNotification(804, R.drawable.yellow); in testAutogrouping()
2120 sendNotification(703, R.drawable.yellow); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled()
2121 sendNotification(704, R.drawable.yellow); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled()
2141 sendNotification(903, R.drawable.yellow); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()
2142 sendNotification(904, R.drawable.yellow); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()
2171 sendNotification(930, R.drawable.yellow); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()
2172 sendNotification(940, R.drawable.yellow); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()
/cts/tests/tests/print/src/android/print/cts/
DPrintServicesTest.java409 R.raw.yellow);
/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java628 Drawable d3 = mActivity.getDrawable(R.drawable.yellow); in testVerifyDrawable()
DTextViewTest.java4116 Drawable right = TestUtils.getDrawable(mActivity, R.drawable.yellow); in testCompound()
4176 final Drawable end = TestUtils.getDrawable(mActivity, R.drawable.yellow); in testGetCompoundDrawablesRelative()
4276 final Drawable yellow = TestUtils.getDrawable(mActivity, R.drawable.yellow); in testHandleDrawables_canBeSet_toDrawables() local
4280 mTextView.setTextSelectHandleLeft(yellow); in testHandleDrawables_canBeSet_toDrawables()
4284 assertSame(yellow, mTextView.getTextSelectHandleLeft()); in testHandleDrawables_canBeSet_toDrawables()
5022 assertEquals(mActivity.getResources().getColor(R.drawable.yellow), in testDeprecatedSetTextAppearance()
5047 assertEquals(mActivity.getResources().getColor(R.drawable.yellow), in testSetTextAppearance()
5055 assertEquals(mActivity.getResources().getColor(R.drawable.yellow), in testSetTextAppearance()