Searched refs:showSessionIntent (Results 1 – 1 of 1) sorted by relevance
86 Intent showSessionIntent = new Intent(ACTION_SHOW_SESSION); in assertScreenCapturePossible() local87 showSessionIntent.setPackage(ASSIST_PACKAGE); in assertScreenCapturePossible()88 mContext.sendBroadcast(showSessionIntent); in assertScreenCapturePossible()