OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Settings
(Results
301 - 325
of
1062
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/java/android/service/voice/
VoiceInteractionService.java
31
import android.provider.
Settings
;
143
String cur =
Settings
.Secure.getString(context.getContentResolver(),
144
Settings
.Secure.VOICE_INTERACTION_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
GuestResumeSessionReceiver.java
31
import android.provider.
Settings
;
78
int notFirstLogin =
Settings
.System.getIntForUser(
84
Settings
.System.putIntForUser(
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
AirplaneModeTile.java
24
import android.provider.
Settings
;
25
import android.provider.
Settings
.Global;
34
/** Quick
settings
tile: Airplane mode **/
76
return new Intent(
Settings
.ACTION_AIRPLANE_MODE_SETTINGS);
HotspotTile.java
25
import android.provider.
Settings
;
26
import android.provider.
Settings
.Global;
38
/** Quick
settings
tile: Hotspot **/
97
return new Intent(
Settings
.ACTION_WIRELESS_SETTINGS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerZenModePanel.java
20
import android.provider.
Settings
;
21
import android.provider.
Settings
.Global;
97
Intent intent = new Intent(
Settings
.ACTION_ZEN_MODE_SETTINGS);
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java
25
import android.provider.
Settings
;
56
final Intent intent = new Intent(
Settings
.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS);
57
intent.putExtra(
Settings
.EXTRA_INPUT_METHOD_ID, mImi.getId());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java
28
import android.provider.
Settings
;
159
* @return Default CDMA subscription source from
Settings
DB if present.
162
// Get the default value from the
Settings
163
int subscriptionSource =
Settings
.Global.getInt(context.getContentResolver(),
164
Settings
.Global.CDMA_SUBSCRIPTION_MODE, PREFERRED_CDMA_SUBSCRIPTION);
165
Rlog.d(LOG_TAG, "subscriptionSource from
settings
: " + subscriptionSource);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java
28
import android.provider.
Settings
;
148
final long disabledProfilesBitMask =
Settings
.Global.getLong(resolver,
149
Settings
.Global.BLUETOOTH_DISABLED_PROFILES, 0);
/packages/apps/Calendar/src/com/android/calendar/
CalendarSettingsActivity.java
29
import android.provider.
Settings
;
79
Intent nextIntent = new Intent(
Settings
.ACTION_ADD_ACCOUNT);
81
nextIntent.putExtra(
Settings
.EXTRA_AUTHORITIES, array);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java
25
import android.provider.
Settings
;
83
// Show extra
settings
when developer options is enabled in
settings
.
84
boolean enableDevSettings =
Settings
.Global.getInt(getContext().getContentResolver(),
85
Settings
.Global.DEVELOPMENT_SETTINGS_ENABLED, 0) != 0;
92
// Show alert
settings
and ETWS categories for ETWS builds and developer mode.
/packages/apps/Settings/src/com/android/settings/
CryptKeeperConfirm.java
17
package com.android.
settings
;
29
import android.provider.
Settings
;
107
Settings
for the lock screen are not available to the crypto
112
persisted across reboots, thus modified
settings
are lost to
114
In order to make sure CryptKeeper had the correct
settings
after
117
is then persisted, and the
settings
will be there on future
130
int value =
Settings
.System.getInt(getContext().getContentResolver(),
131
Settings
.System.TEXT_SHOW_PASSWORD,
PointerSpeedPreference.java
17
package com.android.
settings
;
26
import android.provider.
Settings
;
58
Settings
.System.getUriFor(
Settings
.System.POINTER_SPEED), true,
/packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettingsForSetupWizard.java
17
package com.android.
settings
.accessibility;
25
import android.provider.
Settings
;
31
import com.android.
settings
.DialogCreatable;
32
import com.android.
settings
.R;
33
import com.android.
settings
.SettingsPreferenceFragment;
38
* Activity with the accessibility
settings
specific to Setup Wizard.
95
Settings
.Secure.getInt(getContentResolver(),
96
Settings
.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED, 0) == 1);
/packages/apps/Settings/src/com/android/settings/notification/
ZenModeSettingsBase.java
17
package com.android.
settings
.notification;
27
import android.provider.
Settings
;
28
import android.provider.
Settings
.Global;
32
import com.android.
settings
.RestrictedSettingsFragment;
89
final int zenMode =
Settings
.Global.getInt(getContentResolver(), Global.ZEN_MODE, mZenMode);
ZenModeVoiceActivity.java
17
package com.android.
settings
.notification;
25
import android.provider.
Settings
.Global;
31
import com.android.
settings
.R;
32
import com.android.
settings
.utils.VoiceSettingsActivity;
36
import static android.provider.
Settings
.EXTRA_DO_NOT_DISTURB_MODE_ENABLED;
37
import static android.provider.
Settings
.EXTRA_DO_NOT_DISTURB_MODE_MINUTES;
71
Log.v(TAG, "Missing extra android.provider.
Settings
.EXTRA_DO_NOT_DISTURB_MODE_ENABLED");
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
LanguageFragment.java
17
package com.android.tv.
settings
.system;
24
import android.provider.
Settings
;
32
import com.android.tv.
settings
.R;
33
import com.android.tv.
settings
.RadioPreference;
76
final boolean isInDeveloperMode =
Settings
.Global.getInt(themedContext.getContentResolver(),
77
Settings
.Global.DEVELOPMENT_SETTINGS_ENABLED, 0) != 0;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
EnterprisePolicyGuard.java
26
import android.provider.
Settings
;
34
import static android.provider.
Settings
.Secure.MANAGED_PROFILE_CONTACT_REMOTE_SEARCH;
88
// (ii) User enables it in
settings
207
return
Settings
.Secure.getInt(
/packages/services/Car/service/src/com/android/car/
CarInfoService.java
23
import android.provider.
Settings
;
107
return
Settings
.Secure.getString(mContext.getContentResolver(),
108
Settings
.Secure.ANDROID_ID);
/packages/services/Telephony/src/com/android/phone/
ADNList.java
30
import android.provider.
Settings
;
181
return
Settings
.System.getInt(context.getContentResolver(),
182
Settings
.System.AIRPLANE_MODE_ON, 0) != 0;
InCallScreenShowActivation.java
28
import android.provider.
Settings
;
198
boolean provisioned =
Settings
.Global.getInt(context.getContentResolver(),
199
Settings
.Global.DEVICE_PROVISIONED, 0) != 0;
OtaStartupReceiver.java
28
import android.provider.
Settings
;
173
boolean provisioned =
Settings
.Global.getInt(context.getContentResolver(),
174
Settings
.Global.DEVICE_PROVISIONED, 0) != 0;
/packages/services/Telephony/src/com/android/services/telephony/
TtyManager.java
26
import android.provider.
Settings
;
88
ttyMode =
Settings
.Secure.getInt(context.getContentResolver(),
89
Settings
.Secure.PREFERRED_TTY_MODE, TelecomManager.TTY_MODE_OFF);
/developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java
30
import android.provider.
Settings
;
48
* actions, such as configuring global
settings
and enforcing a preferred Activity for a specific
78
setBooleanGlobalSetting(
Settings
.Global.AUTO_TIME, isChecked);
82
setBooleanGlobalSetting(
Settings
.Global.AUTO_TIME_ZONE, isChecked);
162
* Retrieves the current global
settings
and changes the UI accordingly.
167
// Global
settings
169
getBooleanGlobalSetting(activity.getContentResolver(),
Settings
.Global.AUTO_TIME));
172
Settings
.Global.AUTO_TIME_ZONE));
209
return 0 !=
Settings
.Global.getInt(resolver, setting, 0);
222
// The
settings
to be se
[
all
...]
/developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java
30
import android.provider.
Settings
;
48
* actions, such as configuring global
settings
and enforcing a preferred Activity for a specific
78
setBooleanGlobalSetting(
Settings
.Global.AUTO_TIME, isChecked);
82
setBooleanGlobalSetting(
Settings
.Global.AUTO_TIME_ZONE, isChecked);
162
* Retrieves the current global
settings
and changes the UI accordingly.
167
// Global
settings
169
getBooleanGlobalSetting(activity.getContentResolver(),
Settings
.Global.AUTO_TIME));
172
Settings
.Global.AUTO_TIME_ZONE));
209
return 0 !=
Settings
.Global.getInt(resolver, setting, 0);
222
// The
settings
to be se
[
all
...]
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DeviceOwnerFragment.java
30
import android.provider.
Settings
;
48
* actions, such as configuring global
settings
and enforcing a preferred Activity for a specific
78
setBooleanGlobalSetting(
Settings
.Global.AUTO_TIME, isChecked);
82
setBooleanGlobalSetting(
Settings
.Global.AUTO_TIME_ZONE, isChecked);
162
* Retrieves the current global
settings
and changes the UI accordingly.
167
// Global
settings
169
getBooleanGlobalSetting(activity.getContentResolver(),
Settings
.Global.AUTO_TIME));
172
Settings
.Global.AUTO_TIME_ZONE));
209
return 0 !=
Settings
.Global.getInt(resolver, setting, 0);
222
// The
settings
to be se
[
all
...]
Completed in 1223 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>