Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DContextMap.java192 private final Map<Integer, AppAdvertiseStats> mAppAdvertiseStats = field in ContextMap
252 if (!mAppAdvertiseStats.containsKey(id)) { in add()
256 mAppAdvertiseStats.put(id, appAdvertiseStats); in add()
415 mAppAdvertiseStats.remove(id); in removeAppAdvertiseStats()
422 return mAppAdvertiseStats.get(id); in getAppAdvertiseStatsById()
429 AppAdvertiseStats stats = mAppAdvertiseStats.get(regId); in setAdvertiserIdByRegId()
434 mAppAdvertiseStats.remove(regId); in setAdvertiserIdByRegId()
435 mAppAdvertiseStats.put(advertiserId, stats); in setAdvertiserIdByRegId()
449 AppAdvertiseStats stats = mAppAdvertiseStats.get(id); in recordAdvertiseStart()
461 int advertiseInstanceCount = mAppAdvertiseStats.size(); in recordAdvertiseStart()
[all …]