/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/ |
D | LocationDataManager.java | 50 String day = Utils.getHashedDay(calendar); in getPoints() local 52 if (mPointsMap.get(day) == null) { in getPoints() 55 mPointsMap.put(day, points); in getPoints() 58 return mPointsMap.get(day); in getPoints() 67 String day = Utils.getHashedDay(calendar); in clearPoints() local 68 mPointsMap.remove(day); in clearPoints() 69 return mDbHelper.delete(day); in clearPoints() 86 mPointsMap.put(entry.day, points); in addPoint()
|
/development/samples/browseable/SpeedTracker/Shared/src/com.example.android.wearable.speedtracker.common/ |
D | Utils.java | 31 public static String getHashedDay(Calendar day) { in getHashedDay() argument 32 return day.get(Calendar.YEAR) + "-" + day.get(Calendar.DAY_OF_YEAR); in getHashedDay()
|
D | LocationEntry.java | 30 public String day; field in LocationEntry 36 this.day = Utils.getHashedDay(calendar); in LocationEntry()
|
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/ |
D | LocationDbHelper.java | 92 values.put(COLUMN_NAME_DAY, entry.day); in insert() 113 String day = Utils.getHashedDay(calendar); in read() local 123 new String[]{day}, // The values for the WHERE clause in read() 150 public final int delete(String day) { in delete() argument 154 String[] selectionArgs = {day}; in delete()
|
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
D | WeatherWidgetService.java | 73 String day = "Unknown Day"; in getViewAt() local 79 day = mCursor.getString(dayColIndex); in getViewAt() 87 rv.setTextViewText(R.id.widget_item, String.format(formatStr, temp, day)); in getViewAt() 92 extras.putString(WeatherWidgetProvider.EXTRA_DAY_ID, day); in getViewAt()
|
D | WeatherDataProvider.java | 39 String day; field in WeatherDataPoint 43 day = d; in WeatherDataPoint() 98 c.addRow(new Object[]{ new Integer(i), data.day, new Integer(data.degrees) }); in query()
|
D | WeatherWidgetProvider.java | 144 final String day = intent.getStringExtra(EXTRA_DAY_ID); in onReceive() local 146 Toast.makeText(ctx, String.format(formatStr, day), Toast.LENGTH_SHORT).show(); in onReceive()
|
/development/scripts/ |
D | aday | 8 day = int(build[3:5]) 14 return datetime.date(year, month + 1, 1) + datetime.timedelta(days=day - 1)
|
/development/tools/repo_diff/service/repodiff/utils/ |
D | time.go | 15 year, month, day := t.Unix(int64(timestamp), 0).Date() 16 return fmt.Sprintf("%04d-%02d-%02d", year, month, day)
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 841 resurrection - n. (New Testament) the rising of Christ on the third day after the Crucifixion
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 3816 the 60 day notice period specified above.
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 14950 …argument to AC_DEFINE for our two custom symbols, so ftconfig.in could one day be rebuilt with aut… 25323 …w one for libusb 1.0 and libusb-glue.c is the old one, which will hopefully be phased out one day." 30824 …F1sSGmaP98IwfKU-A@fakeemail.com,Don't show Lightbringer disclosure dialog after 1 day since viewed. 32001 …chemastypes.c: accept endOfDayFrag Times set to ""24:00:00"" mean ""end of day"" and should not ca… 35005 …ive normalization failures) with range checks for seconds, minutes, hours, day of month, and month… 41811 …HWFQeGe7jITqpLBhA@fakeemail.com,Add dumpsys command to CarService to change day/night mode from adb 76509 …m/external/autotest,fake_MLikz6ebR1SfVYGkcME9rw@fakeemail.com,graphics_per-day suite: Increase tim… 77738 …xternal/autotest,fake_MLikz6ebR1SfVYGkcME9rw@fakeemail.com,graphics_Drm: only run tests once a day. 115074 …DeskClock,fake_grqxr3fHRZey3mwKZP3ldw@fakeemail.com,Center world clock city/day labels in landscape
|