Searched refs:EXTRA_FULL_OVERLAY (Results 1 – 2 of 2) sorted by relevance
57 context.sendBroadcast(Intent(ACTION_SHOW_OVERLAY).putExtra(EXTRA_FULL_OVERLAY, true)) in testTapjackGrantDialog_fullOverlay()89 .putExtra(EXTRA_FULL_OVERLAY, false) in testTapjackGrantDialog_partialOverlay()143 const val EXTRA_FULL_OVERLAY = "android.permissionui.cts.usepermission.extra.FULL_OVERLAY" constant
25 if (!intent.getBooleanExtra(EXTRA_FULL_OVERLAY, true)) { in onCreate()53 const val EXTRA_FULL_OVERLAY = "android.permissionui.cts.usepermission.extra.FULL_OVERLAY" constant