Searched refs:statusText (Results 1 – 2 of 2) sorted by relevance
141 final String statusText; in handleMessage() local144 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 …]
101 public void showCompletion(CharSequence statusText) { in showCompletion() argument105 ((TextView) root.findViewById(R.id.status_text)).setText(statusText); in showCompletion()