Searched refs:ACTION_DENY (Results 1 – 2 of 2) sorted by relevance
38 public static final String ACTION_DENY = "com.android.permissioncontroller.incident.DENY"; field in ApprovalReceiver47 } else if (ACTION_DENY.equals(intent.getAction())) { in onReceive()
251 new Intent(ApprovalReceiver.ACTION_DENY, rec.report.getUri(), in showNotifications()