Searched refs:ACTION_SHOW_OVERLAY (Results 1 – 3 of 3) sorted by relevance
44 if (intent?.action != ACTION_SHOW_OVERLAY) { in onCreate()56 IntentFilter(ACTION_SHOW_OVERLAY), in onCreate()102 const val ACTION_SHOW_OVERLAY = "android.permissionui.cts.usepermission.ACTION_SHOW_OVERLAY" constant
57 context.sendBroadcast(Intent(ACTION_SHOW_OVERLAY).putExtra(EXTRA_FULL_OVERLAY, true)) in testTapjackGrantDialog_fullOverlay()88 Intent(ACTION_SHOW_OVERLAY) in testTapjackGrantDialog_partialOverlay()140 const val ACTION_SHOW_OVERLAY = "android.permissionui.cts.usepermission.ACTION_SHOW_OVERLAY" constant
92 Intent(PermissionTapjackingTest.ACTION_SHOW_OVERLAY) in checkRestrictedPermissions()