Searched refs:getConfiguration (Results 1 - 25 of 100) sorted by relevance

1234

/frameworks/base/core/java/android/net/
H A DIEthernetManager.aidl29 IpConfiguration getConfiguration();
H A DEthernetManager.java87 public IpConfiguration getConfiguration() { method in class:EthernetManager
89 return mService.getConfiguration();
/frameworks/base/core/java/android/text/method/
H A DAllCapsTransformationMethod.java37 mLocale = context.getResources().getConfiguration().locale;
/frameworks/support/v4/ics/android/support/v4/view/
H A DPagerTitleStripIcs.java37 mLocale = context.getResources().getConfiguration().locale;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/text/
H A DAllCapsTransformationMethod.java33 mLocale = context.getResources().getConfiguration().locale;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DRotationLockTile.java75 final boolean portrait = mContext.getResources().getConfiguration().orientation
108 final boolean portrait = mContext.getResources().getConfiguration().orientation
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java130 final Locale newLocale = getResources().getConfiguration().locale;
149 LocaleData d = LocaleData.get(context.getResources().getConfiguration().locale);
/frameworks/base/core/java/android/app/
H A DResourcesManager.java65 public Configuration getConfiguration() { method in class:ResourcesManager
219 config = new Configuration(getConfiguration());
227 config = getConfiguration();
232 + r.getConfiguration() + " appScale="
313 // + " " + r + ": " + r.getConfiguration());
/frameworks/base/core/java/android/app/usage/
H A DConfigurationStats.java73 public Configuration getConfiguration() { method in class:ConfigurationStats
/frameworks/base/core/tests/coretests/src/android/content/res/
H A DConfigurationBoundResourceCacheTest.java80 final Configuration cfg = res.getConfiguration();
102 final Configuration cfg = res.getConfiguration();
127 final Configuration cfg = res.getConfiguration();
167 final Configuration cfg = res.getConfiguration();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DPickFragment.java83 final Locale locale = getResources().getConfiguration().locale;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java203 Configuration conf = mContext.getResources().getConfiguration();
223 Configuration conf = mContext.getResources().getConfiguration();
243 Configuration config = am.getConfiguration();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DResourcesWrapper.java49 super(resources.getAssets(), resources.getDisplayMetrics(), resources.getConfiguration());
241 public Configuration getConfiguration() { method in class:ResourcesWrapper
242 return mResources.getConfiguration();
/frameworks/base/core/java/android/webkit/
H A DDateSorter.java68 Locale locale = resources.getConfiguration().locale;
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java100 Configuration vconfig = mContext.getResources().getConfiguration();
/frameworks/base/core/java/android/text/
H A DAutoText.java77 mLocale = resources.getConfiguration().locale;
89 Locale locale = res.getConfiguration().locale;
/frameworks/base/core/java/android/widget/
H A DTextClock.java231 LocaleData ld = LocaleData.get(getContext().getResources().getConfiguration().locale);
457 LocaleData ld = LocaleData.get(getContext().getResources().getConfiguration().locale);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java124 mParams.getProjectCallback(), getConfiguration(), mParams.getTargetSdkVersion(),
319 private Configuration getConfiguration() { method in class:RenderAction
/frameworks/base/core/tests/inputmethodtests/src/android/os/
H A DInputMethodTest.java190 final Locale initialLocale = context.getResources().getConfiguration().locale;
192 context.getResources().getConfiguration().setLocale(locale);
195 context.getResources().getConfiguration().setLocale(initialLocale);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java186 public UsbConfiguration getConfiguration(int index) { method in class:UsbDevice
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java194 public Configuration getConfiguration() { method in class:MockResources
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DImfBaseTestCase.java65 int keyboardType = mTargetActivity.getResources().getConfiguration().keyboard;
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageLogActivity.java153 holder.config.setText(event.getConfiguration().toString());
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetServiceImpl.java105 public IpConfiguration getConfiguration() { method in class:EthernetServiceImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DScreenPinningRequest.java186 Configuration config = mContext.getResources().getConfiguration();
233 if (mContext.getResources().getConfiguration().getLayoutDirection()

Completed in 9588 milliseconds

1234