Home | History | Annotate | Download | only in media

Lines Matching defs:SUPPRESSIBLE_USAGES

156      * IMPORTANT: when adding new usage types, add them to SDK_USAGES and update SUPPRESSIBLE_USAGES
164 private static final SparseIntArray SUPPRESSIBLE_USAGES;
170 SUPPRESSIBLE_USAGES = new SparseIntArray();
171 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION, SUPPRESSIBLE_NOTIFICATION);
172 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_RINGTONE, SUPPRESSIBLE_CALL);
173 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_COMMUNICATION_REQUEST, SUPPRESSIBLE_CALL);
174 SUPPRESSIBLE_USAGES.put(
176 SUPPRESSIBLE_USAGES.put(
178 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_EVENT, SUPPRESSIBLE_NOTIFICATION);