Searched defs:curConfig (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java142 Configuration curConfig = Configuration.CREATOR.createFromParcel(data);
156 scheduleLaunchActivity(intent, b, ident, info, curConfig, compatInfo, referrer,
769 ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo,
780 curConfig.writeToParcel(data, 0);
768 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
H A DIApplicationThread.java62 ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo,
61 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
H A DActivityThread.java622 ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo,
650 updatePendingConfiguration(curConfig);
621 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument

Completed in 711 milliseconds