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

  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 358 public static final String ACTION_SUBINFO_RECORD_UPDATED
359 = "android.intent.action.ACTION_SUBINFO_RECORD_UPDATED";
  /packages/services/Mms/src/com/android/mms/service/
MmsConfigManager.java 66 if (action.equals(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED) ||
76 new IntentFilter(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED);
111 * thread after a recent ACTION_SUBINFO_RECORD_UPDATED event.
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 178 if (TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED.equals(action)) {
240 intentFilter.addAction(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubInfoRecordUpdater.java 464 Intent intent = new Intent(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED);
486 logd("broadcast intent ACTION_SUBINFO_RECORD_UPDATED : [" + detectedType + ", "
  /frameworks/base/services/core/java/com/android/server/location/
GpsLocationProvider.java 498 || action.equals(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED)) {
726 intentFilter.addAction(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED);
    [all...]

Completed in 87 milliseconds