Home | History | Annotate | Download | only in notification

Lines Matching defs:affinity

73      * Affinity will be equal to or greater than this value on notifications
79 * Affinity will be equal to or greater than this value on notifications
150 * @param timeoutAffinity affinity to return when the timeout specified via
155 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
165 float affinity = affinityOut[0];
181 Slog.w(TAG, "Timeout while waiting for affinity: " + key + ". "
186 Slog.w(TAG, "InterruptedException while waiting for affinity: " + key + ". "
187 + "Returning affinity=" + affinity, e);
188 return affinity;
191 affinity = Math.max(prr.getContactAffinity(), affinity);
193 return affinity;
216 final float affinity = affinityOut[0];
217 record.setContactAffinity(affinity);
219 mUsageStats.registerPeopleAffinity(record, affinity > NONE, affinity == STARRED_CONTACT,
230 float affinity = NONE;
255 affinity = Math.max(affinity, lookupResult.getAffinity());
264 affinityOut[0] = affinity;
267 if (VERBOSE) Slog.i(TAG, "final affinity: " + affinity);
490 if (VERBOSE) Slog.i(TAG, "final affinity: " + operand.getContactAffinity());