OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preference
(Results
151 - 175
of
2308
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/res/xml/
preferences_from_resource.xml
20
android:title="Check box
preference
"
21
android:summary="This is a check box
preference
."
/cts/tests/src/android/preference/cts/
PreferenceStubActivity.java
17
package android.
preference
.cts;
19
import android.
preference
.PreferenceActivity;
/development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferenceDependencies.java
17
package com.example.android.apis.
preference
;
22
import android.
preference
.PreferenceActivity;
PreferencesFromXml.java
17
package com.example.android.apis.
preference
;
22
import android.
preference
.PreferenceActivity;
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SpellCheckerSettingsFragment.java
20
import android.
preference
.PreferenceFragment;
23
*
Preference
screen.
/development/samples/TtsEngine/res/xml/
preferences_headers.xml
16
<
preference
-headers xmlns:android="http://schemas.android.com/apk/res/android">
20
</
preference
-headers>
/external/chromium/chrome/browser/prefs/
default_pref_store.h
14
// This PrefStore keeps track of default
preference
values set when a
15
//
preference
is registered with the PrefService.
pref_notifier.h
12
// to the
preference
values.
19
// Sends out a change notification for the
preference
identified by
/external/chromium_org/base/prefs/
pref_notifier.h
11
// to the
preference
values.
18
// Sends out a change notification for the
preference
identified by
pref_observer.h
12
// Used internally to the Prefs subsystem to pass
preference
change
/frameworks/base/core/java/com/android/internal/preference/
YesNoPreference.java
17
package com.android.internal.
preference
;
23
import android.
preference
.DialogPreference;
27
* The {@link YesNoPreference} is a
preference
to show a dialog with Yes and No
30
* This
preference
will store a boolean into the SharedPreferences.
57
* Sets the value of this
preference
, and saves it to the persistent store
60
* @param value The value of the
preference
.
71
* Gets the value of this
preference
.
73
* @return The value of the
preference
.
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
SettingsActivity.java
20
import android.
preference
.PreferenceActivity;
23
* Settings
preference
screen for location tracker
/frameworks/testing/uiautomator/utils/DummyIME/src/com/android/testing/dummyime/
ImePreferences.java
19
import android.
preference
.PreferenceActivity;
22
* Dummy IME
preference
activity
/development/samples/ApiDemos/res/xml/
preference_headers.xml
19
<
preference
-headers
22
<header android:fragment="com.example.android.apis.
preference
.PreferenceWithHeaders$Prefs1Fragment"
27
<header android:fragment="com.example.android.apis.
preference
.PreferenceWithHeaders$Prefs2Fragment"
43
</
preference
-headers>
/development/samples/VoiceRecognitionService/res/values/
strings.xml
27
<!-- The title of the
preference
for the type of results to return (letters or numbers). -->
30
<!-- The entry names of the
preference
for the type of results to return
37
<!-- The entry values of the
preference
for the type of results to return
44
<!-- The default value of the
preference
for the type of results to return
/development/samples/training/network-usage/src/com/example/android/networkusage/
SettingsActivity.java
20
import android.
preference
.PreferenceActivity;
24
* This
preference
activity has in its manifest declaration an intent filter for
44
// Registers a callback to be invoked whenever a user changes a
preference
.
59
// Fires when the user changes a
preference
.
/external/chromium_org/apps/
pref_names.h
11
// Alphabetical list of
preference
names specific to Apps component.
/external/chromium_org/chrome/browser/extensions/
extension_pref_value_map.h
32
// - If two different extensions set a value for the same
preference
(and both
81
// Set an extension
preference
|value| for |key| of extension |ext_id|.
91
// Remove the extension
preference
value for |key| of extension |ext_id|.
98
//
preference
.
100
// policies. An extension is only really able to control a
preference
if
101
// PrefService::
Preference
::IsExtensionModifiable() returns true as well.
106
// Removes all "incognito session only"
preference
values.
110
//
preference
. This means this extension has set a
preference
value and no
116
// policies. An extension is only really able to control a
preference
i
[
all
...]
/external/chromium_org/chrome/browser/sessions/
session_data_deleter.h
11
// session cookies unless the startup
preference
is to continue the previous
/external/chromium_org/chrome/browser/ui/cocoa/
window_restore_utils.h
10
// On Lion or later, returns |true| if the System
Preference
/external/chromium_org/chrome/browser/ui/webui/chromeos/
salsa_ui.h
20
// blind user studies. I does this by setting gesture
preference
values
30
// Set a
preference
setting's value.
32
// key of the
preference
value to be set, and the value it's to be set to.
35
// Record the current value for a
preference
key and store the key/value pair
/external/chromium_org/chrome/service/
service_process_prefs.h
33
// Returns a string
preference
for |key|.
40
// Returns a boolean
preference
for |key|.
46
// Returns an int
preference
for |key|.
52
// Returns a dictionary
preference
for |key|.
/external/chromium_org/chromeos/audio/
audio_devices_pref_handler.h
19
// Interface that handles audio
preference
related work, reads and writes
20
// audio preferences, and notifies AudioPrefObserver for audio
preference
43
// Adds an audio
preference
observer.
45
// Removes an audio
preference
observer.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDialogPreference.java
7
import android.
preference
.DialogPreference;
ShadowPreferenceScreen.java
4
import android.
preference
.PreferenceScreen;
Completed in 1216 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>