OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wmClass
(Results
1 - 3
of
3
) sorted by null
/cts/common/device-side/util/src/com/android/compatibility/common/util/
BitmapUtils.java
135
Class<?>
wmClass
= wallpaperManager.getClass();
136
Method methodGetBitmap =
wmClass
.getDeclaredMethod("getBitmap", noparams);
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
BitmapUtils.java
135
Class<?>
wmClass
= wallpaperManager.getClass();
136
Method methodGetBitmap =
wmClass
.getDeclaredMethod("getBitmap", noparams);
/external/deqp/framework/platform/android/
tcuAndroidUtil.cpp
417
const jclass
wmClass
= getObjectClass(env, windowManager);
418
const jmethodID getDisplayID = getMethodID(env,
wmClass
, "getDefaultDisplay", "()Landroid/view/Display;");
Completed in 4958 milliseconds