Home
last modified time | relevance | path

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

12

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl83 void setCountryCode(String country, boolean persist); in setCountryCode() argument
87 void setFrequencyBand(int band, boolean persist); in setFrequencyBand() argument
DWifiManager.java1357 public void setCountryCode(String country, boolean persist) {
1359 mService.setCountryCode(country, persist);
1387 public void setFrequencyBand(int band, boolean persist) {
1389 mService.setFrequencyBand(band, persist);
/frameworks/base/core/java/android/bluetooth/
DIBluetoothManager.aidl39 boolean disable(boolean persist); in disable() argument
DBluetoothAdapter.java948 public boolean disable(boolean persist) { in disable() argument
951 return mManagerService.disable(persist); in disable()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1086 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument
1088 " with persist set to " + persist); in setCountryCode()
1092 mWifiStateMachine.setCountryCode(countryCode, persist); in setCountryCode()
1116 public void setFrequencyBand(int band, boolean persist) { in setFrequencyBand() argument
1120 " with persist set to " + persist); in setFrequencyBand()
1123 mWifiStateMachine.setFrequencyBand(band, persist); in setFrequencyBand()
DWifiStateMachine.java2325 public synchronized void setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument
2341 sendMessage(CMD_SET_COUNTRY_CODE, countryCodeSequence, persist ? 1 : 0, in setCountryCode()
2345 if (persist) { in setCountryCode()
2381 public void setFrequencyBand(int band, boolean persist) { in setFrequencyBand() argument
2382 if (persist) { in setFrequencyBand()
5928 final boolean persist = (message.arg2 == 1); in processMessage()
7538 boolean persist = in processMessage()
7540 mWifiAutoJoinController.updateConfigurationHistory(netId, true, persist); in processMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java350 final Uri uri = persister.persist( in writeInboxMessage()
394 final Uri uri = persister.persist( in writeInboxMessage()
/frameworks/base/core/java/android/nfc/
DNfcAdapter.java709 public boolean disable(boolean persist) { in disable() argument
711 return sService.disable(persist); in disable()
/frameworks/opt/telephony/
DREADME.txt49 "setprop" for the current boot, or added to local.prop to persist
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dpausing.jd45 you to stop ongoing actions that should not continue while paused (such as a video) or persist
97 you should persist user changes to permanent storage within {@link android.app.Activity#onPause()}
/frameworks/base/docs/html/training/system-ui/
Dnavigation.jd88 persist as the user navigates in and out of your activity, set UI flags in
Dstatus.jd160 persist as the user navigates in and out of your activity, set UI flags in
/frameworks/base/docs/html/guide/topics/ui/
Dsettings.jd231 <dd>This attribute is required for preferences that persist a data value. It specifies the unique
1001 android.preference.Preference} class's {@code persist*()} methods, such as {@link
1006 data type, so you must use the {@code persist*()} method appropriate for the data type used by your
1009 <p>When you choose to persist the setting can depend on which {@link
1011 android.preference.DialogPreference}, then you should persist the value only when the dialog
1023 // When the user selects "OK", persist the new value
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java645 public boolean disable(boolean persist) { in disable() argument
661 if (persist) { in disable()
/frameworks/base/docs/html/training/tv/tif/
Dui.jd28 such as messages ("DO NOT ATTEMPT AT HOME"), subtitles, or ads may need to persist. As with any TV
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd163 persist after external storage is remounted.</dd>
Ddata-storage.jd72 strings. This data will persist across user sessions (even if your application is killed).</p>
/frameworks/base/docs/html/guide/topics/resources/
Dlocalization.jd447 <code>setprop persist.sys.locale [<em>BCP-47 language tag</em>];stop;sleep 5;start <br>
454 <p><code>setprop persist.sys.locale fr-CA;stop;sleep 5;start </code></p>
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1582 private void setUidPolicyUncheckedLocked(int uid, int policy, boolean persist) { in setUidPolicyUncheckedLocked() argument
1587 if (persist) { in setUidPolicyUncheckedLocked()
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd181 <p>A disk cache can be used in these cases to persist processed bitmaps and help decrease loading
/frameworks/base/docs/html/guide/appendix/
Dglossary.jd100 is not intended to persist in the history stack, contain complex layout,
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd524 <p>To prevent this from happening, you can persist the permissions the system
574 to content in your provider. For a discussion of how to persist a grant for
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduPersister.java1240 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.jd362 see how you can persist your task during one of these restarts and how to properly cancel the task
/frameworks/base/docs/html/preview/
Dbehavior-changes.jd97 Don’t use hardcoded file paths or persist fully-qualified file paths that were built previously.</p>

12