OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_CANNED_RESPONSE_PREF_2
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
RejectWithTextMessageManager.java
59
private static final String
KEY_CANNED_RESPONSE_PREF_2
= "canned_response_pref_2";
87
responses.add(1, prefs.getString(
KEY_CANNED_RESPONSE_PREF_2
,
RespondViaSmsManager.java
92
private static final String
KEY_CANNED_RESPONSE_PREF_2
= "canned_response_pref_2";
129
pref = (EditTextPreference) findPreference(
KEY_CANNED_RESPONSE_PREF_2
);
Completed in 180 milliseconds