Home
last modified time | relevance | path

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

12345

/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.java117 mDialog = mBuilder.show(); in testSetIconWithParamInt()
129 mDialog = mBuilder.show(); in testSetIconWithParamDrawable()
141 mDialog = mBuilder.show(); in testSetIconAttribute()
153 mDialog = mBuilder.show(); in testSetPositiveButtonWithParamInt()
174 mDialog = mBuilder.show(); in testSetPositiveButtonWithParamCharSequence()
194 mDialog = mBuilder.show(); in testSetNegativeButtonWithParamCharSequence()
214 mDialog = mBuilder.show(); in testSetNegativeButtonWithParamInt()
234 mDialog = mBuilder.show(); in testSetNeutralButtonWithParamInt()
254 mDialog = mBuilder.show(); in testSetNeutralButtonWithParamCharSequence()
273 mDialog = mBuilder.show(); in testCancelable()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DPopupMenuTest.java100 runTestOnUiThread(() -> mBuilder.show()); in testPopulateViaInflater()
108 runTestOnUiThread(() -> mBuilder.show()); in testDirectPopulate()
116 runTestOnUiThread(() -> mBuilder.show()); in testAccessGravity()
125 runTestOnUiThread(() -> mBuilder.show()); in testConstructorWithGravity()
132 runTestOnUiThread(() -> mBuilder.show()); in testDismissalViaAPI()
154 runTestOnUiThread(() -> mBuilder.show()); in testNestedDismissalViaAPI()
183 runTestOnUiThread(() -> mBuilder.show()); in testDismissalViaTouch()
231 runTestOnUiThread(() -> mBuilder.show()); in testSimpleMenuItemClickViaAPI()
254 runTestOnUiThread(() -> mBuilder.show()); in testSubMenuClickViaAPI()
370 public void show() { in show() method in PopupMenuTest.Builder
[all …]
DListPopupWindowTest.java118 mPopupWindowBuilder.show(); in testAccessBackground()
130 mPopupWindowBuilder.show(); in testAccessAnimationStyle()
143 mPopupWindowBuilder.show(); in testAccessHeight()
179 mPopupWindowBuilder.show(); in testAccessWidth()
231 mPopupWindowBuilder.show(); in testAnchoring()
241 mPopupWindowBuilder.show(); in testAnchoringWithHorizontalOffset()
251 mPopupWindowBuilder.show(); in testAnchoringWithVerticalOffset()
261 mPopupWindowBuilder.show(); in testAnchoringWithRightGravity()
271 mPopupWindowBuilder.show(); in testAnchoringWithEndGravity()
282 mPopupWindowBuilder.show(); in testSetWindowLayoutType()
[all …]
DToastTest.java136 mToast.show(); in testShow()
152 toast.show(); in testShowFailure()
168 mToast.show(); in testCancel()
188 mToast.show(); in testAccessView()
201 mToast.show(); in testAccessDuration()
215 mToast.show(); in testAccessDuration()
238 mToast.show(); in testAccessMargin()
260 mToast.show(); in testAccessMargin()
287 mToast.show();
305 mToast.show();
[all …]
DMediaControllerTest.java89 mMediaController.show(); in testMediaController()
97 mMediaController.show(); in testMediaController()
108 mMediaController.show(); in testMediaController()
130 mMediaController.show(); in testShow()
147 mMediaController.show(timeout); in testShow()
243 mMediaController.show(); in testSetEnabled()
DDatePickerDialogTest.java67 d.show(); in testShowDismiss()
70 d.show(); in testShowDismiss()
/cts/tests/tests/text/src/android/text/method/cts/
DCharacterPickerDialogTest.java72 replacePickerDialog.show(); in testOnItemClick()
82 replacePickerDialog.show(); in testOnItemClick()
96 insertPickerDialog.show(); in testOnItemClick()
112 characterPickerDialog.show(); in testOnClick()
/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.java102 builder.show(); in makePaymentDefault()
140 mSetupDialog.show(); in onPreExecute()
179 builder.show(); in onActivityResult()
189 builder.show(); in onActivityResult()
DDualPaymentEmulatorActivity.java50 NfcDialogs.createHceTapReaderDialog(this,null).show(); in onServicesSetup()
57 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onPaymentDefaultResult()
DDynamicAidEmulatorActivity.java45 …alogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_payment_dynamic_aids_help)).show(); in onServicesSetup()
52 …alogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_payment_dynamic_aids_help)).show(); in onPaymentDefaultResult()
DPrefixPaymentEmulator2Activity.java49 …Dialogs.createHceTapReaderDialog(this,getString(R.string.nfc_hce_payment_prefix_aids_help)).show(); in onServicesSetup()
56 …ialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_payment_prefix_aids_help)).show(); in onPaymentDefaultResult()
DPrefixPaymentEmulatorActivity.java49 …ialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_payment_prefix_aids_help)).show(); in onServicesSetup()
56 …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/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()
130 Toast.makeText(this, R.string.test_results_cleared, Toast.LENGTH_SHORT).show(); in handleClearItemSelected()
140 Toast.makeText(this, R.string.test_results_error, Toast.LENGTH_SHORT).show(); in handleViewItemSelected()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
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()
DConnectionAccessServerActivity.java143 Toast.makeText(this, R.string.bt_listening, Toast.LENGTH_SHORT).show(); in handleStateChange()
150 Toast.makeText(this, toast, Toast.LENGTH_LONG).show(); in handleToast()
171 .show(); in onReceive()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
DConstraintTestActivity.java52 toast.show(); in startTest()
106 toast.show(); in noteInvalidTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DTurnOffWorkActivity.java76 "Cannot start settings", Toast.LENGTH_SHORT).show(); in onCreate()
111 Toast.LENGTH_SHORT).show(); in setupTests()
139 Toast.LENGTH_SHORT).show(); in setupTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DScreenLockBoundKeysTest.java99 Toast.LENGTH_LONG).show(); in onCreate()
165 Toast.LENGTH_LONG).show(); in tryEncrypt()
185 .show(); in showToast()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/
DUtils.java68 Toast.makeText(context, msg, Toast.LENGTH_LONG).show(); in showToast()
75 Toast.makeText(context, context.getString(resourceId), Toast.LENGTH_LONG).show(); in showToast()

12345