Searched refs:NOTIFY_NO_DELAY (Results 1 – 2 of 2) sorted by relevance
594 final boolean noDelay = (key.flags & ContentResolver.NOTIFY_NO_DELAY) != 0; in dispatch()
726 public static final int NOTIFY_NO_DELAY = 1 << 15; field in ContentResolver