Searched refs:preference (Results 176 - 184 of 184) sorted by relevance

12345678

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java49 import android.preference.PreferenceManager;
431 // sim records return count as 0, that overrides shared preference
/frameworks/base/config/
H A Dcompiled-classes-phone3469 android.preference.GenericInflater$Parent
3470 android.preference.Preference
3471 android.preference.Preference$BaseSavedState
3472 android.preference.Preference$BaseSavedState$1
3473 android.preference.Preference$OnPreferenceChangeListener
3474 android.preference.PreferenceActivity
3475 android.preference.PreferenceFragment
3476 android.preference.PreferenceFragment$OnPreferenceStartFragmentCallback
3477 android.preference.PreferenceGroup
3478 android.preference
[all...]
H A Dpreloaded-classes1903 android.preference.PreferenceManager
1904 android.preference.PreferenceManager$OnPreferenceTreeClickListener
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java588 * If you want to set the default network preference,you can directly
592 * network default network preference can't really express
745 * @param preference the network type to prefer over all others. It is
750 * preference. Instead we use dynamic network properties of
754 public void setNetworkPreference(int preference) { argument
764 * preference. Instead we use dynamic network properties of
3498 * If {@code null}, this method will return the a preference that will generally
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java52 import android.preference.PreferenceManager;
1382 // Read from the SIM. If its null, try reading from the shared preference area.
H A DPhone.java40 import android.preference.PreferenceManager;
1289 Rlog.e(LOG_TAG, "failed to commit network selection preference");
1292 Rlog.e(LOG_TAG, "Cannot update network selection preference due to invalid subId " +
1372 Rlog.e(LOG_TAG, "Failed to commit CLIR preference");
1758 // Check for old preference if status is UNKNOWN for current subId. This part of the
1850 * Query the CDMA roaming preference setting
1887 * Requests to set the CDMA roaming preference
2300 Rlog.d(LOG_TAG, "getStoredVoiceMessageCount: from preference for subId " + subId +
2303 // Check for old preference if count not found for current subId. This part of the
2313 Rlog.d(LOG_TAG, "getStoredVoiceMessageCount: from preference
[all...]
H A DServiceStateTracker.java53 import android.preference.PreferenceManager;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java55 import android.preference.PreferenceManager;
2738 // since we don't want to unset user preference from system update, pass true as the default
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java43 import android.preference.PreferenceManager;

Completed in 230 milliseconds

12345678