Searched refs:getRecordLocked (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ConditionProviders.java | 297 private ConditionRecord getRecordLocked(Uri id, ComponentName component, boolean create) { in getRecordLocked() method in ConditionProviders 323 final ConditionRecord r = getRecordLocked(c.id, info.component, true /*create*/); in notifyConditions() 363 final ConditionRecord r = getRecordLocked(conditionId, component, false /*create*/); in findCondition() 372 final ConditionRecord r = getRecordLocked(conditionId, component, true /*create*/); in ensureRecordExists() 382 final ConditionRecord r = getRecordLocked(conditionId, component, false /*create*/); in subscribeIfNecessary() 395 final ConditionRecord r = getRecordLocked(conditionId, component, false /*create*/); in unsubscribeIfNecessary()
|
/frameworks/base/services/ |
D | art-wear-profile | 15544 HPLcom/android/server/notification/ConditionProviders;->getRecordLocked(Landroid/net/Uri;Landroid/c…
|