HomeSort by relevance Sort by last modified time
    Searched refs:getConfiguration (Results 1 - 25 of 616) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/net/
IEthernetManager.aidl 28 IpConfiguration getConfiguration();
EthernetManager.java 52 public IpConfiguration getConfiguration() {
57 return mService.getConfiguration();
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigurationEvent.java 44 public ConfigureForm getConfiguration()
51 if (getConfiguration() == null)
54 return Arrays.asList(((PacketExtension)getConfiguration().getDataFormToSend()));
  /cts/tests/tests/text/src/android/text/format/cts/
LocaleUtils.java 28 Locale currentLocale = context.getResources().getConfiguration().locale;
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
DeviceFormFactor.java 30 int minimumScreenWidthDp = context.getResources().getConfiguration().
  /packages/apps/Dialer/src/com/android/dialer/util/
OrientationUtil.java 31 return context.getResources().getConfiguration().orientation
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
TintResources.java 33 super(resources.getAssets(), resources.getDisplayMetrics(), resources.getConfiguration());
  /packages/apps/Settings/src/com/android/settings/applications/
InterestingConfigChanges.java 28 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionarySettingsUtils.java 38 final Locale systemLocale = context.getResources().getConfiguration().locale;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
InterestingConfigChanges.java 31 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ConversationViewUtils.java 27 final float fontScale = resources.getConfiguration().fontScale;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ViewContact.java 30 Configuration config = getResources().getConfiguration();
FrontDoor.java 43 Configuration config = getResources().getConfiguration();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettingsUtils.java 39 final Locale systemLocale = context.getResources().getConfiguration().locale;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHostView.java 53 mPreviousOrientation = mContext.getResources().getConfiguration().orientation;
58 int orientation = mContext.getResources().getConfiguration().orientation;
  /packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java 51 mMaxWidth = (int) (context.getResources().getConfiguration().screenWidthDp * scale + 0.5f);
53 (int) (context.getResources().getConfiguration().screenHeightDp * scale + 0.5f);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 91 FolderConfiguration defaultConfig = getConfiguration(
115 config1 = getConfiguration(
139 config2 = getConfiguration(
163 config3 = getConfiguration(
187 config4 = getConfiguration(
219 FolderConfiguration testConfig = getConfiguration(
244 boolean bresult = result.getFolder().getConfiguration().equals(config3);
254 private FolderConfiguration getConfiguration(String... qualifierValues) {
  /cts/tests/app/src/android/app/cts/
OrientationTestUtils.java 44 final int originalOrientation = activity.getResources().getConfiguration().orientation;
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 49 Configuration config = am.getConfiguration();
  /frameworks/base/core/java/android/text/method/
AllCapsTransformationMethod.java 37 mLocale = context.getResources().getConfiguration().locale;
  /frameworks/support/v4/ics/android/support/v4/view/
PagerTitleStripIcs.java 37 mLocale = context.getResources().getConfiguration().locale;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/text/
AllCapsTransformationMethod.java 33 mLocale = context.getResources().getConfiguration().locale;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
UserDictionaryCompatUtils.java 43 final Locale currentLocale = context.getResources().getConfiguration().locale;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
RunInLocale.java 38 final Configuration conf = res.getConfiguration();
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 34 Configuration config = getContext().getResources().getConfiguration();
80 Configuration config = getContext().getResources().getConfiguration();

Completed in 1012 milliseconds

1 2 3 4 5 6 7 8 91011>>