Home
last modified time | relevance | path

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

12345678910>>...46

/packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
DEmbmsTestDownloadApp.java163 "Error " + errorCode + ": " + message, Toast.LENGTH_SHORT).show());
171 Toast.LENGTH_SHORT).show());
178 "Initialization done", Toast.LENGTH_SHORT).show());
222 "temp file root set to " + downloadDir, Toast.LENGTH_SHORT).show(); in onCreate()
234 "temp file root set to " + downloadDir, Toast.LENGTH_SHORT).show(); in onCreate()
249 "No download service bound", Toast.LENGTH_SHORT).show(); in onCreate()
256 "No file service selected", Toast.LENGTH_SHORT).show(); in onCreate()
288 "No download service bound", Toast.LENGTH_SHORT).show(); in onCreate()
302 "No download service bound", Toast.LENGTH_SHORT).show(); in onCreate()
308 "No DownloadRequest Pending for progress...", Toast.LENGTH_SHORT).show(); in onCreate()
[all …]
/packages/apps/Car/libs/car-ui-lib/tests/paintbooth/src/com/android/car/ui/paintbooth/dialogs/
DDialogsActivity.java109 .show(); in showDialog()
117 .show(); in showDialogWithIcon()
123 .show(); in showDialogWithNoButtonProvided()
138 .show(); in showDialogWithCheckbox()
147 .show(); in showDialogWithTextBox()
155 .show(); in showDialogWithOnlyPositiveButton()
165 .show(); in showDialogWithoutTitle()
169 Toast.makeText(this, "Toast message looks like this", Toast.LENGTH_LONG).show(); in showToast()
177 .show(); in showDialogWithSubtitle()
199 .show(); in showDialogWithSingleChoiceItems()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DSnackbars.java40 Snackbars.makeSnackbar(activity, msg, Snackbar.LENGTH_LONG).show(); in showDocumentsClipped()
45 makeSnackbar(activity, message, Snackbar.LENGTH_LONG).show(); in showMove()
50 makeSnackbar(activity, message, Snackbar.LENGTH_LONG).show(); in showCopy()
55 makeSnackbar(activity, message, Snackbar.LENGTH_LONG).show(); in showCompress()
60 makeSnackbar(activity, message, Snackbar.LENGTH_LONG).show(); in showExtract()
65 makeSnackbar(activity, message, Snackbar.LENGTH_LONG).show(); in showDelete()
69 makeSnackbar(activity, R.string.file_operation_rejected, Snackbar.LENGTH_LONG).show(); in showOperationRejected()
73 makeSnackbar(activity, R.string.file_operation_error, Snackbar.LENGTH_LONG).show(); in showOperationFailed()
77 makeSnackbar(activity, R.string.rename_error, Snackbar.LENGTH_LONG).show(); in showRenameFailed()
83 Snackbar.make(view, R.string.inspector_load_error, Snackbar.LENGTH_INDEFINITE).show(); in showInspectorError()
[all …]
DDialogController.java136 mCurrentProgressDialog.show(); in showProgressDialog()
143 mActivity, R.string.toast_action_not_allowed, Snackbar.LENGTH_LONG).show(); in showActionNotAllowed()
149 mActivity, R.string.toast_no_application, Snackbar.LENGTH_LONG).show(); in showNoApplicationFound()
160 Snackbar.LENGTH_LONG).show(); in showViewInArchivesUnsupported()
171 Snackbars.makeSnackbar(mActivity, message, Snackbar.LENGTH_LONG).show(); in showShareOverLimit()
176 ConfirmFragment.show(fm, pickTarget, type); in confirmAction()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationInputManager.java64 void showHideSimSelector(boolean show); in showHideSimSelector() argument
191 public void showHideMediaPicker(final boolean show, final boolean animate) { in showHideMediaPicker() argument
192 showHideInternal(mMediaInput, show, animate); in showHideMediaPicker()
201 public boolean showHideSimSelector(final boolean show, final boolean animate) { in showHideSimSelector() argument
202 return showHideInternal(mSimInput, show, animate); in showHideSimSelector()
205 public void showHideImeKeyboard(final boolean show, final boolean animate) { in showHideImeKeyboard() argument
206 showHideInternal(mImeInput, show, animate); in showHideImeKeyboard()
261 public boolean showHideInternal(final ConversationInput target, final boolean show, in showHideInternal() argument
267 if (target.mShowing == show) { in showHideInternal()
272 if (!show) { in showHideInternal()
[all …]
DConversationSimSelector.java51 final boolean show = mPendingShow.first; in onSubscriptionListDataLoaded()
58 show, animate); in onSubscriptionListDataLoaded()
80 public boolean show(boolean animate) { in show() method in ConversationSimSelector
90 private boolean showHide(final boolean show, final boolean animate) { in showHide() argument
96 mSimSelectorView.showOrHide(show, animate); in showHide()
97 return mSimSelectorView.isOpen() == show; in showHide()
99 mPendingShow = Pair.create(show, animate); in showHide()
/packages/services/Mtp/tests/src/com/android/mtp/
DTestResultInstrumentation.java54 show("ERROR", test, t); in addError()
60 show("FAIL", test, t); in addFailure()
66 show("PASS", test, null); in endTest()
75 void show(String message) { in show() method in TestResultInstrumentation
76 TestResultActivity.show(getContext(), " " + message); in show()
79 private void show(String tag, Test test, Throwable t) { in show() method in TestResultInstrumentation
84 TestResultActivity.show( in show()
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DTrampolineActivity.java64 .show(); in onCreate()
76 .show(); in onCreate()
98 Toast.makeText(this, R.string.dialog_file_missing_body, Toast.LENGTH_SHORT).show(); in onCreate()
116 PausedDialogFragment.show(getFragmentManager(), id, size); in onCreate()
126 .show(); in onCreate()
132 FailedDialogFragment.show(getFragmentManager(), id, reason); in onCreate()
145 public static void show(FragmentManager fm, long id, long size) { in show() method in TrampolineActivity.PausedDialogFragment
151 dialog.show(fm, TAG_PAUSED); in show()
207 public static void show(FragmentManager fm, long id, int reason) { in show() method in TrampolineActivity.FailedDialogFragment
213 dialog.show(fm, TAG_FAILED); in show()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDialogUiTest.java88 mActivityTestRule.runOnUiThread(() -> CreateDirectoryFragment.show(mFragmentManager)); in testCreateDialogShows()
99 mActivityTestRule.runOnUiThread(() -> CreateDirectoryFragment.show(mFragmentManager)); in testCreateDialogShowsDismiss()
116 mActivityTestRule.runOnUiThread(() -> CreateDirectoryFragment.show(mFragmentManager)); in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait()
136 mActivityTestRule.runOnUiThread(() -> CreateDirectoryFragment.show(mFragmentManager)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity()
157 mActivityTestRule.runOnUiThread(() -> CreateDirectoryFragment.show(mFragmentManager)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity()
177 mActivityTestRule.runOnUiThread(() -> CreateDirectoryFragment.show(mFragmentManager)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity()
198 mActivityTestRule.runOnUiThread(() -> CreateDirectoryFragment.show(mFragmentManager)); in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape()
221 CreateDirectoryFragment.show(mFragmentManager); in testCreateDirectoryFragmentShows_skipWhenStateSaved()
229 DeleteDocumentFragment.show(mFragmentManager, null, null); in testDeleteDocumentFragmentShows_skipWhenStateSaved()
237 RenameDocumentFragment.show(mFragmentManager, new DocumentInfo()); in testRenameDocumentFragmentShows_skipWhenStateSaved()
[all …]
/packages/apps/Car/libs/car-ui-lib/tests/paintbooth/src/com/android/car/ui/paintbooth/toolbar/
DToolbarActivity.java111 Toast.LENGTH_SHORT).show()) in onCreate()
122 Toast.LENGTH_SHORT).show()) in onCreate()
135 .show()) in onCreate()
145 Toast.LENGTH_SHORT).show()) in onCreate()
157 Toast.LENGTH_SHORT).show()) in onCreate()
170 Toast.LENGTH_SHORT).show()) in onCreate()
181 Toast.LENGTH_SHORT).show()) in onCreate()
201 Toast.LENGTH_SHORT).show()) in onCreate()
215 .show()) in onCreate()
230 Toast.LENGTH_SHORT).show()) in onCreate()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DSetupSkipDialogTest.java50 setupSkipDialog.show(mActivity.getSupportFragmentManager()); in frpMessages_areShownCorrectly_whenNotSupported()
65 setupSkipDialog.show(mActivity.getSupportFragmentManager()); in frpMessages_areShownCorrectly_whenSupported()
80 setupSkipDialog.show(mActivity.getSupportFragmentManager()); in dialogMessage_whenSkipPinSetupForFace_shouldShownCorrectly()
95 setupSkipDialog.show(mActivity.getSupportFragmentManager()); in dialogMessage_whenSkipPasswordSetupForFace_shouldShownCorrectly()
110 setupSkipDialog.show(mActivity.getSupportFragmentManager()); in dialogMessage_whenSkipPatternSetupForFace_shouldShownCorrectly()
125 setupSkipDialog.show(mActivity.getSupportFragmentManager()); in dialogMessage_whenSkipPinSetupForFingerprint_shouldShownCorrectly()
140 setupSkipDialog.show(mActivity.getSupportFragmentManager()); in dialogMessage_whenSkipPasswordSetupForFingerprint_shouldShownCorrectly()
155 setupSkipDialog.show(mActivity.getSupportFragmentManager()); in dialogMessage_whenSkipPatternSetupForFingerprint_shouldShownCorrectly()
/packages/services/Telephony/testapps/SmsManagerTestApp/src/com/android/phone/testapps/smsmanagertestapp/
DSmsManagerTestApp.java106 Toast.makeText(this, "read_phone_state denied.", Toast.LENGTH_SHORT).show(); in onRequestPermissionsResult()
126 Toast.LENGTH_LONG).show(); in onActivityResult()
129 Toast.LENGTH_SHORT).show(); in onActivityResult()
141 Toast.LENGTH_SHORT).show(); in sendOutgoingSms()
157 Toast.LENGTH_SHORT).show(); in sendOutgoingSmsService()
182 Toast.LENGTH_SHORT).show(); in getSubIdForResult()
206 Toast.LENGTH_LONG).show(); in getPhoneNumber()
/packages/apps/DeskClock/src/com/android/deskclock/
DMoveScreensaverRunnable.java130 final AnimatorSet show = new AnimatorSet(); in run() local
131 show.setDuration(FADE_TIME); in run()
132 show.setInterpolator(mDeceleration); in run()
133 show.play(getAlphaAnimator(mSaverView, 0f, 1f)) in run()
135 show.addListener(new AnimatorListenerAdapter() { in run()
145 all.play(show).after(hide); in run()
/packages/apps/Settings/src/com/android/settings/wifi/
DNetworkRequestDialogActivity.java80 mDialogFragment.show(getSupportFragmentManager(), TAG); in onCreate()
91 mProgressDialog.show(); in showProgressDialog()
102 mDialogFragment.show(getSupportFragmentManager(), TAG); in showSingleSsidRequestDialog()
164 dialogFragment.show(getSupportFragmentManager(), TAG); in stopScanningAndPopErrorDialog()
211 .show(); in onUserSelectionConnectSuccess()
221 .show(); in onUserSelectionConnectFailure()
248 mDialogFragment.show(getSupportFragmentManager(), TAG); in onClickRescanButton()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactPickerFragment.java505 private void startExplodeTransitionForContactLists(final boolean show) { in startExplodeTransitionForContactLists() argument
528 toggleContactListItemsVisibilityForPendingTransition(show); in startExplodeTransitionForContactLists()
535 private void toggleContactListItemsVisibilityForPendingTransition(final boolean show) { in toggleContactListItemsVisibilityForPendingTransition() argument
540 mAllContactsListViewHolder.toggleVisibilityForPendingTransition(show, mPendingExplodeView); in toggleContactListItemsVisibilityForPendingTransition()
541 mFrequentContactsListViewHolder.toggleVisibilityForPendingTransition(show, in toggleContactListItemsVisibilityForPendingTransition()
545 private void showHideContactPagerWithAnimation(final boolean show) { in showHideContactPagerWithAnimation() argument
547 if (show == isPagerVisible) { in showHideContactPagerWithAnimation()
551 mCustomHeaderViewPager.animate().alpha(show ? 1F : 0F) in showHideContactPagerWithAnimation()
552 .setStartDelay(!show ? UiUtils.COMPOSE_TRANSITION_DURATION : 0) in showHideContactPagerWithAnimation()
557 mCustomHeaderViewPager.setAlpha(show ? 0F : 1F); in showHideContactPagerWithAnimation()
[all …]
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DConfirmationDialogFragmentTest.java81 dialogFragment.show(mFragment.getFragmentManager(), ConfirmationDialogFragment.TAG); in buildDialogFragment_hasTitleAndMessage()
92 dialogFragment.show(mFragment.getFragmentManager(), ConfirmationDialogFragment.TAG); in buildDialogFragment_positiveButtonSet_negativeAndNeutralButtonNotVisible()
107 dialogFragment.show(mFragment.getFragmentManager(), ConfirmationDialogFragment.TAG); in buildDialogFragment_negativeButtonSet_positiveAndNeutralButtonNotVisible()
122 dialogFragment.show(mFragment.getFragmentManager(), ConfirmationDialogFragment.TAG); in buildDialogFragment_neutralButtonSet_positiveAndNegativeButtonNotVisible()
138 dialogFragment.show(mFragment.getFragmentManager(), ConfirmationDialogFragment.TAG); in clickPositiveButton_callsCallbackWithArgs()
152 dialogFragment.show(mFragment.getFragmentManager(), ConfirmationDialogFragment.TAG); in clickNegativeButton_callsCallbackWithArgs()
165 dialogFragment.show(mFragment.getFragmentManager(), ConfirmationDialogFragment.TAG); in dismissDialog_callsCallbackWithArgs()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestDialerActivity.java152 Toast.makeText(this, message, Toast.LENGTH_SHORT).show(); in showToast()
160 Toast.makeText(this, "Privileged dialer operation failed", Toast.LENGTH_SHORT).show(); in cancelMissedCallNotification()
163 Toast.makeText(this, "Privileged dialer operation succeeded", Toast.LENGTH_SHORT).show(); in cancelMissedCallNotification()
185 Toast.LENGTH_LONG).show(); in enableCarMode()
191 Toast.LENGTH_LONG).show(); in enableCarMode()
197 Toast.makeText(this, "Disabling car mode", Toast.LENGTH_LONG).show(); in disableCarMode()
212 Toast.makeText(this, "Is UI enabled? " + isEnabled, Toast.LENGTH_LONG).show(); in toggleInCallService()
/packages/apps/Settings/src/com/android/settings/datausage/
DBillingCycleSettings.java158 CycleEditorFragment.show(this); in onPreferenceTreeClick()
162 BytesEditorFragment.show(this, false); in onPreferenceTreeClick()
166 BytesEditorFragment.show(this, true); in onPreferenceTreeClick()
180 ConfirmLimitFragment.show(this); in onPreferenceChange()
247 public static void show(DataUsageEditController parent, boolean isLimit) { in show() method in BillingCycleSettings.BytesEditorFragment
263 dialog.show(targetFragment.getFragmentManager(), TAG_WARNING_EDITOR); in show()
368 public static void show(BillingCycleSettings parent) { in show() method in BillingCycleSettings.CycleEditorFragment
377 dialog.show(parent.getFragmentManager(), TAG_CYCLE_EDITOR); in show()
437 public static void show(BillingCycleSettings parent) { in show() method in BillingCycleSettings.ConfirmLimitFragment
457 dialog.show(parent.getFragmentManager(), TAG_CONFIRM_LIMIT); in show()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DBillingCycleSettings.java157 CycleEditorFragment.show(this); in onPreferenceTreeClick()
160 BytesEditorFragment.show(this, false); in onPreferenceTreeClick()
163 BytesEditorFragment.show(this, true); in onPreferenceTreeClick()
177 ConfirmLimitFragment.show(this); in onPreferenceChange()
244 public static void show(DataUsageEditController parent, boolean isLimit) { in show() method in BillingCycleSettings.BytesEditorFragment
260 dialog.show(targetFragment.getFragmentManager(), TAG_WARNING_EDITOR); in show()
353 public static void show(BillingCycleSettings parent) { in show() method in BillingCycleSettings.CycleEditorFragment
362 dialog.show(parent.getFragmentManager(), TAG_CYCLE_EDITOR); in show()
422 public static void show(BillingCycleSettings parent) { in show() method in BillingCycleSettings.ConfirmLimitFragment
442 dialog.show(parent.getFragmentManager(), TAG_CONFIRM_LIMIT); in show()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DPieRenderer.java204 show(false); in showInCenter()
212 show(true); in showInCenter()
217 show(false); in hide()
224 private void show(boolean show) { in show() method in PieRenderer
225 if (show) { in show()
242 setVisible(show); in show()
243 mHandler.sendEmptyMessage(show ? MSG_OPEN : MSG_CLOSE); in show()
350 show(false); in startFadeOut()
426 show(true); in onTouchEvent()
441 show(false); in onTouchEvent()
[all …]
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DPieRenderer.java206 show(false); in showInCenter()
214 show(true); in showInCenter()
219 show(false); in hide()
227 private void show(boolean show) { in show() method in PieRenderer
228 if (show) { in show()
245 setVisible(show); in show()
246 handler.sendEmptyMessage(show ? MSG_OPEN : MSG_CLOSE); in show()
350 show(false); in startFadeOut()
427 show(true); in onTouchEvent()
442 show(false); in onTouchEvent()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DPrivateVolumeSettings.java429 RenameFragment.show(this, mVolume); in onOptionsItemSelected()
507 SystemInfoFragment.show(this); in onPreferenceTreeClick()
512 OtherInfoFragment.show(this, mStorageManager.getBestVolumeDescription(mVolume), in onPreferenceTreeClick()
518 ConfirmClearCacheFragment.show(this); in onPreferenceTreeClick()
526 UserInfoFragment.show(this, pref.getTitle(), pref.getSummary()); in onPreferenceTreeClick()
697 public static void show(PrivateVolumeSettings parent, VolumeInfo vol) { in show() method in PrivateVolumeSettings.RenameFragment
705 dialog.show(parent.getFragmentManager(), TAG_RENAME); in show()
748 public static void show(Fragment parent) { in show() method in PrivateVolumeSettings.SystemInfoFragment
753 dialog.show(parent.getFragmentManager(), TAG_SYSTEM_INFO); in show()
772 public static void show(Fragment parent, String title, VolumeInfo sharedVol, int userId) { in show() method in PrivateVolumeSettings.OtherInfoFragment
[all …]
/packages/services/Car/tests/UxRestrictionsSample/src/com/google/android/car/uxr/sample/
DMainActivity.java236 dialogFragment.show(getSupportFragmentManager(), DIALOG_FRAGMENT_TAG); in showConfigurationDialog()
265 Toast.makeText(this, "Config saved successfully", Toast.LENGTH_SHORT).show(); in onConfirm()
267 Toast.makeText(this, "Config failed to save", Toast.LENGTH_SHORT).show(); in onConfirm()
278 .show(); in showStagedUxRestrictionsConfig()
288 .show(); in showStagedUxRestrictionsConfig()
301 .show(); in showProdUxRestrictionsConfig()
311 .show(); in showProdUxRestrictionsConfig()
/packages/apps/Dialer/java/com/android/dialer/blocking/
DBlockNumberDialogFragment.java61 public static BlockNumberDialogFragment show( in show() method in BlockNumberDialogFragment
74 newFragment.show(fragmentManager, BlockNumberDialogFragment.BLOCK_DIALOG_FRAGMENT); in show()
183 .show(); in onActivityCreated()
225 Snackbar.make(parentView, undoMessage, Snackbar.LENGTH_LONG).show(); in blockNumber()
250 .show(); in blockNumber()
276 Snackbar.make(parentView, undoMessage, Snackbar.LENGTH_LONG).show(); in unblockNumber()
301 .show(); in unblockNumber()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DRemoveAccountPreferenceController.java95 ConfirmRemoveAccountDialog.show(mParentFragment, mAccount, mUserHandle); in onClick()
113 public static ConfirmRemoveAccountDialog show( in show() method in RemoveAccountPreferenceController.ConfirmRemoveAccountDialog
124 dialog.show(parent.getFragmentManager(), REMOVE_ACCOUNT_DIALOG); in show()
174 RemoveAccountFailureDialog.show(getTargetFragment()); in onClick()
190 public static void show(Fragment parent) { in show() method in RemoveAccountPreferenceController.RemoveAccountFailureDialog
196 dialog.show(parent.getFragmentManager(), FAILED_REMOVAL_DIALOG); in show()

12345678910>>...46