Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/privatespace/delete/
DPrivateSpaceDeletionProgressFragment.java136 showToastWithCustomIcon(R.string.private_space_deleted); in showSuccessfulDeletionToast()
142 showToastWithCustomIcon(R.string.private_space_delete_failed); in showDeletionInternalErrorToast()
145 private void showToastWithCustomIcon(int stringRes) { in showToastWithCustomIcon() method in PrivateSpaceDeletionProgressFragment