Searched defs:config (Results 126 - 138 of 138) sorted by relevance

123456

/frameworks/base/core/java/android/app/
H A DIActivityManager.java123 public void activityIdle(IBinder token, Configuration config, argument
/frameworks/base/core/java/android/server/
H A DBluetoothService.java2219 public boolean registerAppConfiguration(BluetoothHealthAppConfiguration config, argument
2224 return mBluetoothHealthProfileHandler.registerAppConfiguration(config, callback);
2228 public boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration config) { argument
2232 return mBluetoothHealthProfileHandler.unregisterAppConfiguration(config);
2238 BluetoothHealthAppConfiguration config) {
2243 config);
2248 BluetoothHealthAppConfiguration config, int channelType) {
2252 return mBluetoothHealthProfileHandler.connectChannel(device, config,
2258 BluetoothHealthAppConfiguration config, int id) {
2262 return mBluetoothHealthProfileHandler.disconnectChannel(device, config, i
2237 connectChannelToSource(BluetoothDevice device, BluetoothHealthAppConfiguration config) argument
2247 connectChannelToSink(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
2257 disconnectChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int id) argument
2266 getMainChannelFd(BluetoothDevice device, BluetoothHealthAppConfiguration config) argument
[all...]
/frameworks/base/include/utils/
H A DResourceTypes.h1046 // Flags indicating a set of config values. These flag constants must
1269 // good since we will prefer a config that has specified a
1418 // good since we will prefer a config that has specified a
1533 //LOGI("Matching keysHidden: have=%d, config=%d\n", keysHidden, setKeysHidden);
1673 ResTable_config config; member in struct:android::ResTable_type
2101 const ResTable_config* config,
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2139 // No {entry, appropriate config} pair found in package. If this
2173 thisConfig.copyFromDtoH(type->config);
2420 // No {entry, appropriate config} pair found in package. If this
2437 if (set != NULL && !type->config.isBetterThan(bestConfig, NULL)) {
2440 bestConfig = type->config;
3878 const ResTable_type* config = type->configs[l]; local
3879 const ResTable_config* cfg = &config->config;
3923 const ResTable_config* config,
3954 thisConfig.copyFromDtoH(thisType->config);
3921 getEntry( const Package* package, int typeIndex, int entryIndex, const ResTable_config* config, const ResTable_type** outType, const ResTable_entry** outEntry, const Type** outTypeClass) const argument
[all...]
/frameworks/base/media/java/android/media/
H A DAudioService.java316 // volume applied to sound played with playSoundEffect() read from ro.config.sound_fx_volume
339 "ro.config.vc_call_vol_steps",
343 "ro.config.sound_fx_volume",
2188 private void setForceUse(int usage, int config) { argument
2189 AudioSystem.setForceUse(usage, config);
2447 int config;
2450 config = AudioSystem.FORCE_BT_DESK_DOCK;
2453 config = AudioSystem.FORCE_BT_CAR_DOCK;
2456 config = AudioSystem.FORCE_ANALOG_DOCK;
2459 config
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java172 // core/res/res/values/config.xml
1110 public void adjustConfigurationLw(Configuration config) { argument
1114 if (config.keyboard == Configuration.KEYBOARD_NOKEYS) {
1115 config.hardKeyboardHidden = Configuration.HARDKEYBOARDHIDDEN_YES;
1117 config.hardKeyboardHidden = determineHiddenState(mLidKeyboardAccessibility,
1121 if (config.navigation == Configuration.NAVIGATION_NONAV) {
1122 config.navigationHidden = Configuration.NAVIGATIONHIDDEN_YES;
1124 config.navigationHidden = determineHiddenState(mLidNavigationAccessibility,
1128 if (mHasSoftInput || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_NO) {
1129 config
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp785 const InputReaderConfiguration* config, uint32_t changes) {
929 InputConfiguration config; local
930 mReader->getInputConfiguration(&config);
932 ASSERT_EQ(InputConfiguration::KEYBOARD_NOKEYS, config.keyboard);
933 ASSERT_EQ(InputConfiguration::NAVIGATION_NONAV, config.navigation);
934 ASSERT_EQ(InputConfiguration::TOUCHSCREEN_NOTOUCH, config.touchScreen);
941 InputConfiguration config; local
942 mReader->getInputConfiguration(&config);
944 ASSERT_EQ(InputConfiguration::KEYBOARD_QWERTY, config.keyboard);
945 ASSERT_EQ(InputConfiguration::NAVIGATION_NONAV, config
784 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
955 InputConfiguration config; local
967 InputConfiguration config; local
984 InputConfiguration config; local
998 InputConfiguration config; local
1010 InputConfiguration config; local
1260 InputReaderConfiguration config; local
1320 InputReaderConfiguration config; local
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCommandsInterface.java1445 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response); argument
/frameworks/base/core/java/android/provider/
H A DSettings.java1090 * @param config The settings to write.
1093 public static boolean putConfiguration(ContentResolver cr, Configuration config) { argument
1094 return Settings.System.putFloat(cr, FONT_SCALE, config.fontScale);
2680 * Used to require DUN APN on the device or not - defaults to a build config value
2688 * corresponding build config values are set it will override the APN DB
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1197 if (DEBUG_CONFIGURATION) Log.v(TAG, "Visible with new config: "
2284 void updateConfiguration(Configuration config, boolean force) { argument
2286 "Applying new config to window "
2288 + ": " + config);
2292 config = new Configuration(config);
2293 ci.applyToConfiguration(config);
2298 sConfigCallbacks.get(i).onConfigurationChanged(config);
2303 // have the most recent config, whatever that is. Use
2305 config
3733 requestUpdateConfiguration(Configuration config) argument
[all...]
/frameworks/base/services/input/
H A DInputReader.cpp899 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) { argument
910 mapper->configure(when, config, changes);
1680 const InputReaderConfiguration* config, uint32_t changes) {
1793 const InputReaderConfiguration* config, uint32_t changes) {
1794 InputMapper::configure(when, config, changes);
1803 if (!config->getDisplayInfo(mParameters.associatedDisplayId,
2059 const InputReaderConfiguration* config, uint32_t changes) {
2060 InputMapper::configure(when, config, changes);
2092 mPointerVelocityControl.setParameters(config->pointerVelocityControlParameters);
2093 mWheelXVelocityControl.setParameters(config
1679 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
1792 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2058 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2465 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
5757 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java2639 Slog.i(TAG, "Window " + win + " visible with new config: "
3410 Configuration config = null;
3414 config = updateOrientationFromAppTokensLocked(currentConfig,
3419 return config;
3424 Configuration config = null;
3435 config = computeNewConfigurationLocked();
3449 config = new Configuration(mTempConfiguration);
3454 return config;
3501 public void setNewConfiguration(Configuration config) { argument
3508 mCurConfiguration = new Configuration(config);
6009 computeNewConfigurationLocked(Configuration config) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java2255 boolean debug, Configuration config) {
2258 requestCode, onlyIfNeeded, debug, null, null, false, null, config);
2457 Configuration config = mWindowManager.updateOrientationFromAppTokens(
2460 if (config != null) {
2462 if (!updateConfigurationLocked(config, r, false, false)) {
3816 + processName + " with config " + mConfiguration);
3951 public final void activityIdle(IBinder token, Configuration config, boolean stopProfiling) { argument
3953 ActivityRecord r = mMainStack.activityIdleInternal(token, false, config);
6738 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Initial config: " + mConfiguration);
13296 ConfigurationInfo config
2251 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, Configuration config) argument
[all...]

Completed in 607 milliseconds

123456