Searched refs:time (Results 201 - 210 of 210) sorted by relevance

123456789

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DScheduleRowPresenter.java146 mTimeView = (TextView) view.findViewById(R.id.time);
176 * Returns time view.
433 * Returns time text for time view from scheduled recording.
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramTableAdapter.java350 mTimeView = (TextView) mDetailView.findViewById(R.id.time);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java402 * Creates database the first time we try to open it.
495 long time = other.lastModified();
496 if (time < twoMonthsAgo) {
513 long time = mContext.getDatabasePath(databases[i]).lastModified();
514 if (lruTime == 0 || time < lruTime) {
516 lruTime = time;
828 db.execSQL("CREATE TABLE log (time DATETIME, message TEXT)");
922 // Delete albums and artists, then clear the modification time on songs, which
973 " INTO log (time,message) VALUES (strftime('%Y-%m-%d %H:%M:%f','now'),?);",
1047 * Copy taken time fro
[all...]
/packages/apps/TV/src/com/android/tv/
H A DMainActivity.java348 // when the time shifting is available.
751 // Every time onResume() is called the activity will be assumed to not have requested
1114 * It might be a live program. If the time shifting is available, it can be a past program, too.
1125 * Returns the current playing time in milliseconds.<p>
1127 * If the time shifting is available, the time is the playing position of the program,
1128 * otherwise, the system current time.
1423 long time = System.currentTimeMillis();
1431 + "last channel check (" + (System.currentTimeMillis() - time) + "ms)");
2177 // It takes long time fo
[all...]
/packages/apps/TV/src/com/android/tv/ui/
H A DTunableTvView.java315 .setMessage("Because the start up time of Live channels is too long," +
325 report.time = System.currentTimeMillis();
332 "Live TV start up takes long time";
334 "The start up time of Live TV is too long";
486 * Warms up the input to reduce the start time.
1244 * Returns if the time shift is available for the current channel.
1251 * Plays the media, if the current input supports time-shifting.
1264 * Pauses the media, if the current input supports time-shifting.
1277 * Rewinds the media with the given speed, if the current input supports time-shifting.
1296 * Fast-forwards the media with the given speed, if the current input supports time
[all...]
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java2175 // Consolidates all WatchedPrograms rows for a given session with watch end time information
2259 // active. Just go through a dry run with the current time to see if this
2266 // know that this watch activity ended exactly at the same time when the
2292 // long time.
2334 // programs watched on the same channel. Here the end time of the current program
2335 // becomes the new watch start time of the next program.
2371 // Find the earliest time that any of the currently watching programs ends and
2372 // schedule the next consolidation at that time.
2397 // {@code channelId} at the time {@code time}
2398 getProgramValues(long channelId, long time) argument
[all...]
/packages/apps/TV/libs/
H A Dexoplayer.jar ... matcher int timezoneShift java.util.Calendar dateTime long time public static long scaleLargeTimestamp (long, long, long) long divisionFactor long ...
H A Dexoplayer_v2.jar ... matcher int timezoneShift java.util.Calendar dateTime long time public static long scaleLargeTimestamp (long, long, long) long divisionFactor long ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1930 // running at the same time, but queries may still be running
4684 // and change accounts at the same time.)
7619 // same index at the same time (which actually happens on the phone app) we only execute
7647 final int time = (int) (end - start);
7648 mTotalTimeFastScrollingIndexGenerate += time;
7650 Log.v(TAG, "getLetterCountExtraBundle took " + time + "ms");
9793 // here, so just go ahead and start the provider. Next time the provider starts
10161 pw.printf(" request=%d miss=%d (%d%%) avg time=%dms\n",

Completed in 429 milliseconds

123456789