OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setWallpaper
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
SetWallpaperActivity.java
37
* <h3>
SetWallpaper
Activity</h3>
76
Button
setWallpaper
= (Button) findViewById(R.id.
setwallpaper
);
77
setWallpaper
.setOnClickListener(new OnClickListener() {
/cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java
96
mContext.
setWallpaper
(bitmap);
97
fail("Context.
setWallpaper
(BitMap) did not throw SecurityException as expected.");
103
mContext.
setWallpaper
((InputStream) null);
104
fail("Context.
setWallpaper
(InputStream) did not throw SecurityException as expected.");
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockContext.java
219
public void
setWallpaper
(Bitmap bitmap) throws IOException {
224
public void
setWallpaper
(InputStream inputStream) throws IOException {
Completed in 160 milliseconds