HomeSort by relevance Sort by last modified time
    Searched refs:KEY_SMS_ENABLE (Results 1 - 2 of 2) sorted by null

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
SettingsActivity.java 25 public static final String KEY_SMS_ENABLE = "pref_key_sms_enable";
NotificationService.java 197 if(sharedPref.getBoolean(SettingsActivity.KEY_SMS_ENABLE, true)) {

Completed in 262 milliseconds