OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInputStreamForResource
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
UriImageRequest.java
34
protected InputStream
getInputStreamForResource
() throws FileNotFoundException {
ImageRequest.java
40
* from the local content resolver, by overriding the abstract
getInputStreamForResource
() method.
82
*
getInputStreamForResource
96
protected abstract InputStream
getInputStreamForResource
() throws FileNotFoundException;
114
GifImageResource.createGifImageResource(getKey(),
getInputStreamForResource
());
129
return ImageUtils.isGif(
getInputStreamForResource
());
150
mOrientation = ImageUtils.getOrientation(
getInputStreamForResource
());
156
final InputStream inputStream =
getInputStreamForResource
();
193
final InputStream inputStream =
getInputStreamForResource
();
VideoThumbnailRequest.java
49
protected InputStream
getInputStreamForResource
() throws FileNotFoundException {
FileImageRequest.java
79
mOrientation = ImageUtils.getOrientation(
getInputStreamForResource
());
CompositeImageRequest.java
106
protected InputStream
getInputStreamForResource
() throws FileNotFoundException {
NetworkUriImageRequest.java
46
protected InputStream
getInputStreamForResource
() throws FileNotFoundException {
AvatarRequest.java
52
protected InputStream
getInputStreamForResource
() throws FileNotFoundException {
54
return super.
getInputStreamForResource
();
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar
Completed in 340 milliseconds