Searched refs:textId (Results 1 - 4 of 4) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DNotifyingService.java93 private void showNotification(int moodId, int textId) { argument
95 CharSequence text = getText(textId);
H A DStatusBarNotifications.java193 private void setMood(int moodId, int textId, boolean showTicker) { argument
195 CharSequence text = getText(textId);
198 String tickerText = showTicker ? getString(textId) : null;
213 private void setMoodView(int moodId, int textId) { argument
224 CharSequence text = getText(textId);
/development/apps/WidgetPreview/src/com/android/widgetpreview/
H A DWidgetPreviewActivity.java290 int textId = R.string.saving_preview;
292 Toast preToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT);
297 textId = R.string.preview_saved;
299 textId = R.string.preview_save_error;
302 Toast postToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT);
/development/apps/Development/src/com/android/development/
H A DPermissionDetails.java255 private void setTextView(int viewId, int textId) { argument
257 view.setText(textId);

Completed in 103 milliseconds