Home
last modified time | relevance | path

Searched refs:persist (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl62 void setCountryCode(String country, boolean persist); in setCountryCode() argument
64 void setFrequencyBand(int band, boolean persist); in setFrequencyBand() argument
DWifiManager.java810 public void setCountryCode(String country, boolean persist) { in setCountryCode() argument
812 mService.setCountryCode(country, persist); in setCountryCode()
825 public void setFrequencyBand(int band, boolean persist) { in setFrequencyBand() argument
827 mService.setFrequencyBand(band, persist); in setFrequencyBand()
DWifiStateMachine.java1072 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument
1073 if (persist) { in setCountryCode()
1086 public void setFrequencyBand(int band, boolean persist) { in setFrequencyBand() argument
1087 if (persist) { in setFrequencyBand()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothManager.aidl37 boolean disable(boolean persist); in disable() argument
DBluetoothAdapter.java559 public boolean disable(boolean persist) { in disable() argument
562 return mManagerService.disable(persist); in disable()
/frameworks/base/services/java/com/android/server/
DWifiService.java883 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument
885 " with persist set to " + persist); in setCountryCode()
887 mWifiStateMachine.setCountryCode(countryCode, persist); in setCountryCode()
899 public void setFrequencyBand(int band, boolean persist) { in setFrequencyBand() argument
903 " with persist set to " + persist); in setFrequencyBand()
904 mWifiStateMachine.setFrequencyBand(band, persist); in setFrequencyBand()
DBluetoothManagerService.java408 public boolean disable(boolean persist) { in disable() argument
424 if (persist) { in disable()
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dpausing.jd49 you to stop ongoing actions that should not continue while paused (such as a video) or persist
101 you should persist user changes to permanent storage within {@link android.app.Activity#onPause()}
/frameworks/base/docs/html/guide/faq/
Dframework.jd62 needs to persist use the
102 that you need to persist from one activity invocation to the next, you
Dcommontasks.jd312 persist and be handed back to the application even if it is dropped from memory.
/frameworks/base/docs/html/guide/topics/resources/
Dlocalization.jd464 <code>setprop persist.sys.language [<em>language code</em>];setprop
465 persist.sys.country [<em>country code</em>];stop;sleep 5;start <br>
472 <p><code>setprop persist.sys.language fr;setprop persist.sys.country
/frameworks/base/docs/html/guide/topics/ui/
Dsettings.jd229 <dd>This attribute is required for preferences that persist a data value. It specifies the unique
965 android.preference.Preference} class's {@code persist*()} methods, such as {@link
970 data type, so you must use the {@code persist*()} method appropriate for the data type used by your
973 <p>When you choose to persist the setting can depend on which {@link
975 android.preference.DialogPreference}, then you should persist the value only when the dialog
987 // When the user selects "OK", persist the new value
Ddialogs.jd378 setSingleChoiceItems()} if you want to persist the user's choice.
/frameworks/base/docs/html/guide/appendix/
Dinstall-location.jd169 persist after external storage is remounted.</dd>
Dglossary.jd99 is not intended to persist in the history stack, contain complex layout,
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd162 persist after external storage is remounted.</dd>
Ddata-storage.jd71 strings. This data will persist across user sessions (even if your application is killed).</p>
/frameworks/base/services/java/com/android/server/net/
DNetworkPolicyManagerService.java1359 private void setUidPolicyUnchecked(int uid, int policy, boolean persist) { in setUidPolicyUnchecked() argument
1367 if (persist) { in setUidPolicyUnchecked()
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd185 <p>A disk cache can be used in these cases to persist processed bitmaps and help decrease loading
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
DPduPersister.java1234 public Uri persist(GenericPdu pdu, Uri uri, boolean createThreadId, boolean groupMmsEnabled, in persist() method in PduPersister
/frameworks/base/docs/html/guide/components/
Dprocesses-and-threads.jd366 see how you can persist your task during one of these restarts and how to properly cancel the task
/frameworks/base/media/java/android/media/
DAudioService.java1303 private void setRingerModeInt(int ringerMode, boolean persist) { in setRingerModeInt() argument
1345 if (persist) { in setRingerModeInt()
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd1052 contains, to persist. You should therefore not store any data in your {@link
1054 app widget’s data to persist, the best approach is to use a {@link
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd1046 // between applications and persist after your app has been uninstalled.
/frameworks/base/docs/html/tools/devices/
Demulator.jd791 to persist the <code>/cache</code> image at device power-off. If <code>&lt;file&gt;