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

  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 55 private static final Uri ICC_URI = Uri.parse("content://sms/icc");
160 mQueryHandler.startQuery(0, null, ICC_URI, null, null, null, null);
233 ICC_URI, true, simChangeObserver);
264 Uri simUri = ICC_URI.buildUpon().appendPath(messageIndexString).build();
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 50 private static final Uri ICC_URI = Uri.parse("content://sms/icc");
305 cursor.setNotificationUri(getContext().getContentResolver(), ICC_URI);
621 cr.notifyChange(ICC_URI, null);

Completed in 251 milliseconds