Searched defs:with (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
H A DFilmstripItemAttributes.java5 * you may not use this file except in compliance with the License.
52 // TODO: Replace this with a command.
57 // TODO: Replace this with a command.
62 // TODO: Replace this with a command.
79 // TODO: Consider replacing video / image with an enum.
93 public Builder with(Attributes attribute) { method in class:FilmstripItemAttributes.Builder
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java5 * you may not use this file except in compliance with the License.
262 * @return String with whitespace characters removed from the beginning
277 * @return String with whitespace and characters in extraChars removed
303 * @return String with whitespace characters removed from the end
318 * @return String with whitespace and characters in extraChars removed
377 /** This replaces the occurrences of 'what' in 'str' with 'with'
381 * @param with replace with this
382 * @return String str where 'what' was replaced with 'wit
387 replace( String str, CharSequence what, CharSequence with) argument
[all...]

Completed in 559 milliseconds