Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/permissioncontroller/incident/
DApprovalReceiver.java38 public static final String ACTION_DENY = "com.android.permissioncontroller.incident.DENY"; field in ApprovalReceiver
47 } else if (ACTION_DENY.equals(intent.getAction())) { in onReceive()
DPendingList.java251 new Intent(ApprovalReceiver.ACTION_DENY, rec.report.getUri(), in showNotifications()