OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmapToInputStream
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
CustomizationTest.java
52
wallpaperManager.setStream(BitmapUtils.
bitmapToInputStream
(referenceWallpaper));
/cts/libs/deviceutil/src/android/cts/util/
BitmapUtils.java
86
public static ByteArrayInputStream
bitmapToInputStream
(Bitmap bmp) {
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java
142
wallpaperManager.setStream(BitmapUtils.
bitmapToInputStream
(wallpaperForStream));
Completed in 71 milliseconds