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

  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetProvider.java 36 public static final String ACTION_NOTIFY_DATASET_CHANGED =
37 "com.android.mms.intent.action.ACTION_NOTIFY_DATASET_CHANGED";
64 if (ACTION_NOTIFY_DATASET_CHANGED.equals(action)) {
128 final Intent intent = new Intent(ACTION_NOTIFY_DATASET_CHANGED);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 114 public static final String ACTION_NOTIFY_DATASET_CHANGED =
115 "com.android.mail.ACTION_NOTIFY_DATASET_CHANGED";
    [all...]

Completed in 261 milliseconds