Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DBaseProfileOwnerTest.java41 Intent intent = OperationSafetyChangedCallback.intentFor(event); in onOperationSafetyStateChanged()
/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DOperationSafetyChangedCallback.java97 public static Intent intentFor(OperationSafetyChangedEvent event) { in intentFor() method in OperationSafetyChangedCallback
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBasicAdminReceiver.java102 Intent intent = OperationSafetyChangedCallback.intentFor(event); in onOperationSafetyStateChanged()