OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:durationInSec
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Phone/src/com/android/phone/
CallLogAsync.java
100
this.
durationInSec
= (int)(durationInMillis / 1000);
110
public final int
durationInSec
;
164
c.callType, c.timestamp, c.
durationInSec
);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java
78
public int
durationInSec
;
114
durationInSec
= cursor.getInt(INDEX_DURATION) / 1000;
134
durationInSec
= uh.update(
135
durationInSec
, cursor.getInt(INDEX_DURATION) / 1000);
206
int s =
durationInSec
;
209
mApplication.getAndroidContext(),
durationInSec
));
Completed in 563 milliseconds