Searched defs:coverage (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java151 * @param coverage Indicates which notification types should be checked. Valid values are
154 public static void update(final boolean silent, final int coverage) { argument
155 update(silent, null /* conversationId */, coverage);
164 * @param coverage Indicates which notification types should be checked. Valid values are
168 final int coverage) {
172 + " coverage = " + coverage);
184 if ((coverage & UPDATE_MESSAGES) != 0) {
188 if ((coverage & UPDATE_ERRORS) != 0) {
167 update(final boolean silent, final String conversationId, final int coverage) argument

Completed in 36 milliseconds