Searched refs:persist (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pConfig.java60 public Persist persist = Persist.SYSTEM_DEFAULT; field in class:WifiP2pConfig
113 sbuf.append("\n persist: ").append(persist.toString());
128 persist = source.persist;
137 dest.writeString(persist.name());
148 config.persist = Persist.valueOf(in.readString());
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl62 void setCountryCode(String country, boolean persist);
64 void setFrequencyBand(int band, boolean persist);
H A DWifiManager.java746 * Tell the supplicant to persist the current list of configured networks.
765 * @param persist {@code true} if this needs to be remembered
769 public void setCountryCode(String country, boolean persist) { argument
771 mService.setCountryCode(country, persist);
781 * @param persist {@code true} if this needs to be remembered
784 public void setFrequencyBand(int band, boolean persist) { argument
786 mService.setFrequencyBand(band, persist);
H A DWifiStateMachine.java1006 * @param persist {@code true} if the setting should be remembered.
1008 public void setCountryCode(String countryCode, boolean persist) { argument
1009 if (persist) {
1020 * @param persist {@code true} if the setting should be remembered.
1022 public void setFrequencyBand(int band, boolean persist) { argument
1023 if (persist) {
/frameworks/base/services/java/com/android/server/
H A DWifiService.java771 * Tell the supplicant to persist the current list of configured networks.
790 * @param persist {@code true} if the setting should be remembered.
792 * The persist behavior exists so that wifi can fall back to the last
796 public void setCountryCode(String countryCode, boolean persist) { argument
798 " with persist set to " + persist);
800 mWifiStateMachine.setCountryCode(countryCode, persist);
809 * @param persist {@code true} if the setting should be remembered.
812 public void setFrequencyBand(int band, boolean persist) { argument
816 " with persist se
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1053 private void setUidPolicyUnchecked(int uid, int policy, boolean persist) { argument
1059 // uid policy changed, recompute rules and persist policy.
1061 if (persist) {
/frameworks/base/media/java/android/media/
H A DAudioService.java81 * volume and later persist to the database. Similarly, setting the ringer mode
83 * persist the ringer mode.
558 // Post a persist volume msg
568 // to persist). Do not change volume if stream is muted.
645 // Post a persist volume msg
652 // to persist).
715 private void setRingerModeInt(int ringerMode, boolean persist) { argument
746 // Post a persist ringer mode msg
747 if (persist) {
787 // to persist)
[all...]
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduPersister.java178 // These map are used for convenience in persist() and load().
714 throw new MmsException("Failed to persist part, return null.");
1028 public Uri persist(GenericPdu pdu, Uri uri) throws MmsException { method in class:PduPersister
1150 throw new MmsException("persist() failed: return null.");

Completed in 4954 milliseconds