HomeSort by relevance Sort by last modified time
    Searched refs:Settings (Results 826 - 850 of 1062) sorted by null

<<31323334353637383940>>

  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 74 import android.provider.Settings;
465 // shown on the settings activity.
601 Settings.Global.getUriFor(Settings.Global.DEVICE_PROVISIONED),
638 return (Settings.Global.getInt(resolver, Settings.Global.DEVICE_PROVISIONED, 0) != 0);
1734 SyncStorageEngine.AuthorityInfo settings = syncAuthoritySyncStatus.first; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 52 import android.provider.Settings;
560 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS,
    [all...]
  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java 34 import android.provider.Settings;
128 * to the settings for the given account.
323 String ringtoneUri = Settings.System.DEFAULT_NOTIFICATION_URI.toString();
341 mContext.getContentResolver().query(uiAccount.settings.defaultInbox,
348 uiAccount.settings.defaultInbox);
367 "Null folder for mailbox %s", uiAccount.settings.defaultInbox);
499 * dialog asking whether he wants to update his settings.
514 * account settings screen where he can view the list of enforced policies
531 * account settings screen where he can view the list of unsupported policies
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 43 import android.provider.Settings;
65 import com.android.mail.ui.settings.MailAccountPrefsFragment;
66 import com.android.mail.ui.settings.SettingsUtils;
76 * Fragment containing the main logic for account settings. This also calls out to other
77 * fragments for server settings.
488 uiAccount.settings.defaultInbox, UIProvider.FOLDERS_PROJECTION, null, null,
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 17 package com.android.settings.fuelgauge;
50 import com.android.settings.AppHeader;
51 import com.android.settings.DisplaySettings;
52 import com.android.settings.R;
53 import com.android.settings.SettingsActivity;
54 import com.android.settings.Utils;
55 import com.android.settings.WirelessSettings;
56 import com.android.settings.applications.InstalledAppDetails;
57 import com.android.settings.applications.LayoutPreference;
58 import com.android.settings.bluetooth.BluetoothSettings
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 32 import com.android.mail.providers.Settings;
364 // Add settings columns
384 accountMap.put(SettingsColumns.SHOW_IMAGES, Settings.ShowImages.ASK_FIRST);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 57 import com.android.mail.providers.Settings;
665 (mAccount.settings.convListIcon == ConversationListIcon.SENDER_IMAGE);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 41 import com.android.inputmethod.latin.settings.Settings;
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java     [all...]
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 76 import android.provider.Settings;
757 return Settings.Global.getInt(mContext.getContentResolver(),
758 Settings.Global.EPHEMERAL_COOKIE_MAX_SIZE_BYTES,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 47 import android.provider.Settings;
356 public void startScan(int appIf, boolean isServer, ScanSettings settings,
361 service.startScan(appIf, isServer, settings, filters, workSource, storages,
560 AdvertiseData scanResponse, AdvertiseSettings settings) {
563 service.startMultiAdvertising(clientIf, advertiseData, scanResponse, settings);
631 ScanSettings settings = client.settings; local
632 if ((settings.getCallbackType() &
663 final boolean locationEnabledSetting = Settings.Secure.getInt(getContentResolver(),
664 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF
1110 ScanSettings settings = client.settings; local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java 34 import android.provider.Settings;
635 * 2. the feature is enabled in the SMS settings page
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 74 import android.provider.ContactsContract.Settings;
142 public static final String SETTINGS = "settings";
191 // TODO Consolidate settings and accounts
196 + "LEFT OUTER JOIN " + Tables.SETTINGS + " ON ("
211 // TODO Add missing DATA_SET join -- or just consolidate settings and accounts
212 public static final String SETTINGS_JOIN_RAW_CONTACTS_DATA_MIMETYPES_CONTACTS = "settings "
369 " THEN " + Settings.UNGROUPED_VISIBLE +
592 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "."
593 + Settings.ACCOUNT_NAME
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 67 import android.provider.ContactsContract.Settings;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 195 import android.provider.Settings;
280 import static android.provider.Settings.Global.ALWAYS_FINISH_ACTIVITIES;
281 import static android.provider.Settings.Global.DEBUG_APP;
282 import static android.provider.Settings.Global.DEVELOPMENT_ENABLE_FREEFORM_WINDOWS_SUPPORT;
283 import static android.provider.Settings.Global.DEVELOPMENT_FORCE_RESIZABLE_ACTIVITIES;
284 import static android.provider.Settings.Global.DEVELOPMENT_FORCE_RTL;
285 import static android.provider.Settings.Global.LENIENT_BACKGROUND_CHECK;
286 import static android.provider.Settings.Global.WAIT_FOR_DEBUGGER;
287 import static android.provider.Settings.System.FONT_SCALE;
    [all...]
TaskRecord.java 43 import android.provider.Settings;
78 import static android.provider.Settings.Secure.USER_SETUP_COMPLETE;
458 mUserSetupComplete = Settings.Secure.getIntForUser(mService.mContext.getContentResolver(),
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 50 import android.provider.Settings;
195 * global Settings. Any access to this class or its fields should be done while
199 // Key names stored in the settings value.
247 mResolver.registerContentObserver(Settings.Global.getUriFor(
248 Settings.Global.ALARM_MANAGER_CONSTANTS), false, this);
274 mParser.setString(Settings.Global.getString(mResolver,
275 Settings.Global.ALARM_MANAGER_CONSTANTS));
277 // Failed to parse the settings string, log this and move on
279 Slog.e(TAG, "Bad device idle settings", e);
300 pw.println(" Settings:")
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 62 import android.provider.Settings;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 35 import android.provider.Settings;
    [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java 45 import android.provider.Settings;
795 * management of audio settings or the main telephony application.
824 * platform-wide management of audio settings or the main telephony
850 * platform-wide management of audio settings or the main telephony
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfacePlacer.java 64 import android.provider.Settings;
513 || Settings.Global.getInt(mService.mContext.getContentResolver(),
514 Settings.Global.THEATER_MODE_ON, 0) == 0) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 39 import android.provider.Settings;
270 int mPreferredTtyMode = Settings.Secure.getInt(
272 Settings.Secure.PREFERRED_TTY_MODE,
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 48 import android.provider.Settings;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 36 import android.provider.Settings;
    [all...]
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 64 protected static interface Settings {
101 "settings get global package_verifier_enable");
102 getDevice().executeShellCommand("settings put global package_verifier_enable 0");
118 getDevice().executeShellCommand("settings put global package_verifier_enable "
445 String command = "settings --user " + userId + " get " + namespace + " " + name;
453 String command = "settings --user " + userId + " put " + namespace + " " + name

Completed in 1162 milliseconds

<<31323334353637383940>>