OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_CANNED_RESPONSE_PREF_4
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
RejectWithTextMessageManager.java
61
private static final String
KEY_CANNED_RESPONSE_PREF_4
= "canned_response_pref_4";
91
responses.add(3, prefs.getString(
KEY_CANNED_RESPONSE_PREF_4
,
RespondViaSmsManager.java
94
private static final String
KEY_CANNED_RESPONSE_PREF_4
= "canned_response_pref_4";
137
pref = (EditTextPreference) findPreference(
KEY_CANNED_RESPONSE_PREF_4
);
Completed in 88 milliseconds