Home
last modified time | relevance | path

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

12345

/cts/tests/tests/app/src/android/app/cts/
DProgressDialogTest.java84 pd.show(); in testOnStartCreateStop()
95 ProgressDialog.show(mContext, TITLE, MESSAGE); in testShow1()
100 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, false); in testShow2()
108 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true); in testShow2()
122 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false); in testShow3()
136 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true); in testShow3()
157 ProgressDialog dialog = ProgressDialog.show( in testShow4()
171 ProgressDialog dialog = ProgressDialog.show( in testShow4()
191 progressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE); in testAccessMax()
207 progressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE); in testAccessProgress()
[all …]
DAlertDialog_BuilderTest.java143 mDialog = mBuilder.show(); in testSetIconWithParamInt()
155 mDialog = mBuilder.show(); in testSetIconWithParamDrawable()
166 mDialog = mBuilder.show(); in testSetPositiveButtonWithParamInt()
182 mDialog = mBuilder.show(); in testSetPositiveButtonWithParamCharSequence()
197 mDialog = mBuilder.show(); in testSetNegativeButtonWithParamCharSequence()
212 mDialog = mBuilder.show(); in testSetNegativeButtonWithParamInt()
227 mDialog = mBuilder.show(); in testSetNeutralButtonWithParamInt()
242 mDialog = mBuilder.show(); in testSetNeutralButtonWithParamCharSequence()
257 mDialog = mBuilder.show(); in testCancelable()
299 mDialog = mBuilder.show(); in testSetOnCancelListener()
[all …]
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
DTest2DetailFragment.java55 diag.show(); in onOptionsItemSelected()
76 diag.show(); in onCreateView()
88 diag.show(); in onCreateView()
101 diag.show(); in onCreateView()
113 diag.show(); in onCreateView()
126 diag.show(); in onCreateView()
138 diag.show(); in onCreateView()
/cts/tests/tests/text/src/android/text/method/cts/
DCharacterPickerDialogTest.java76 replacePickerDialog.show(); in testOnItemClick()
86 replacePickerDialog.show(); in testOnItemClick()
100 insertPickerDialog.show(); in testOnItemClick()
116 characterPickerDialog.show(); in testOnClick()
/cts/tests/tests/widget/src/android/widget/cts/
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()
DListPopupWindowTest.java165 mPopupWindow.show(); in testShow()
191 mPopupWindow.show(); in testSetWindowLayoutType()
211 mPopupWindow.show(); in testDismiss()
303 mPopupWindow.show(); in showPopup()
/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/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()
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()
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()
DDualPaymentEmulatorActivity.java50 NfcDialogs.createHceTapReaderDialog(this,null).show(); in onServicesSetup()
57 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onPaymentDefaultResult()
DProtocolParamsEmulatorActivity.java22 getString(R.string.nfc_hce_protocol_params_emulator_help)).show(); in onResume()
/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/
DTestListActivity.java102 Toast.makeText(this, R.string.runtime_permissions_error, Toast.LENGTH_SHORT).show(); in onRequestPermissionsResult()
120 Toast.makeText(this, R.string.test_results_cleared, Toast.LENGTH_SHORT).show(); in handleClearItemSelected()
130 Toast.makeText(this, R.string.test_results_error, Toast.LENGTH_SHORT).show(); in handleViewItemSelected()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
DConstraintTestActivity.java58 toast.show(); in startTest()
112 toast.show(); in noteInvalidTest()
/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/cts/jank/leanback/
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()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGlAppSwitchTest.java154 private void showOrHideReplicaIsland(boolean show) { in showOrHideReplicaIsland() argument
155 mActivityManager.moveTaskToFront(show ? mTaskIdReplica : mTaskIdSelf, 0); in showOrHideReplicaIsland()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
DSuidFilesActivity.java95 .show(); in onCreate()
126 .show(); in onListItemClick()
176 mProgressDialog.show(); in onPreExecute()
273 .show(); in onPostExecute()

12345