Searched refs:hours (Results 1 – 6 of 6) sorted by relevance
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/ |
D | TimerFormat.java | 58 long hours = minutes / 60; in setTime() local 59 minutes = minutes - hours * 60; in setTime() 60 if (hours > 999) { in setTime() 61 hours = 0; in setTime() 66 if (hours == 0 && minutes == 0 && seconds == 0) { in setTime() 78 hours++; in setTime() 84 if (hours >= 10) { in setTime() 86 mHours = String.format(format, hours); in setTime() 87 } else if (hours > 0) { in setTime() 89 mHours = String.format(format, hours); in setTime() [all …]
|
/development/tools/logblame/ |
D | analyze_logs.py | 68 hours = make_int(6) 71 return (weeks * 604800) + (days * 86400) + (hours * 3600) + (minutes * 60) + seconds 100 hours = int(seconds / 3600) 101 seconds -= hours * 3600 102 result += "%dh" % hours
|
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/ |
D | DigitalWatchFaceCompanionConfigActivity.java | 160 setUpColorPickerSelection(R.id.hours, KEY_HOURS_COLOR, config, R.string.color_white); in setUpAllPickers() 165 setUpColorPickerListener(R.id.hours, KEY_HOURS_COLOR); in setUpAllPickers()
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | OpenGLWatchFaceService.java | 445 float hours = mCalendar.get(Calendar.HOUR) + minutes / 60f; in onDraw() local 448 final int hoursIndex = (int) (hours / 12f * 360f); in onDraw()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | DeviceAdminSample.java | 1061 long hours = (time / MS_PER_HOUR) % 24; in timeToDaysMinutesSeconds() local 1063 return context.getString(R.string.status_days_hours_minutes, days, hours, minutes); in timeToDaysMinutesSeconds()
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 6758 …atform/system/core,fake_XLbexbugS92H5Fn8s4znQA@fakeemail.com,storaged: add --hours flag for dumpsys 8482 …6aRNTluaSTu9at5rSHu1XA@fakeemail.com,Change the default max_run_time to 4 hours for TelLiveStressT… 8820 …test/connectivity,fake_3Uaj537tRAykEJlYC2ICPA@fakeemail.com,Reduced Mobility Stress time to 4 hours 33182 …apps/Settings,fake_fblvbNR2Tv-553Q0CtWj_A@fakeemail.com,Display operation hours when support is cl… 33779 …es/apps/Settings,fake_fblvbNR2Tv-553Q0CtWj_A@fakeemail.com,Show operation hours for selected count… 34399 …/Settings,fake_OIbkZa1zQ_uEGVflit1WGQ@fakeemail.com,"Change the type of ""hours"" from long to dou… 34814 …,fake_fblvbNR2Tv-553Q0CtWj_A@fakeemail.com,Enable/disable support buttons based on operation hours. 35005 … positive normalization failures) with range checks for seconds, minutes, hours, day of month, and… 38102 …cher3,fake_LC9U8-5PTGeoLepPdAlA9Q@fakeemail.com,Temporarily ignoring session broadcasts for 3 hours 69639 …ZTkM0ARnSo6O8rroZKPf9Q@fakeemail.com,MPEG4Write mdhd duration overflow after recording for 15 hours [all …]
|