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

  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 339 public static final String ACTION_SUBINFO_CONTENT_CHANGE
340 = "android.intent.action.ACTION_SUBINFO_CONTENT_CHANGE";
  /packages/services/Mms/src/com/android/mms/service/
MmsConfigManager.java 67 action.equals(TelephonyIntents.ACTION_SUBINFO_CONTENT_CHANGE) ||
79 new IntentFilter(TelephonyIntents.ACTION_SUBINFO_CONTENT_CHANGE);
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 187 } else if (TelephonyIntents.ACTION_SUBINFO_CONTENT_CHANGE.equals(action)) {
241 intentFilter.addAction(TelephonyIntents.ACTION_SUBINFO_CONTENT_CHANGE);
  /frameworks/base/services/core/java/com/android/server/location/
GpsLocationProvider.java 497 || action.equals(TelephonyIntents.ACTION_SUBINFO_CONTENT_CHANGE)
725 intentFilter.addAction(TelephonyIntents.ACTION_SUBINFO_CONTENT_CHANGE);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 232 Intent intent = new Intent(TelephonyIntents.ACTION_SUBINFO_CONTENT_CHANGE);
    [all...]

Completed in 701 milliseconds