Home
last modified time | relevance | path

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

12

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java132 public synchronized boolean setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument
139 if (persist) { in setCountryCode()
DWifiServiceImpl.java1113 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument
1115 " with persist set to " + persist); in setCountryCode()
1119 if (mCountryCode.setCountryCode(countryCode, persist) && persist) { in setCountryCode()
1148 public void setFrequencyBand(int band, boolean persist) { in setFrequencyBand() argument
1152 " with persist set to " + persist); in setFrequencyBand()
1155 mWifiStateMachine.setFrequencyBand(band, persist); in setFrequencyBand()
DWifiQualifiedNetworkSelector.java462 public boolean userSelectNetwork(int netId, boolean persist) { in userSelectNetwork() argument
464 localLog("userSelectNetwork:" + netId + " persist:" + persist); in userSelectNetwork()
476 if (!persist) { in userSelectNetwork()
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl96 void setCountryCode(String country, boolean persist); in setCountryCode() argument
100 void setFrequencyBand(int band, boolean persist); in setFrequencyBand() argument
DWifiManager.java1349 public void setCountryCode(String country, boolean persist) {
1351 mService.setCountryCode(country, persist);
1381 public void setFrequencyBand(int band, boolean persist) {
1383 mService.setFrequencyBand(band, persist);
/frameworks/base/core/java/android/bluetooth/
DIBluetoothManager.aidl39 boolean disable(boolean persist); in disable() argument
DBluetoothAdapter.java952 public boolean disable(boolean persist) { in disable() argument
955 return mManagerService.disable(persist); in disable()
/frameworks/base/core/java/android/os/
DIUserManager.aidl77 in String accountType, in PersistableBundle accountOptions, boolean persist); in setSeedAccountData() argument
/frameworks/base/docs/html/preview/features/
Dscoped-folder-access.jd130 <p>Where possible, persist the external directory access URI so you don't have
133 directory access URI. The system will persist the URI and subsequent access
/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/core/java/android/nfc/
DNfcAdapter.java746 public boolean disable(boolean persist) { in disable() argument
748 return sService.disable(persist); in disable()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java408 final Uri uri = persister.persist( in writeInboxMessage()
452 final Uri uri = persister.persist( in writeInboxMessage()
/frameworks/native/cmds/atrace/
Datrace.rc65 on property:persist.debug.atrace.boottrace=1
/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.jd157 persist as the user navigates in and out of your activity, set UI flags in
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/
Dsettings.jd993 <p>Вы можете сохранить значение настройки в любой момент, вызвав один из методов {@code persist*()}…
999 тип данных, поэтому вы должны использовать метод {@code persist*()}, соответствующий типу данных, и…
1016 // When the user selects "OK", persist the new value
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/
Dsettings.jd995 android.preference.Preference} 类的一个 {@code persist*()} 方法(如 {@link
1000 {@link android.preference.Preference} 所用数据类型的 {@code persist*()} 方法。</p>
1016 // When the user selects "OK", persist the new value
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/
Dsettings.jd994 android.preference.Preference} 類別的 {@code persist*()} 方法隨時儲存設定值,例如,如果設定值是整數,使用 {@link
998 …ence} 只能儲存一個資料類型,因此您必須使用適合您自訂 {@link android.preference.Preference} 使用之資料類型的 {@code persist*()} 方法。
1016 // When the user selects "OK", persist the new value
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/
Dsettings.jd993 …stInt persistInt()} など、{@link android.preference.Preference} クラスの {@code persist*()} メソッドのいずれかを呼び出…
998 …そのため、カスタム {@link android.preference.Preference} で使用されているデータ型に対応する {@code persist*()} メソッドを使用する必要があ…
1016 // When the user selects "OK", persist the new value
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/
Dsettings.jd994 android.preference.Preference} 클래스의 {@code persist*()} 메서드 중 하나를 호출하기만 하면 됩니다. 예를 들어 설정의 값이 정수인 경우 …
1000 {@link android.preference.Preference}에서 사용한 데이터 유형에 적절한 {@code persist*()} 메서드를 사용해야 합니다.</p>
1016 // When the user selects "OK", persist the new value
/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.java653 public boolean disable(boolean persist) { in disable() argument
669 if (persist) { in disable()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1708 private void setUidPolicyUncheckedLocked(int uid, int oldPolicy, int policy, boolean persist) { in setUidPolicyUncheckedLocked() argument
1709 setUidPolicyUncheckedLocked(uid, policy, persist); in setUidPolicyUncheckedLocked()
1724 private void setUidPolicyUncheckedLocked(int uid, int policy, boolean persist) { in setUidPolicyUncheckedLocked() argument
1729 if (persist) { in setUidPolicyUncheckedLocked()
/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

12