HomeSort by relevance Sort by last modified time
    Searched refs:getConfiguration (Results 251 - 275 of 1348) sorted by null

<<11121314151617181920>>

  /external/testng/src/main/java/org/testng/remote/
RemoteTestNG.java 144 new TestRunner(getConfiguration(), suite, xmlTest,
  /frameworks/base/core/java/android/app/usage/
UsageEvents.java 227 public Configuration getConfiguration() {
  /frameworks/base/core/java/android/content/res/
Resources.java 457 return String.format(mResourcesImpl.getConfiguration().getLocales().get(0), raw,
490 return String.format(mResourcesImpl.getConfiguration().getLocales().get(0), raw,
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbDevice.java 203 public @NonNull UsbConfiguration getConfiguration(int index) {
  /frameworks/base/core/java/android/text/format/
Formatter.java 56 final Locale locale = context.getResources().getConfiguration().locale;
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 346 final Configuration config = res.getConfiguration();
  /frameworks/base/core/java/com/android/internal/policy/
PhoneFallbackEventHandler.java 173 Configuration config = mContext.getResources().getConfiguration();
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 100 final Configuration configuration = getContext().getResources().getConfiguration();
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/
ResolverListControllerTest.java 81 when(mMockResources.getConfiguration()).thenReturn(config);
  /frameworks/base/libs/androidfw/include/androidfw/
AssetManager.h 123 void getConfiguration(ResTable_config* outConfig) const;
  /frameworks/base/native/android/
configuration.cpp 37 ((AssetManager*)am)->getConfiguration(out);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
InputMethodAndSubtypeEnablerManager.java 60 final Configuration config = fragment.getResources().getConfiguration();
InputMethodPreference.java 263 return (getContext().getResources().getConfiguration().uiMode
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsViewTouchHandler.java 149 TaskStack.DockState[] dockStates = Recents.getConfiguration()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
Divider.java 55 update(mContext.getResources().getConfiguration());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcutKeysLayout.java 194 return mContext.getResources().getConfiguration().getLayoutDirection()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
ShortcutPicker.java 150 getContext().getResources().getConfiguration().densityDpi));
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
VrActivity.java 115 if(getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT) {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV14.java 192 final Configuration conf = res.getConfiguration();
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ActionMenuItemView.java 102 final Configuration config = getContext().getResources().getConfiguration();
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
MenuPopupWindow.java 140 final Configuration config = res.getConfiguration();
  /frameworks/support/wear/tests/src/android/support/wear/widget/
WearableRecyclerViewTest.java 200 if (activity.getResources().getConfiguration().isScreenRound()) {
  /hardware/interfaces/broadcastradio/1.0/default/
Tuner.cpp 115 Return<void> Tuner::getConfiguration(getConfiguration_cb _hidl_cb) {
  /hardware/interfaces/broadcastradio/1.1/default/
Tuner.cpp 122 Return<void> Tuner::getConfiguration(getConfiguration_cb _hidl_cb) {
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManagerImpl.java 181 if (mActivity.getResources().getConfiguration().orientation

Completed in 4745 milliseconds

<<11121314151617181920>>