Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 115) sorted by relevance

12345

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarSyncTestingBase.java234 public EventInfo(String title, String startDate, String endDate, in EventInfo()
239 public EventInfo(String title, long startDate, long endDate, in EventInfo()
250 public EventInfo(String title, long startDate, long endDate, in EventInfo()
263 public EventInfo(String title, String startDate, String endDate, in EventInfo()
268 public void init(String title, String startDate, String endDate, in init()
288 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo()
294 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo()
299 public void init(String title, String description, String startDate, String endDate, in init()
331 public EventInfo(String originalTitle, String originalInstance, String title, in EventInfo()
338 String title, String description, String startDate, String endDate, in init()
DSyncCalendarTest.java107 String title = cursor.getString(cursor.getColumnIndex("title")); in testEditEventDate() local
139 String title = cursor.getString(cursor.getColumnIndex("title")); in testEditEventDescription() local
DCalendarProviderTest.java305 String title = cursor.getString(titleColumn); in execute() local
407 public EventInfo(String title, String startDate, String endDate, in EventInfo()
413 public EventInfo(String title, String startDate, String endDate, in EventInfo()
418 public void init(String title, String startDate, String endDate, in init()
438 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo()
444 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo()
449 public void init(String title, String description, String startDate, String endDate, in init()
481 public EventInfo(String originalTitle, String originalInstance, String title, in EventInfo()
488 String title, String description, String startDate, String endDate, in init()
1060 private int deleteMatchingEvents(String title) { in deleteMatchingEvents()
[all …]
/packages/apps/Email/src/com/android/email/activity/
DProgressListener.java33 void showProgress(Context context, String title, String message, long currentProgress, in showProgress()
44 void updateProgress(Context context, String title, String message, long currentProgress, in updateProgress()
/packages/apps/Browser/src/com/android/browser/
DAddBookmarkPage.java81 String title = null; in onCreate() local
145 …private boolean updateBookmarksDB(String title, String url, Bitmap thumbnail, String touchIconUrl)… in updateBookmarksDB()
166 String title = mTitle.getText().toString().trim(); in save() local
/packages/apps/IM/src/com/android/im/service/
DStatusBarNotifier.java76 String title = nickname; in notifyChat() local
90 String title = nickname; in notifySubscriptionRequest() local
105 String title = mContext.getString(R.string.notify_groupchat_label); in notifyGroupInvitation() local
164 private void notify(String sender, String title, String tickerText, String message, in notify()
204 public Item(String title, String message, Intent intent) { in Item()
226 … public synchronized void addItem(String sender, String title, String message, Intent intent) { in addItem()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotification.java75 void addItem(String title, int currentBytes, int totalBytes) { in addItem()
146 String title = c.getString(titleColumn); in updateActiveNotification() local
178 StringBuilder title = new StringBuilder(item.mTitles[0]); in updateActiveNotification() local
255 String title = c.getString(titleColumn); in updateCompletedNotification() local
/packages/apps/Launcher2/src/com/android/launcher2/
DFolderInfo.java33 CharSequence title; field in FolderInfo
DApplicationInfo.java34 CharSequence title; field in ApplicationInfo
/packages/apps/Launcher/src/com/android/launcher/
DFolderInfo.java33 CharSequence title; field in FolderInfo
DApplicationInfo.java34 CharSequence title; field in ApplicationInfo
/packages/apps/Calendar/src/com/android/calendar/
DAgendaAdapter.java44 TextView title; field in AgendaAdapter.ViewHolder
86 TextView title = holder.title; in bindView() local
DMonthActivity.java88 TextView title = (TextView) findViewById(R.id.title); in goTo() local
129 TextView title = (TextView) findViewById(R.id.title); in goToToday() local
247 TextView title = (TextView) findViewById(R.id.title); in onCreate() local
DAlertReceiver.java151 String title = alertCursor.getString(ALERT_INDEX_TITLE); in updateAlertNotification() local
161 public static Notification makeNewAlertNotification(Context context, String title, in makeNewAlertNotification()
/packages/apps/Mms/src/com/android/mms/ui/
DAttachmentTypeSelectorAdapter.java82 protected static void addItem(List<IconListItem> data, String title, in addItem()
91 public AttachmentListItem(String title, int resource, int command) { in AttachmentListItem()
DLayoutSelectorAdapter.java45 protected static void addItem(List<IconListItem> data, String title, int resource) { in addItem()
DNumberPickerDialog.java66 int title) { in NumberPickerDialog()
83 int title) { in NumberPickerDialog()
DIconListAdapter.java72 public IconListItem(String title, int resource) { in IconListItem()
/packages/apps/IM/src/com/android/im/app/
DSimpleAlertHandler.java78 public void showAlert(CharSequence title, int messageId) { in showAlert()
82 public void showAlert(final CharSequence title, final CharSequence message) { in showAlert()
DSimpleInputActivity.java52 CharSequence title = extras.getCharSequence(EXTRA_TITLE); in onCreate() local
/packages/apps/Mms/src/org/w3c/dom/smil/
DElementLayout.java27 public void setTitle(String title) in setTitle()
/packages/providers/CalendarProvider/
Dmaketests.py112 title = "" variable
114 title = title + c.nodeValue variable
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java278 String title; in updateCompletedNotification() local
330 String title = mContext.getString(R.string.incoming_file_confirm_Notification_title); in updateIncomingFileConfirmNotification() local
/packages/apps/Stk/src/com/android/stk/
DToneDialog.java69 View title = findViewById(com.android.internal.R.id.title); in onCreate() local
/packages/apps/GlobalSearch/src/com/android/globalsearch/
DSuggestionData.java47 String title, in SuggestionData()
370 public Builder title(String title) { in title() method in SuggestionData.Builder

12345