Searched refs:onStarted (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardActivityLauncher.java146 * @param worker if supplied along with onStarted, used to launch the blocking activity call.
147 * @param onStarted if supplied along with worker, called after activity is started.
153 final Runnable onStarted) {
158 launchActivityWithAnimation(intent, showsWhileLocked, animation, worker, onStarted);
165 final Runnable onStarted) {
180 startActivityForCurrentUser(intent, animation, worker, onStarted);
192 startActivityForCurrentUser(intent, animation, worker, onStarted);
209 Handler worker, final Runnable onStarted) {
211 if (worker == null || onStarted == null) {
215 // if worker + onStarted ar
149 launchActivity(final Intent intent, boolean showsWhileLocked, boolean useDefaultAnimations, final Handler worker, final Runnable onStarted) argument
161 launchActivityWithAnimation(final Intent intent, boolean showsWhileLocked, final Bundle animation, final Handler worker, final Runnable onStarted) argument
208 startActivityForCurrentUser(final Intent intent, final Bundle options, Handler worker, final Runnable onStarted) argument
[all...]
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h88 virtual void onStarted() = 0;
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp62 * If called in onStarted (from RuntimeInit.finishInit because we're
82 virtual void onStarted() function in class:android::AppRuntime
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp190 gCurRuntime->onStarted();

Completed in 109 milliseconds