Home
last modified time | relevance | path

Searched refs:getRecordLocked (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java285 private ConditionRecord getRecordLocked(Uri id, ComponentName component, boolean create) { in getRecordLocked() method in ConditionProviders
311 final ConditionRecord r = getRecordLocked(c.id, info.component, true /*create*/); in notifyConditions()
338 final ConditionRecord r = getRecordLocked(conditionId, component, false /*create*/); in findCondition()
347 final ConditionRecord r = getRecordLocked(conditionId, component, true /*create*/); in ensureRecordExists()
357 final ConditionRecord r = getRecordLocked(conditionId, component, false /*create*/); in subscribeIfNecessary()
370 final ConditionRecord r = getRecordLocked(conditionId, component, false /*create*/); in unsubscribeIfNecessary()
/aosp12/frameworks/base/services/
H A Dart-profile26034 HSPLcom/android/server/notification/ConditionProviders;->getRecordLocked(Landroid/net/Uri;Landroid/…