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 - 3
of
3
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
QuickResponseUtils.java
44
public static final String
KEY_CANNED_RESPONSE_PREF_4
= "canned_response_pref_4";
101
cannedResponse4 = oldPrefs.getString(
KEY_CANNED_RESPONSE_PREF_4
, cannedResponse4);
109
editor.putString(
KEY_CANNED_RESPONSE_PREF_4
, cannedResponse4);
RespondViaSmsSettings.java
89
QuickResponseUtils.
KEY_CANNED_RESPONSE_PREF_4
);
RespondViaSmsManager.java
128
textMessages.add(3, prefs.getString(QuickResponseUtils.
KEY_CANNED_RESPONSE_PREF_4
,
Completed in 1272 milliseconds