Searched refs:ACTION_NOTIFY_URI_CHANGE (Results 1 – 3 of 3) sorted by relevance
52 private static String ACTION_NOTIFY_URI_CHANGE = "com.android.cts.action.NOTIFY_URI_CHANGE"; field in CrossProfileUtils80 intentFilter.addAction(ACTION_NOTIFY_URI_CHANGE); in getIntentFilter()
69 public static final String ACTION_NOTIFY_URI_CHANGE field in IntentReceiverActivity123 } else if (ACTION_NOTIFY_URI_CHANGE.equals(action)) { in onCreate()
53 public static final String ACTION_NOTIFY_URI_CHANGE field in ContentTest188 Intent intent = new Intent(ACTION_NOTIFY_URI_CHANGE); in testCanNotifyAcrossProfiles()