Searched refs:DEFAULT_SMS_APP_SETTING (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DNotificationMessagingUtil.java39 private static final String DEFAULT_SMS_APP_SETTING = Settings.Secure.SMS_DEFAULT_APPLICATION; field in class:NotificationMessagingUtil
46 Settings.Secure.getUriFor(DEFAULT_SMS_APP_SETTING), false, mSmsContentObserver);
81 if (Settings.Secure.getUriFor(DEFAULT_SMS_APP_SETTING).equals(uri)) {

Completed in 575 milliseconds