Home
last modified time | relevance | path

Searched defs:totalLength (Results 1 – 10 of 10) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/
DCollectionUtils.java33 int totalLength = first.length; in concatAll() local
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DEllipsizeLayout.java65 int totalLength = 0; in onMeasure() local
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimer.java101 Timer(int id, State state, long length, long totalLength, long lastStartTime, in Timer()
228 final long totalLength; in addMinute() local
DTimerDAO.java92 final long totalLength = prefs.getLong(TOTAL_LENGTH + id, Long.MIN_VALUE); in getTimers() local
/packages/apps/Contacts/src/com/android/contacts/util/
DContactPhotoUtils.java160 int totalLength = 0; in savePhotoFromUriToUri() local
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java689 final int totalLength = mTotalLength; in measureVertical() local
717 final int totalLength = mTotalLength; in measureVertical() local
799 final int totalLength = mTotalLength; in measureVertical() local
903 final int totalLength = mTotalLength; in measureVertical() local
/packages/services/Telephony/src/org/apache/james/mime4j/codec/
DEncoderUtil.java516 int totalLength = prefix.length() + encodedLength in encodeB() local
544 int totalLength = prefix.length() + encodedLength in encodeQ() local
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
DEncoderUtil.java516 int totalLength = prefix.length() + encodedLength in encodeB() local
544 int totalLength = prefix.length() + encodedLength in encodeQ() local
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java223 int totalLength = FILE_CONTENT.length(); in buildPartialResponse() local
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java302 int totalLength = 0; in makePduBody() local