Home | History | Annotate | Download | only in notification

Lines Matching refs:affinity

67      * Affinity will be equal to or greater than this value on notifications
73 * Affinity will be equal to or greater than this value on notifications
142 * @param timeoutAffinity affinity to return when the timeout specified via
147 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
156 float affinity = affinityOut[0];
172 Slog.w(TAG, "Timeout while waiting for affinity: " + key + ". "
177 Slog.w(TAG, "InterruptedException while waiting for affinity: " + key + ". "
178 + "Returning affinity=" + affinity, e);
179 return affinity;
182 affinity = Math.max(prr.getContactAffinity(), affinity);
184 return affinity;
212 float affinity = NONE;
237 affinity = Math.max(affinity, lookupResult.getAffinity());
243 affinityOut[0] = affinity;
246 if (INFO) Slog.i(TAG, "final affinity: " + affinity);
459 if (INFO) Slog.i(TAG, "final affinity: " + operand.getContactAffinity());