Searched refs:preferences (Results 1 – 24 of 24) sorted by relevance
/frameworks/base/core/java/android/preference/ |
D | PreferenceGroupAdapter.java | 146 private void flattenPreferenceGroup(List<Preference> preferences, PreferenceGroup group) { in flattenPreferenceGroup() argument 154 preferences.add(preference); in flattenPreferenceGroup() 163 flattenPreferenceGroup(preferences, preferenceAsGroup); in flattenPreferenceGroup()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | SettingsActivity.java | 32 addPreferencesFromResource(R.xml.preferences); in onCreate()
|
/frameworks/base/test-runner/src/junit/runner/ |
D | BaseTestRunner.java | 28 protected static void setPreferences(Properties preferences) { in setPreferences() argument 29 fPreferences= preferences; in setPreferences()
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 89 <p>Shared preferences are not strictly for saving "user preferences," such as what ringtone a 90 user has chosen. If you're interested in creating user preferences for your application, see {@link 92 user preferences, which will be automatically persisted (using shared preferences).</p> 100 getSharedPreferences()} - Use this if you need multiple preferences files identified by name, 103 only one preferences file for your Activity. Because this will be the only preferences file 135 // Restore preferences
|
D | backup.jd | 667 you can safely read and write the shared preferences file from your backup agent and
|
/frameworks/base/docs/html/sdk/1.1_r1/ |
D | upgrading.jd | 116 <p>The last step is to update your Eclipse preferences to point to the new SDK directory:</p>
|
/frameworks/base/docs/html/resources/faq/ |
D | framework.jd | 63 <a href="{@docRoot}guide/topics/data/data-storage.html#preferences">
|
D | troubleshooting.jd | 24 …<li><a href="#majorminor">When I go to preferences in Eclipse and select "Android", I get the foll… 196 <a name="majorminor"></a><h2>When I go to preferences in Eclipse and select "Android", I get the fo…
|
D | commontasks.jd | 21 … href="{@docRoot}guide/topics/data/data-storage.html#preferences">Storing and retrieving preferenc…
|
/frameworks/base/docs/html/sdk/1.0_r1/ |
D | upgrading.jd | 92 <p>After restart, update your Eclipse preferences to point to the SDK directory:</p>
|
/frameworks/base/docs/html/sdk/1.0_r2/ |
D | upgrading.jd | 92 <p>After restart, update your Eclipse preferences to point to the SDK directory:</p>
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | ddms.jd | 77 <p class="note"><strong>Tip:</strong> You can set a number of DDMS preferences in
|
/frameworks/base/docs/html/sdk/1.5_r1/ |
D | upgrading.jd | 193 <p>The last step is to update your Eclipse preferences to point to the new SDK directory:</p>
|
/frameworks/base/docs/html/resources/articles/ |
D | contacts.jd | 331 databases, shared preferences, and so on, will need to be populated from
|
/frameworks/base/docs/html/sdk/1.5_r3/ |
D | upgrading.jd | 195 <p>The last step is to update your Eclipse preferences to point to the new SDK directory:</p>
|
/frameworks/base/docs/html/sdk/1.5_r2/ |
D | upgrading.jd | 193 <p>The last step is to update your Eclipse preferences to point to the new SDK directory:</p>
|
/frameworks/base/docs/html/sdk/1.6_r1/ |
D | upgrading.jd | 144 <p>The last step is to update your Eclipse preferences to point to the new
|
/frameworks/base/docs/html/guide/practices/ |
D | tablets-and-handsets.jd | 188 <p>The approach you choose depends on your design and personal preferences. The first option
|
/frameworks/base/docs/html/resources/tutorials/ |
D | hello-world.jd | 239 resolving resources, obtaining access to databases and preferences, and so
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 211 agenda, edit an event, edit preferences, and view an alert
|
/frameworks/base/docs/html/sdk/ |
D | eclipse-adt.jd | 1041 is to modify your ADT preferences in Eclipse to point to the Android SDK directory:</p>
|
D | android-4.0.jd | 1410 preferences that provide a two-state selection option. The new {@link
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | providing-resources.jd | 186 <!-- or preferences configuration. --></td>
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 4803 http://developer.android.com/resources/samples/SipDemo/res/xml/preferences.html 4850 http://developer.android.com/resources/samples/ApiDemos/res/xml/preferences.html
|