Home | History | Annotate | Download | only in phone

Lines Matching refs:responses

67      * The popup showing the list of canned responses.
76 /** The array of "canned responses"; see loadCannedResponses(). */
82 // Preference keys for the 4 "canned responses"; see RespondViaSmsManager$Settings.
113 // Refresh the array of "canned responses".
119 // Build the list: start with the canned responses, but manually add
336 * canned responses; see respond_via_sms_settings.xml
348 // <EditTextPreference>s, one for each of the 4 "canned responses".
413 * Read the (customizable) canned responses from SharedPreferences,
430 String[] responses = new String[NUM_CANNED_RESPONSES];
435 responses[0] = prefs.getString(KEY_CANNED_RESPONSE_PREF_1,
437 responses[1] = prefs.getString(KEY_CANNED_RESPONSE_PREF_2,
439 responses[2] = prefs.getString(KEY_CANNED_RESPONSE_PREF_3,
441 responses[3] = prefs.getString(KEY_CANNED_RESPONSE_PREF_4,
443 return responses;