Home
last modified time | relevance | path

Searched defs:hintActivityLaunch (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_GraphicsEnvironment.cpp128 {"hintActivityLaunch", "()V", reinterpret_cast<void*>(hintActivityLaunch_native)}, in hintActivityLaunch() method
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp350 void GraphicsEnv::hintActivityLaunch() { in hintActivityLaunch() function in android::GraphicsEnv
/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java970 public static native void hintActivityLaunch(); in hintActivityLaunch() method in GraphicsEnvironment