Searched refs:ACTION_OBSERVE_URI_CHANGE (Results 1 – 3 of 3) sorted by relevance
54 private static String ACTION_OBSERVE_URI_CHANGE = "com.android.cts.action.OBSERVE_URI_CHANGE"; field in CrossProfileUtils81 intentFilter.addAction(ACTION_OBSERVE_URI_CHANGE); in getIntentFilter()
72 public static final String ACTION_OBSERVE_URI_CHANGE field in IntentReceiverActivity127 } else if (ACTION_OBSERVE_URI_CHANGE.equals(action)) { in onCreate()
56 public static final String ACTION_OBSERVE_URI_CHANGE field in ContentTest212 Intent intent = new Intent(ACTION_OBSERVE_URI_CHANGE); in testCanObserveAcrossProfiles()