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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java22454 updateConfigurationLocked(configuration, null /* starting */, false /* initLocale */,
22459 boolean initLocale) {
22460 return updateConfigurationLocked(values, starting, initLocale, false /* deferResume */);
22464 boolean initLocale, boolean deferResume) {
22466 return updateConfigurationLocked(values, starting, initLocale, false /* persistent */,
22474 boolean initLocale, boolean persistent, int userId, boolean deferResume) {
22475 return updateConfigurationLocked(values, starting, initLocale, persistent, userId,
22490 boolean initLocale, boolean persistent, int userId, boolean deferResume,
22500 changes = updateGlobalConfigurationLocked(values, initLocale, persistent, userId,
22527 private int updateGlobalConfigurationLocked(@NonNull Configuration values, boolean initLocale, argument
22458 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale) argument
22463 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale, boolean deferResume) argument
22473 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale, boolean persistent, int userId, boolean deferResume) argument
22489 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale, boolean persistent, int userId, boolean deferResume, UpdateConfigurationResult result) argument
[all...]

Completed in 74 milliseconds