OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_SMS_ONCE
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
SettingsActivity.java
29
public static final String
KEY_SMS_ONCE
= "pref_key_sms_once";
NotificationService.java
146
.setOnlyAlertOnce(sharedPref.getBoolean(SettingsActivity.
KEY_SMS_ONCE
, true));
Completed in 40 milliseconds