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

1234

/frameworks/base/core/java/android/net/
H A DIEthernetManager.aidl28 IpConfiguration getConfiguration();
H A DEthernetManager.java52 public IpConfiguration getConfiguration() { method in class:EthernetManager
57 return mService.getConfiguration();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintResources.java33 super(resources.getAssets(), resources.getDisplayMetrics(), resources.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.java65 final boolean portrait = res.getConfiguration().orientation
94 final boolean portrait = mContext.getResources().getConfiguration().orientation
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java127 final Locale newLocale = getResources().getConfiguration().locale;
146 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/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.java188 Configuration conf = mContext.getResources().getConfiguration();
208 Configuration conf = mContext.getResources().getConfiguration();
228 Configuration config = am.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.java227 LocaleData ld = LocaleData.get(getContext().getResources().getConfiguration().locale);
433 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.java166 final Locale initialLocale = context.getResources().getConfiguration().locale;
168 context.getResources().getConfiguration().setLocale(locale);
171 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.java121 public IpConfiguration getConfiguration() { method in class:EthernetServiceImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java153 int configHashCode = context.getResources().getConfiguration().hashCode();
180 isLandscape = res.getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE;
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java66 getResources().getConfiguration().screenLayout,
67 getResources().getConfiguration().smallestScreenWidthDp, false));

Completed in 626 milliseconds

1234