Searched refs:setConfiguration (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/include/androidfw/
H A DAssetManager.h131 void setConfiguration(const ResTable_config& config, const char* locale = NULL);
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java658 public native final void setConfiguration(int mcc, int mnc, String locale, method in class:AssetManager
H A DResources.java1593 mAssets.setConfiguration(mConfiguration.mcc, mConfiguration.mnc,
/frameworks/base/tools/aapt/
H A DCommand.cpp530 assets.setConfiguration(config);
923 assets.setConfiguration(tmpConfig);
929 assets.setConfiguration(config);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java1017 void setConfiguration(final Configuration newConfig) { method in class:WindowState
H A DWindowManagerService.java9265 win.setConfiguration(mCurConfiguration);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp538 am->setConfiguration(config, locale8);
1658 { "setConfiguration", "(IILjava/lang/String;IIIIIIIIIIIIII)V",
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp458 void AssetManager::setConfiguration(const ResTable_config& config, const char* locale) function in class:AssetManager
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java526 assmgr.setConfiguration(0, 0, null, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
769 assmgr.setConfiguration(0, 0, null, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

Completed in 182 milliseconds