Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
DUninstallAppProgress.java141 final String statusText; in handleMessage() local
144 statusText = getString(R.string.uninstall_done); in handleMessage()
147 Toast.makeText(ctx, statusText, Toast.LENGTH_LONG).show(); in handleMessage()
176 statusText = getString( in handleMessage()
182 statusText = String.format( in handleMessage()
217 statusText = getString(R.string.uninstall_blocked_device_owner); in handleMessage()
221 statusText = getString(R.string.uninstall_failed); in handleMessage()
223 statusText = mAllUsers in handleMessage()
232 statusText = getString(R.string.uninstall_failed); in handleMessage()
235 getProgressFragment().showCompletion(statusText); in handleMessage()
[all …]
DUninstallAppProgressFragment.java101 public void showCompletion(CharSequence statusText) { in showCompletion() argument
105 ((TextView) root.findViewById(R.id.status_text)).setText(statusText); in showCompletion()