Home
last modified time | relevance | path

Searched refs:ACTION_NOTIFY_URI_CHANGE (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileUtils.java52 private static String ACTION_NOTIFY_URI_CHANGE = "com.android.cts.action.NOTIFY_URI_CHANGE"; field in CrossProfileUtils
80 intentFilter.addAction(ACTION_NOTIFY_URI_CHANGE); in getIntentFilter()
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java69 public static final String ACTION_NOTIFY_URI_CHANGE field in IntentReceiverActivity
123 } else if (ACTION_NOTIFY_URI_CHANGE.equals(action)) { in onCreate()
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DContentTest.java53 public static final String ACTION_NOTIFY_URI_CHANGE field in ContentTest
188 Intent intent = new Intent(ACTION_NOTIFY_URI_CHANGE); in testCanNotifyAcrossProfiles()