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.aidl80 void setCountryCode(String country, boolean persist); in setCountryCode() argument
82 void setFrequencyBand(int band, boolean persist); in setFrequencyBand() argument
DWifiManager.java1234 public void setCountryCode(String country, boolean persist) { in setCountryCode() argument
1236 mService.setCountryCode(country, persist); in setCountryCode()
1249 public void setFrequencyBand(int band, boolean persist) { in setFrequencyBand() argument
1251 mService.setFrequencyBand(band, persist); in setFrequencyBand()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothManager.aidl39 boolean disable(boolean persist); in disable() argument
DBluetoothAdapter.java620 public boolean disable(boolean persist) { in disable() argument
623 return mManagerService.disable(persist); in disable()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1074 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument
1076 " with persist set to " + persist); in setCountryCode()
1080 mWifiStateMachine.setCountryCode(countryCode, persist); in setCountryCode()
1095 public void setFrequencyBand(int band, boolean persist) { in setFrequencyBand() argument
1099 " with persist set to " + persist); in setFrequencyBand()
1102 mWifiStateMachine.setFrequencyBand(band, persist); in setFrequencyBand()
DWifiStateMachine.java2318 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument
2327 sendMessage(CMD_SET_COUNTRY_CODE, countryCodeSequence, persist ? 1 : 0, countryCode); in setCountryCode()
2336 public void setFrequencyBand(int band, boolean persist) { in setFrequencyBand() argument
2337 if (persist) { in setFrequencyBand()
5463 final boolean persist = (message.arg2 == 1); in processMessage()
5470 if (persist) { in processMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java329 final Uri uri = persister.persist( in writeInboxMessage()
373 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/guide/faq/
Dframework.jd61 needs to persist use the
101 that you need to persist from one activity invocation to the next, you
/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/resources/
Dlocalization.jd447 <code>setprop persist.sys.language [<em>language code</em>];setprop
448 persist.sys.country [<em>country code</em>];stop;sleep 5;start <br>
455 <p><code>setprop persist.sys.language fr;setprop persist.sys.country
/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.java458 public boolean disable(boolean persist) { in disable() argument
474 if (persist) { in disable()
/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/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1488 private void setUidPolicyUncheckedLocked(int uid, int policy, boolean persist) { in setUidPolicyUncheckedLocked() argument
1493 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.jd361 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.java1909 private void setRingerModeInt(int ringerMode, boolean persist) { in setRingerModeInt() argument
1954 if (persist) { in setRingerModeInt()

12