/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarSyncTestingBase.java | 234 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()
|
D | SyncCalendarTest.java | 107 String title = cursor.getString(cursor.getColumnIndex("title")); in testEditEventDate() local 139 String title = cursor.getString(cursor.getColumnIndex("title")); in testEditEventDescription() local
|
D | CalendarProviderTest.java | 305 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/ |
D | ProgressListener.java | 33 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/ |
D | AddBookmarkPage.java | 81 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/ |
D | StatusBarNotifier.java | 76 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/ |
D | DownloadNotification.java | 75 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/ |
D | FolderInfo.java | 33 CharSequence title; field in FolderInfo
|
D | ApplicationInfo.java | 34 CharSequence title; field in ApplicationInfo
|
/packages/apps/Launcher/src/com/android/launcher/ |
D | FolderInfo.java | 33 CharSequence title; field in FolderInfo
|
D | ApplicationInfo.java | 34 CharSequence title; field in ApplicationInfo
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | AgendaAdapter.java | 44 TextView title; field in AgendaAdapter.ViewHolder 86 TextView title = holder.title; in bindView() local
|
D | MonthActivity.java | 88 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
|
D | AlertReceiver.java | 151 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/ |
D | AttachmentTypeSelectorAdapter.java | 82 protected static void addItem(List<IconListItem> data, String title, in addItem() 91 public AttachmentListItem(String title, int resource, int command) { in AttachmentListItem()
|
D | LayoutSelectorAdapter.java | 45 protected static void addItem(List<IconListItem> data, String title, int resource) { in addItem()
|
D | NumberPickerDialog.java | 66 int title) { in NumberPickerDialog() 83 int title) { in NumberPickerDialog()
|
D | IconListAdapter.java | 72 public IconListItem(String title, int resource) { in IconListItem()
|
/packages/apps/IM/src/com/android/im/app/ |
D | SimpleAlertHandler.java | 78 public void showAlert(CharSequence title, int messageId) { in showAlert() 82 public void showAlert(final CharSequence title, final CharSequence message) { in showAlert()
|
D | SimpleInputActivity.java | 52 CharSequence title = extras.getCharSequence(EXTRA_TITLE); in onCreate() local
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
D | ElementLayout.java | 27 public void setTitle(String title) in setTitle()
|
/packages/providers/CalendarProvider/ |
D | maketests.py | 112 title = "" variable 114 title = title + c.nodeValue variable
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 278 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/ |
D | ToneDialog.java | 69 View title = findViewById(com.android.internal.R.id.title); in onCreate() local
|
/packages/apps/GlobalSearch/src/com/android/globalsearch/ |
D | SuggestionData.java | 47 String title, in SuggestionData() 370 public Builder title(String title) { in title() method in SuggestionData.Builder
|