Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAssistScreenCaptureDisabledTest.java86 Intent showSessionIntent = new Intent(ACTION_SHOW_SESSION); in assertScreenCapturePossible() local
87 showSessionIntent.setPackage(ASSIST_PACKAGE); in assertScreenCapturePossible()
88 mContext.sendBroadcast(showSessionIntent); in assertScreenCapturePossible()