Searched refs:ACTION_APPROVE (Results 1 – 1 of 1) sorted by relevance
33 public static final String ACTION_APPROVE = "com.android.permissioncontroller.incident.APPROVE"; field in ApprovalReceiver45 if (ACTION_APPROVE.equals(intent.getAction())) { in onReceive()