HomeSort by relevance Sort by last modified time
    Searched defs:isRepeat (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeFiltering.java 84 if (config.allowRepeatCallers && REPEAT_CALLERS.isRepeat(context, extras)) {
134 && REPEAT_CALLERS.isRepeat(mContext, extras(record))) {
256 private synchronized boolean isRepeat(Context context, Bundle extras) {
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 827 bool isRepeat(CandReason R) { return RepeatReasonSet & (1 << R); }

Completed in 141 milliseconds