Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileUtils.java54 private static String ACTION_OBSERVE_URI_CHANGE = "com.android.cts.action.OBSERVE_URI_CHANGE"; field in CrossProfileUtils
81 intentFilter.addAction(ACTION_OBSERVE_URI_CHANGE); in getIntentFilter()
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java72 public static final String ACTION_OBSERVE_URI_CHANGE field in IntentReceiverActivity
127 } else if (ACTION_OBSERVE_URI_CHANGE.equals(action)) { in onCreate()
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DContentTest.java56 public static final String ACTION_OBSERVE_URI_CHANGE field in ContentTest
212 Intent intent = new Intent(ACTION_OBSERVE_URI_CHANGE); in testCanObserveAcrossProfiles()