Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/service/java/com/android/server/stats/
H A DStatsManagerService.java19 import static com.android.server.stats.StatsCompanion.PendingIntentRef;
63 private ArrayMap<ConfigKey, PendingIntentRef> mDataFetchPirMap = new ArrayMap<>();
240 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setDataFetchOperation()
285 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setActiveConfigsChangedOperation()
329 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setBroadcastSubscriber()
333 ArrayMap<Long, PendingIntentRef> innerMap = mBroadcastSubscriberPirMap in setBroadcastSubscriber()
358 ArrayMap<Long, PendingIntentRef> innerMap = mBroadcastSubscriberPirMap in unsetBroadcastSubscriber()
621 ArrayMap<ConfigKey, PendingIntentRef> dataFetchCopy; in registerAllDataFetchOperations()
636 ArrayMap<Integer, PendingIntentRef> activeConfigsChangedCopy; in registerAllActiveConfigsChangedOperations()
653 for (Map.Entry<ConfigKey, ArrayMap<Long, PendingIntentRef>> entry : in registerAllBroadcastSubscribers()
[all …]
H A DStatsCompanion.java99 public static class PendingIntentRef extends IPendingIntentRef.Stub { class in StatsCompanion
119 public PendingIntentRef(PendingIntent pendingIntent, Context context) { in PendingIntentRef() method in StatsCompanion.PendingIntentRef