Searched defs:conditions (Results 1 – 11 of 11) sorted by relevance
24 void onConditionsReceived(in Condition[] conditions); in onConditionsReceived()
215 public final void notifyConditions(Condition... conditions) { in notifyConditions()218 getNotificationInterface().notifyConditions(getPackageName(), mProvider, conditions); in notifyConditions() local
229 OverrideConditions(@NonNull String conditions) { in OverrideConditions()238 OverrideConditions(@Condition int conditions) { in OverrideConditions()242 private static String getStringFromBitmask(@Condition int conditions) { in getStringFromBitmask()379 int conditions = 0; in getCurrentConditions() local
33 … void setContentCaptureConditions(String packageName, in List<ContentCaptureCondition> conditions); in setContentCaptureConditions()
265 @Nullable Set<ContentCaptureCondition> conditions) { in setContentCaptureConditions()
45 default void onConditionsChanged(Condition[] conditions) {} in onConditionsChanged()
206 private Condition[] removeDuplicateConditions(String pkg, Condition[] conditions) { in removeDuplicateConditions()244 public void notifyConditions(String pkg, ManagedServiceInfo info, Condition[] conditions) { in notifyConditions()
407 final InternalValidator[] conditions = new InternalValidator[size]; in writeToParcel() local
617 List<ContentCaptureCondition> conditions) { in setContentCaptureConditions()
647 final ArrayList<ContentCaptureCondition> conditions; in getContentCaptureConditions() local
178 …neway void notifyConditions(String pkg, in IConditionProvider provider, in Condition[] conditions); in notifyConditions()