Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 151) sorted by relevance

1234567

/cts/tests/tests/media/res/raw/
Dvp90_2_17_show_existing_frame_vp9_md51 b71ca5ad650170ac921a71a6440fb508 vp90-2-17-show-existing-frame.webm-352x288-0001.i420
2 edc30ba14b73198ca827c1b216957dec vp90-2-17-show-existing-frame.webm-352x288-0002.i420
3 1902c5b3a82f6bdeb80a5b053909df04 vp90-2-17-show-existing-frame.webm-352x288-0003.i420
4 9a96e33ed546d7961c6e5bc48244a5c7 vp90-2-17-show-existing-frame.webm-352x288-0004.i420
5 b02a48630b0f3c08c61dd2518b55ea39 vp90-2-17-show-existing-frame.webm-352x288-0005.i420
6 8ac9cec1101a46bf4ba20191b7ba3f07 vp90-2-17-show-existing-frame.webm-352x288-0006.i420
7 88ea8c3cb9eca47152b5d22435a06675 vp90-2-17-show-existing-frame.webm-352x288-0007.i420
8 bff3406209ec0d592a891dff2b58d6cd vp90-2-17-show-existing-frame.webm-352x288-0008.i420
9 b71ca5ad650170ac921a71a6440fb508 vp90-2-17-show-existing-frame.webm-352x288-0009.i420
10 edc30ba14b73198ca827c1b216957dec vp90-2-17-show-existing-frame.webm-352x288-0010.i420
[all …]
Dvp90_2_10_show_existing_frame_vp9_md51 18981342ec178e082519451062c3a67f vp90-2-10-show-existing-frame-352x288-0001.i420
2 04ab9dbeac49ec31be58f6e671698e05 vp90-2-10-show-existing-frame-352x288-0002.i420
3 4ed58a0ba93a5d97a232a50c5876cda2 vp90-2-10-show-existing-frame-352x288-0003.i420
4 a41f00034923e56ba51a0b598acc2e3a vp90-2-10-show-existing-frame-352x288-0004.i420
5 63fa55ae9535ccdf06d44cce8065dda6 vp90-2-10-show-existing-frame-352x288-0005.i420
6 a41f00034923e56ba51a0b598acc2e3a vp90-2-10-show-existing-frame-352x288-0006.i420
7 0e4b08e14d919edee2bbff2ecd47de57 vp90-2-10-show-existing-frame-352x288-0007.i420
8 0e4b08e14d919edee2bbff2ecd47de57 vp90-2-10-show-existing-frame-352x288-0008.i420
9 5d4af03fc3d410413ef2b5a6275528b7 vp90-2-10-show-existing-frame-352x288-0009.i420
10 9e932915c67a789f6877e6d3f76d3649 vp90-2-10-show-existing-frame-352x288-0010.i420
[all …]
/cts/tests/app/src/android/app/cts/
DProgressDialogTest.java85 pd.show(); in testOnStartCreateStop()
96 ProgressDialog.show(mContext, TITLE, MESSAGE); in testShow1()
101 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, false); in testShow2()
109 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true); in testShow2()
123 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false); in testShow3()
137 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true); in testShow3()
158 ProgressDialog dialog = ProgressDialog.show( in testShow4()
172 ProgressDialog dialog = ProgressDialog.show( in testShow4()
192 progressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE); in testAccessMax()
208 progressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE); in testAccessProgress()
[all …]
DAlertDialog_BuilderTest.java118 mDialog = mBuilder.show(); in testSetIconWithParamInt()
130 mDialog = mBuilder.show(); in testSetIconWithParamDrawable()
142 mDialog = mBuilder.show(); in testSetIconAttribute()
154 mDialog = mBuilder.show(); in testSetPositiveButtonWithParamInt()
175 mDialog = mBuilder.show(); in testSetPositiveButtonWithParamCharSequence()
195 mDialog = mBuilder.show(); in testSetNegativeButtonWithParamCharSequence()
215 mDialog = mBuilder.show(); in testSetNegativeButtonWithParamInt()
235 mDialog = mBuilder.show(); in testSetNeutralButtonWithParamInt()
255 mDialog = mBuilder.show(); in testSetNeutralButtonWithParamCharSequence()
274 mDialog = mBuilder.show(); in testCancelable()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DPopupMenuTest.java110 mActivityRule.runOnUiThread(mBuilder::show); in testPopulateViaInflater()
119 mActivityRule.runOnUiThread(mBuilder::show); in testDirectPopulate()
128 mActivityRule.runOnUiThread(mBuilder::show); in testAccessGravity()
138 mActivityRule.runOnUiThread(mBuilder::show); in testConstructorWithGravity()
146 mActivityRule.runOnUiThread(mBuilder::show); in testDismissalViaAPI()
169 mActivityRule.runOnUiThread(mBuilder::show); in testNestedDismissalViaAPI()
201 mActivityRule.runOnUiThread(mBuilder::show); in testDismissalViaTouch()
221 mActivityRule.runOnUiThread(mBuilder::show); in testSimpleMenuItemClickViaAPI()
245 mActivityRule.runOnUiThread(mBuilder::show); in testSubMenuClickViaAPI()
277 WidgetTestUtils.runOnMainAndLayoutSync(mActivityRule, mBuilder::show, true); in testItemViewAttributes()
[all …]
DListPopupWindowTest.java146 mActivityRule.runOnUiThread(mPopupWindowBuilder::show); in testAccessBackground()
160 mActivityRule.runOnUiThread(mPopupWindowBuilder::show); in testAccessAnimationStyle()
175 mActivityRule.runOnUiThread(mPopupWindowBuilder::show); in testAccessHeight()
217 mActivityRule.runOnUiThread(mPopupWindowBuilder::show); in testAccessWidth()
279 mActivityRule.runOnUiThread(mPopupWindowBuilder::show); in testAnchoring()
291 mActivityRule.runOnUiThread(mPopupWindowBuilder::show); in testAnchoringWithHorizontalOffset()
303 mActivityRule.runOnUiThread(mPopupWindowBuilder::show); in testAnchoringWithVerticalOffset()
315 mActivityRule.runOnUiThread(mPopupWindowBuilder::show); in testAnchoringWithRightGravity()
327 mActivityRule.runOnUiThread(mPopupWindowBuilder::show); in testAnchoringWithEndGravity()
340 mActivityRule.runOnUiThread(mPopupWindowBuilder::show); in testSetWindowLayoutType()
[all …]
DToastTest.java125 mActivityRule.runOnUiThread(mToast::show); in testShow()
139 toast.show(); in testShowFailure()
151 mToast.show(); in testCancel()
170 mToast.show(); in testAccessView()
181 mActivityRule.runOnUiThread(mToast::show); in testAccessDuration()
192 mToast.show(); in testAccessDuration()
214 mToast.show(); in testAccessMargin()
234 mToast.show(); in testAccessMargin()
260 mToast.show();
276 mToast.show(); in mActivityRule.runOnUiThread()
[all …]
DMediaControllerTest.java99 mMediaController.show(); in testMediaController()
107 mMediaController.show(); in testMediaController()
118 mMediaController.show(); in testMediaController()
136 mActivityRule.runOnUiThread(mMediaController::show); in testShow()
145 mActivityRule.runOnUiThread(() -> mMediaController.show(timeout)); in testShow()
217 mMediaController.show(); in testSetEnabled()
DDatePickerDialogTest.java76 datePickerDialog.show(); in testShowDismiss()
79 datePickerDialog.show(); in testShowDismiss()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DStartActivity.java82 Toast.makeText(this, R.string.test_failed, Toast.LENGTH_SHORT).show(); in onActivityResult()
86 Toast.makeText(this, R.string.failed_pause_resume, Toast.LENGTH_SHORT).show(); in onActivityResult()
88 Toast.makeText(this, R.string.failed, Toast.LENGTH_SHORT).show(); in onActivityResult()
90 Toast.makeText(this, R.string.passed, Toast.LENGTH_SHORT).show(); in onActivityResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DForegroundPaymentEmulatorActivity.java30 NfcDialogs.createChangeForegroundDialog(this).show(); in onResume()
41 …Dialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_foreground_payment_help)).show(); in onServicesSetup()
48 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onPaymentDefaultResult()
DSinglePaymentEmulatorActivity.java34 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onServicesSetup()
41 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onPaymentDefaultResult()
DBaseEmulatorActivity.java112 builder.show(); in makePaymentDefault()
150 mSetupDialog.show(); in onPreExecute()
189 builder.show(); in onActivityResult()
199 builder.show(); in onActivityResult()
DDualPaymentEmulatorActivity.java49 NfcDialogs.createHceTapReaderDialog(this,null).show(); in onServicesSetup()
56 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onPaymentDefaultResult()
DPrefixPaymentEmulator2Activity.java48 …Dialogs.createHceTapReaderDialog(this,getString(R.string.nfc_hce_payment_prefix_aids_help)).show(); in onServicesSetup()
55 …ialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_payment_prefix_aids_help)).show(); in onPaymentDefaultResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DCarDockActivity.java37 Toast.LENGTH_SHORT).show(); in onCreate()
49 Toast.LENGTH_SHORT).show(); in onNewIntent()
/cts/tests/tests/text/src/android/text/method/cts/
DCharacterPickerDialogTest.java81 replacePickerDialog.show(); in testOnItemClick()
91 replacePickerDialog.show(); in testOnItemClick()
105 insertPickerDialog.show(); in testOnItemClick()
122 characterPickerDialog.show(); in testOnClick()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListActivity.java79 Toast.makeText(this, R.string.runtime_permissions_error, Toast.LENGTH_SHORT).show(); in onCreate()
112 Toast.makeText(this, R.string.runtime_permissions_error, Toast.LENGTH_SHORT).show(); in onRequestPermissionsResult()
139 .show(); in handleClearItemSelected()
143 .show(); in handleClearItemSelected()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleInsecureEncryptedServerTestActivity.java87 builder.create().show(); in showErrorDialog()
106 .create().show();
120 Toast.LENGTH_SHORT).show();
DBleConnectionPriorityServerBaseActivity.java127 mDialog.show(); in showErrorDialog()
146 .create().show();
167 …ectionPriorityServerBaseActivity.this, R.string.bt_open_failed_message, Toast.LENGTH_SHORT).show();
224 mDialog.show();
241 mDialog.show(); in showProgressDialog()
DBleConnectionPriorityClientBaseActivity.java125 mDialog.show(); in showProgressDialog()
140 builder.create().show(); in showErrorDialog()
168 Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_LONG).show(); in executeNextTestImpl()
178 Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_LONG).show(); in executeNextTestImpl()
188 Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_LONG).show(); in executeNextTestImpl()
226 .create().show();
DConnectionAccessClientActivity.java143 Toast.makeText(this, R.string.bt_connecting, Toast.LENGTH_SHORT).show(); in handleStateChange()
148 Toast.makeText(this, R.string.bt_connected, Toast.LENGTH_SHORT).show(); in handleStateChange()
163 Toast.makeText(this, toast, Toast.LENGTH_SHORT).show(); in handleToast()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DComplexMovementFragment.java106 getString(R.string.error_area), Toast.LENGTH_SHORT).show(); in onCreateView()
109 getString(R.string.error_distance), Toast.LENGTH_SHORT).show(); in onCreateView()
112 getString(R.string.error_start_point), Toast.LENGTH_SHORT).show(); in onCreateView()
115 getString(R.string.error_rings_not_entered), Toast.LENGTH_SHORT).show(); in onCreateView()
183 dialog.show(); in showInitialDialog()
201 dialog.show(getActivity().getFragmentManager(), "ResultDialogFragment"); in onResult()
DAccuracyFragment.java117 getString(R.string.error_distance), Toast.LENGTH_SHORT).show(); in onCreateView()
120 getString(R.string.error_area), Toast.LENGTH_SHORT).show(); in onCreateView()
123 getString(R.string.error_start_point), Toast.LENGTH_SHORT).show(); in onCreateView()
228 dialog.show(getActivity().getFragmentManager(), "ResultDialogFragment"); in onResult()
277 dialog.show(); in showInitialDialog()
286 dialog.show(getActivity().getFragmentManager(), "Lap2DialogFragment"); in onBackToFirstWaypoint()
DRobustnessFragment.java108 getString(R.string.error_distance), Toast.LENGTH_SHORT).show(); in onCreateView()
111 getString(R.string.error_area), Toast.LENGTH_SHORT).show(); in onCreateView()
114 getString(R.string.error_start_point), Toast.LENGTH_SHORT).show(); in onCreateView()
193 dialog.show(); in showInitialDialog()
204 dialog.show(getActivity().getFragmentManager(), "ResultDialogFragment"); in onResult()

1234567