Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d08c87b authored by James Lemieux's avatar James Lemieux Committed by android-build-merger
Browse files

Fix Alarm query

am: e2b8d1cb

* commit 'e2b8d1cb':
  Fix Alarm query
parents 0fc5fcb3 e2b8d1cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ public class ClockProvider extends ContentProvider {
            ALARMS_TABLE_NAME + "." + AlarmsColumns._ID + " = " + InstancesColumns.ALARM_ID + ")";

    private static final String ALARM_JOIN_INSTANCE_WHERE_STATEMENT =
            InstancesColumns.ALARM_STATE + " IS NULL OR " +
            InstancesColumns.ALARM_STATE + " != " + InstancesColumns.MISSED_STATE;

    private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH);