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
481
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java
42
import android.provider.
Settings
;
82
// Intent to broadcast for dock
settings
.
83
private static final String DOCK_SETTINGS_ACTION = "com.android.
settings
.DOCK_SETTINGS";
318
String nextAlarm =
Settings
.System.getString(getContentResolver(),
319
Settings
.System.NEXT_ALARM_FORMATTED);
413
// reload the date format in case the user has changed
settings
553
// Only show the "Dock
settings
" menu item if the device supports it.
/packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java
1
package com.android.
settings
.applications;
3
import com.android.
settings
.R;
29
import android.provider.
Settings
;
270
// check if error reporting is enabled in secure
settings
271
int enabled =
Settings
.Secure.getInt(getActivity().getContentResolver(),
272
Settings
.Secure.SEND_ACTION_APP_ERROR, 0);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java
17
package com.android.
settings
.fuelgauge;
38
import android.provider.
Settings
;
48
import com.android.
settings
.DisplaySettings;
49
import com.android.
settings
.LocationSettings;
50
import com.android.
settings
.R;
51
import com.android.
settings
.WirelessSettings;
52
import com.android.
settings
.applications.InstalledAppDetails;
53
import com.android.
settings
.bluetooth.BluetoothSettings;
54
import com.android.
settings
.wifi.WifiSettings;
227
// check if error reporting is enabled in secure
settings
[
all
...]
/frameworks/base/core/java/android/provider/
Settings.java
52
* The
Settings
provider contains global system-level device preferences.
54
public final class
Settings
{
56
// Intent actions for
Settings
59
* Activity Action: Show system
settings
.
66
public static final String ACTION_SETTINGS = "android.
settings
.
SETTINGS
";
69
* Activity Action: Show
settings
to allow configuration of APNs.
76
public static final String ACTION_APN_SETTINGS = "android.
settings
.APN_SETTINGS";
79
* Activity Action: Show
settings
to allow configuration of current location
91
"android.
settings
.LOCATION_SOURCE_SETTINGS"
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java
82
import android.provider.
Settings
;
[
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));
/development/apps/Development/src/com/android/development/
SyncAdapterDriver.java
45
import android.provider.
Settings
;
306
this, 0, new Intent(
Settings
.ACTION_SYNC_SETTINGS), 0));
/external/libvpx/mkvparser/
mkvparser.hpp
214
struct
Settings
231
Settings
settings
;
member in struct:mkvparser::Track::Info
/external/webkit/Source/WebCore/html/
HTMLAnchorElement.cpp
40
#include "
Settings
.h"
179
if (
Settings
*
settings
= document()->
settings
())
180
editableLinkBehavior =
settings
->editableLinkBehavior();
487
if (!hasAttribute(pingAttr) || !document()->
settings
()->hyperlinkAuditingEnabled())
507
Settings
*
settings
= document()->
settings
();
508
if (!
settings
)
[
all
...]
HTMLCanvasElement.cpp
48
#include "
Settings
.h"
174
if (
Settings
*
settings
= document()->
settings
())
175
usesDashbardCompatibilityMode =
settings
->usesDashboardBackwardCompatibilityMode();
188
Settings
*
settings
= document()->
settings
();
local
189
if (
settings
&&
settings
->webGLEnabled(
[
all
...]
HTMLEmbedElement.cpp
42
#include "
Settings
.h"
209
if (
Settings
*
settings
= frame->
settings
()) {
210
if (
settings
->usesDashboardBackwardCompatibilityMode())
HTMLFrameElementBase.cpp
44
#include "
Settings
.h"
210
Settings
*
settings
= document()->
settings
();
local
211
if (
settings
&&
settings
->needsAcrobatFrameReloadingQuirk() && m_URL == str)
/external/webkit/Source/WebCore/loader/
SubframeLoader.cpp
49
#include "
Settings
.h"
104
Settings
*
settings
= m_frame->
settings
();
local
110
|| (!
settings
->isJavaEnabled() && MIMETypeRegistry::isJavaAppletMIMEType(mimeType)))
293
Settings
*
settings
= m_frame->
settings
();
local
294
bool allowed = m_frame->loader()->client()->allowPlugins(
settings
&&
settings
->arePluginsEnabled())
[
all
...]
/external/webkit/Source/WebKit/mac/History/
WebBackForwardList.mm
45
#import <WebCore/
Settings
.h>
/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
...]
/packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java
17
package com.android.
settings
;
39
import android.provider.
Settings
;
40
import android.provider.
Settings
.System;
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java
17
package com.android.
settings
.inputmethod;
19
import com.android.
settings
.R;
20
import com.android.
settings
.SettingsPreferenceFragment;
69
// Activity (like a right pane of 2-pane
Settings
app)
71
android.provider.
Settings
.EXTRA_INPUT_METHOD_ID);
74
arguments.getString(android.provider.
Settings
.EXTRA_INPUT_METHOD_ID);
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java
379
if (!
Settings
.getVibrate()) {
389
if (
Settings
.getKeySound()) {
/build/target/product/
sdk.mk
42
Settings
\
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java
45
* by the user. When the user selects a paired device, it forwards them to the Bluetooth
settings
172
intent.setAction(android.provider.
Settings
.ACTION_BLUETOOTH_SETTINGS);
/external/webkit/Source/WebCore/dom/
make_names.pl
319
Settings
*
settings
= document->
settings
();
320
if (!MediaPlayer::isAvailable() || (
settings
&& !
settings
->isMediaEnabled()))
719
#include "
Settings
.h"
779
Settings
*
settings
= document->
settings
();
780
if (
settings
&& settings->usesDashboardBackwardCompatibilityMode()
[
all
...]
/external/webkit/Source/WebCore/editing/
SelectionController.h
46
class
Settings
;
/external/webkit/Source/WebCore/loader/cache/
CachedImage.cpp
37
#include "
Settings
.h"
272
Settings
*
settings
= frame->
settings
();
273
return
settings
?
settings
->maximumDecodedImageSize() : 0;
/external/webkit/Source/WebCore/page/
Frame.h
147
Settings
*
settings
() const; // can be NULL
/external/webkit/Source/WebCore/platform/win/
ScrollbarThemeSafari.cpp
38
#include "
Settings
.h"
62
if (
Settings
::shouldPaintNativeControls())
Completed in 587 milliseconds
<<
11
12
13
14
15
16
17
18
19
20