HomeSort by relevance Sort by last modified time
    Searched refs:titleString (Results 1 - 8 of 8) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java 185 String titleString = cursor.getString(AgendaWindowAdapter.INDEX_TITLE);
186 if (titleString == null || titleString.length() == 0) {
187 titleString = mNoTitleLabel;
189 title.setText(titleString);
  /external/replicaisland/src/com/replica/replicaisland/
LevelTree.java 103 String titleString = null;
128 titleString = context.getString(value);
137 currentLevel = new Level(levelResource, null, titleString, timeStamp, inThePast, restartable, showWaitMessage);
  /developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
MainActivity.java 259 * @param titleString is the title
264 private Coupon(String titleString, String subtitleString, String imageAssetFilePath) {
265 mTitle = titleString;
  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java 145 final String titleString = (kind.titleRes == -1 || kind.titleRes == 0)
148 mIcon.setContentDescription(titleString);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 595 milliseconds