/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
AddPrinterActivity.java | 38 import android.provider.Settings; 64 * <li>{@link #mDisabledServicesAdapter} for all disabled services. Once clicked the settings page 687 String searchUri = Settings.Secure 688 .getString(getContentResolver(), Settings.Secure.PRINT_SERVICE_SEARCH_URI);
|
SelectPrinterActivity.java | 34 import android.provider.Settings; 180 String disabledServicesSetting = Settings.Secure.getString(getContentResolver(), 181 Settings.Secure.DISABLED_PRINT_SERVICES);
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsState.java | 17 package com.android.providers.settings; 23 import android.provider.Settings; 47 * This class contains the state for one type of settings. It is responsible 51 * This class uses the same lock as the settings provider to ensure that 52 * multiple changes made by the settings provider, e,g, upgrade, bulk insert, 75 private static final String TAG_SETTINGS = "settings"; 139 // It is important that we use the same lock as the settings provider 158 // The settings provider must hold its lock when calling here. 167 // The settings provider must hold its lock when calling here. 177 // The settings provider must hold its lock when calling here 374 final ArrayMap<String, Setting> settings; local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BatteryMeterDrawable.java | 36 import android.provider.Settings; 185 Settings.System.getUriFor(SHOW_PERCENT_SETTING), false, mSettingObserver); 269 mShowPercent = 0 != Settings.System.getInt(mContext.getContentResolver(),
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
UsbAlsaManager.java | 33 import android.provider.Settings; 167 // after device connection. Ideally we should handle the settings change 171 int isDisabled = Settings.Secure.getInt(mContext.getContentResolver(), 172 Settings.Secure.USB_AUDIO_AUTOMATIC_ROUTING_DISABLED, 0);
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothSettings.java | 17 package com.android.settings.bluetooth; 29 import android.provider.Settings; 45 import com.android.settings.LinkifyUtils; 46 import com.android.settings.R; 47 import com.android.settings.SettingsActivity; 48 import com.android.settings.dashboard.SummaryLoader; 49 import com.android.settings.location.ScanningSettings; 50 import com.android.settings.search.BaseSearchIndexProvider; 51 import com.android.settings.search.Indexable; 52 import com.android.settings.search.SearchIndexableRaw [all...] |
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
PhysicalKeyboardFragment.java | 17 package com.android.settings.inputmethod; 34 import android.provider.Settings.Secure; 49 import com.android.settings.R; 50 import com.android.settings.Settings; 51 import com.android.settings.SettingsPreferenceFragment; 227 intent.setClass(getActivity(), Settings.KeyboardLayoutPickerActivity.class);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
NewStorageActivity.java | 17 package com.android.tv.settings.device.storage; 34 import android.provider.Settings; 44 import com.android.tv.settings.R; 45 import com.android.tv.settings.device.StorageResetActivity; 54 "com.android.tv.settings.device.storage.NewStorageActivity.NEW_STORAGE"; 56 "com.android.tv.settings.device.storage.NewStorageActivity.MISSING_STORAGE"; 372 if (Settings.Secure.getInt(context.getContentResolver(), 373 Settings.Secure.USER_SETUP_COMPLETE, 0) == 0) {
|
/packages/services/Telephony/src/com/android/phone/ |
EmergencyDialer.java | 33 import android.provider.Settings; 471 mDTMFToneEnabled = Settings.System.getInt(getContentResolver(), 472 Settings.System.DTMF_TONE_WHEN_DIALING, 1) == 1;
|
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowManagerService.java | 74 import android.provider.Settings; 646 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED); 648 Settings.Global.getUriFor(Settings.Global.WINDOW_ANIMATION_SCALE); 650 Settings.Global.getUriFor(Settings.Global.TRANSITION_ANIMATION_SCALE); 652 Settings.Global.getUriFor(Settings.Global.ANIMATOR_DURATION_SCALE); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ |
BackupTestActivity.java | 33 import android.provider.Settings; 251 startActivity(new Intent(Settings.ACTION_PRIVACY_SETTINGS));
|
/cts/suite/audio_quality/lib/src/task/ |
TaskCase.cpp | 26 #include "Settings.h" 284 ASSERT(mClient->init(Settings::Instance()->getSetting(Settings::EADB)));
|
/cts/tests/tests/media/src/android/media/cts/ |
VirtualizerTest.java | 121 Virtualizer.Settings settings = mVirtualizer.getProperties(); local 122 String str = settings.toString(); 123 settings = new Virtualizer.Settings(str); 125 short strength = settings.strength; 129 settings.strength = strength; 130 mVirtualizer.setProperties(settings); 131 settings = mVirtualizer.getProperties(); 136 ((float)settings.strength > (float)strength / STRENGTH_TOLERANCE) & [all...] |
/development/apps/Development/src/com/android/development/ |
SyncAdapterDriver.java | 46 import android.provider.Settings; 302 this, 0, new Intent(Settings.ACTION_SYNC_SETTINGS), 0));
|
/device/generic/armv7-a-neon/ |
mini_common.mk | 35 Settings \
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaEnvReverbTest.java | 314 EnvironmentalReverb.Settings settings = mReverb.getProperties(); local 316 if (settings.roomLevel == 0) { 319 String str = settings.toString(); 320 settings = new EnvironmentalReverb.Settings(str); 321 settings.roomLevel = newRoomLevel; 322 mReverb.setProperties(settings); 323 settings = mReverb.getProperties(); 325 (settings.roomLevel > (newRoomLevel - MILLIBEL_TOLERANCE)) & [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RootsFragment.java | 33 import android.provider.Settings; 182 final Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
NotificationController.java | 42 import android.provider.Settings; 310 Intent intent = new Intent(Settings.ACTION_PRINT_SETTINGS);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
mkvparser.hpp | 215 unsigned char* settings;
member in struct:mkvparser::ContentEncoding::ContentCompression 313 struct Settings
339 Settings settings;
member in class:mkvparser::Track::Info
|
/packages/apps/DeskClock/src/com/android/deskclock/settings/ |
SettingsActivity.java | 17 package com.android.deskclock.settings; 30 import android.provider.Settings; 51 * Settings for the Alarm Clock. 80 setContentView(R.layout.settings); 112 addPreferencesFromResource(R.xml.settings); 187 final Intent dialogIntent = new Intent(Settings.ACTION_DATE_SETTINGS);
|
/packages/apps/Dialer/src/com/android/dialer/ |
SpecialCharSequenceMgr.java | 32 import android.provider.Settings; 360 Log.d(TAG, "handleRegulatoryInfoDisplay() sending intent to settings app"); 361 Intent showRegInfoIntent = new Intent(Settings.ACTION_SHOW_REGULATORY_INFO);
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/ |
PeopleAndOptionsFragment.java | 29 import android.provider.Settings; 144 item.getRingtoneUri(), Settings.System.DEFAULT_NOTIFICATION_URI, 185 * separate options to display for the conversation, e.g. notification settings).
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
UninstallAppProgress.java | 41 import android.provider.Settings; 353 intent.setClassName("com.android.settings", 354 "com.android.settings.Settings$DeviceAdminSettingsActivity"); 364 Intent intent = new Intent(Settings.ACTION_USER_SETTINGS);
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ |
AppPermissionsFragment.java | 38 import android.provider.Settings; 167 infoIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS)
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/ |
AllAppPermissionsFragment.java | 35 import android.provider.Settings; 139 infoIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS)
|