Lines Matching full:preference
25 import android.preference.EditTextPreference;
40 //allowed modes for this preference.
48 //String constants used in storing the value of the preference
49 // The preference is backed by a string that holds the encoded value, which reads:
51 // for example, an enabled preference with a number of 6502345678 would read:
74 /** Arbitrary activity-assigned preference id value */
77 //similar to toggle preference
98 void onDialogClosed(EditPhoneNumberPreference preference, int buttonClicked);
112 String onGetDefaultNumber(EditPhoneNumberPreference preference);
152 //called when we're binding the view to the preference.
186 //called when we're binding the dialog to the preference's view.
231 * preference's dialog layout.
298 //Notify the preference that the pick activity is complete.
349 // return the current preference to allow for chaining preferences.
374 // return the current preference to allow for chaining preferences.
385 * Other code relevant to preference framework
486 //retrieve the state of this preference in the form of an encoded string
494 * Generally used when we are navigating the user to this preference.