/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ |
MediaSizeUtils.java | 22 import android.content.res.Configuration; 92 /** Current configuration */ 93 private Configuration mCurrentConfig; 108 * Handle a configuration change by reloading all resources. 110 * @param newConfig The new configuration that will be applied. 112 public void onConfigurationChanged(@NonNull Configuration newConfig) {
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
Utils.java | 20 import android.content.res.Configuration; 144 final Configuration subConfig = new Configuration();
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothPreferences.java | 22 import android.content.res.Configuration; 76 Configuration.UI_MODE_TYPE_APPLIANCE) == Configuration.UI_MODE_TYPE_APPLIANCE) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ProjectLintConfiguration.java | 22 import com.android.tools.lint.client.api.Configuration; 35 /** Configuration for Lint in Eclipse projects */ 44 Configuration parent, boolean fatalOnly) { 50 Configuration parent, boolean fatalOnly) { 64 ProjectLintConfiguration configuration = null; local 67 configuration = (ProjectLintConfiguration) value; 71 if (configuration == null) { 72 configuration = create(client, project, GlobalLintConfiguration.get(), false); 74 project.setSessionProperty(CONFIGURATION_NAME, configuration); 76 AdtPlugin.log(e, "Can't store lint configuration"); [all...] |
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
SandboxedInvocationExecutionTest.java | 24 import com.android.tradefed.config.Configuration; 86 mConfig = new Configuration("test", "test"); 97 Configuration.CONFIGURATION_DESCRIPTION_TYPE_NAME, descriptor);
|
/frameworks/base/core/java/android/content/pm/ |
ActivityInfo.java | 22 import android.content.res.Configuration; 23 import android.content.res.Configuration.NativeConfig; 769 * attribute. This is not a core resource configuration, but a higher-level value, so its 778 * not a core resource configuration, but a higher-level value, so its 783 * Bit indicating changes to window configuration that isn't exposed to apps. 786 * {@link Configuration}. 796 Configuration.NATIVE_CONFIG_MNC, // MNC 797 Configuration.NATIVE_CONFIG_MCC, // MCC 798 Configuration.NATIVE_CONFIG_LOCALE, // LOCALE 799 Configuration.NATIVE_CONFIG_TOUCHSCREEN, // TOUCH SCREE [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciEnumerator.c | 167 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Configuration;
200 (VOID **) &Configuration
207 if (Configuration == NULL || Configuration->Desc == ACPI_END_TAG_DESCRIPTOR) {
210 RootBridgeDev->BusNumberRanges = Configuration;
215 for (Configuration1 = Configuration; Configuration1->Desc != ACPI_END_TAG_DESCRIPTOR; Configuration1++) {
240 StartBusNumber = (UINT8) (Configuration->AddrRangeMin);
283 while (Configuration->AddrRangeMin + Configuration->AddrLen - 1 < SubBusNumber) {
284 Configuration++; [all...] |
/cts/tests/tests/systemui/src/android/systemui/cts/ |
LightBarTestBase.java | 27 import android.content.res.Configuration; 82 final Configuration config = context.getResources().getConfiguration(); 83 return (config.uiMode & Configuration.UI_MODE_TYPE_MASK) 84 == Configuration.UI_MODE_TYPE_VR_HEADSET;
|
/cts/tests/tests/theme/src/android/theme/cts/ |
DeviceDefaultTest.java | 23 import android.content.res.Configuration; 150 Configuration config = context.getResources().getConfiguration(); 151 int size = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; 152 return config.isLayoutSizeAtLeast(Configuration.SCREENLAYOUT_SIZE_LARGE);
|
/cts/tests/tests/view/src/android/view/cts/ |
ContextThemeWrapperTest.java | 25 import android.content.res.Configuration; 136 Configuration overrideConfig = new Configuration(); 140 Configuration actualConfiguration = contextThemeWrapper.getResources().getConfiguration();
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
ArticleActivity.java | 19 import android.content.res.Configuration; 41 * screen configuration change (in particular, a rotation) that makes this activity
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
ConfigAccess.h | 93 @param Configuration A null-terminated Unicode string in <ConfigResp> format.
106 IN CONST EFI_STRING Configuration,
|
/external/autotest/client/cros/cellular/ |
base_station_8960_test_noautorun.py | 16 config = labconfig.Configuration(['--cell', 'mtv', '--technology', 'CDMA'])
|
/external/proguard/src/proguard/ |
SeedPrinter.java | 50 * @param configuration the configuration containing the keep options. 51 * @throws IOException if an IO error occurs while writing the configuration. 53 public void write(Configuration configuration, 58 if (configuration.keep == null) 72 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep,
|
/frameworks/base/core/java/android/app/ |
FragmentController.java | 21 import android.content.res.Configuration; 121 * instances retained across configuration changes. 135 * instances retained across configuration changes, including nested fragments 145 * configuration changes. 157 * configuration changes. 257 * @deprecated use {@link #dispatchMultiWindowModeChanged(boolean, Configuration)} 272 Configuration newConfig) { 282 * @deprecated use {@link #dispatchPictureInPictureModeChanged(boolean, Configuration)} 297 Configuration newConfig) { 304 * know a configuration change occurred [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
RotationPolicy.java | 21 import android.content.res.Configuration; 72 * Configuration.ORIENTATION_PORTRAIT or Configuration.ORIENTATION_LANDSCAPE, 73 * otherwise Configuration.ORIENTATION_UNDEFINED if any orientation is lockable. 82 Configuration.ORIENTATION_PORTRAIT : Configuration.ORIENTATION_LANDSCAPE; 87 return Configuration.ORIENTATION_UNDEFINED;
|
/frameworks/base/services/core/java/com/android/server/ |
AttributeCache.java | 23 import android.content.res.Configuration; 47 private final Configuration mConfiguration = new Configuration(); 105 public void updateConfiguration(Configuration config) {
|
/frameworks/base/tools/aapt2/format/proto/ |
ProtoSerialize.h | 23 #include "Configuration.pb.h" 52 void SerializeConfig(const ConfigDescription& config, pb::Configuration* out_pb_config);
|
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ |
MavenDependencyCollectorTask.groovy | 39 import org.gradle.api.artifacts.Configuration 58 void resolveDirectDependencies(Configuration conf) {
|
/packages/apps/Car/Settings/src/com/android/car/settings/system/ |
LanguagePickerFragment.java | 24 import android.content.res.Configuration; 95 Configuration baseConfig = res.getConfiguration(); 96 Configuration config = new Configuration(baseConfig);
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
BugleCarrierConfigValuesLoader.java | 20 import android.content.res.Configuration; 33 * Carrier configuration loader 166 final Configuration subConfig = new Configuration(); 168 Configuration config = context.getResources().getConfiguration();
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactsListFragment.java | 26 import android.content.res.Configuration; 158 // the configuration for running xlarge UIs on normal screens and vice versa 159 Configuration config = getActivity().getResources().getConfiguration(); 160 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; 161 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_XLARGE) {
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
ConfigurationDefTest.java | 69 mConfigDef.addConfigObjectDef(Configuration.BUILD_PROVIDER_TYPE_NAME, 113 mConfigDef.addConfigObjectDef("device1:" + Configuration.BUILD_PROVIDER_TYPE_NAME, 130 Configuration.DEVICE_METRICS_COLLECTOR_TYPE_NAME, 144 Configuration.RESULT_REPORTER_TYPE_NAME, BaseDeviceMetricCollector.class.getName());
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/ |
HiiConfigRouting.h | 48 This function allows a caller to extract the current configuration
72 any configuration extraction.
95 This function allows the caller to request the current configuration for the
120 IN CONST EFI_STRING Configuration,
131 Configuration - A null-terminated Unicode string in <MulltiConfigResp> format.
142 EFI_INVALID_PARAMETER - Passing in a NULL for the Configuration
163 This helper function is to be called by drivers to map configuration data stored
164 in byte array ("block") formats such as UEFI Variables into current configuration strings.
169 Block - Array of bytes defining the block's configuration.
171 Config - Filled-in configuration string. String allocated by the function. [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/ |
TcgConfigDriver.c | 2 The module entry point for Tcg configuration module.
19 The entry point for Tcg configuration driver.
77 PrivateData->Configuration = AllocatePool (sizeof (TCG_CONFIGURATION));
78 if (PrivateData->Configuration == NULL) {
86 // Install TCG configuration form
118 Unload the Tcg configuration form.
122 @retval EFI_SUCCESS The Tcg configuration form is unloaded.
|