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
155 * @param timeoutAffinity affinity to return when the timeout specified via
160 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
170 float affinity = affinityOut[0];
186 Slog.w(TAG, "Timeout while waiting for affinity: " + key + ". "
191 Slog.w(TAG, "InterruptedException while waiting for affinity: " + key + ". "
192 + "Returning affinity=" + affinity, e);
193 return affinity;
196 affinity = Math.max(prr.getContactAffinity(), affinity);
198 return affinity;
221 final float affinity = affinityOut[0];
222 record.setContactAffinity(affinity);
224 mUsageStats.registerPeopleAffinity(record, affinity > NONE, affinity == STARRED_CONTACT,
234 float affinity = NONE;
259 affinity = Math.max(affinity, lookupResult.getAffinity());
268 affinityOut[0] = affinity;
271 if (VERBOSE) Slog.i(TAG, "final affinity: " + affinity);
472 // Amount of time to wait for a result from the contacts db before rechecking affinity.
534 if (VERBOSE) Slog.i(TAG, "final affinity: " + operand.getContactAffinity());