Searched defs:notifyConditions (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/service/notification/
H A DConditionProviderService.java138 notifyConditions(new Condition[]{ condition });
146 public final void notifyConditions(Condition... conditions) { method in class:ConditionProviderService
149 getNotificationInterface().notifyConditions(getPackageName(), mProvider, conditions);
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java229 public void notifyConditions(String pkg, ManagedServiceInfo info, Condition[] conditions) { method in class:ConditionProviders
231 if (DEBUG) Slog.d(TAG, "notifyConditions pkg=" + pkg + " info=" + info + " conditions="

Completed in 107 milliseconds