Searched refs:PendingIntentRef (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/apex/statsd/service/java/com/android/server/stats/ |
D | StatsManagerService.java | 19 import static com.android.server.stats.StatsCompanion.PendingIntentRef; 62 private ArrayMap<ConfigKey, PendingIntentRef> mDataFetchPirMap = new ArrayMap<>(); 64 private ArrayMap<Integer, PendingIntentRef> mActiveConfigsPirMap = new ArrayMap<>(); 66 private ArrayMap<ConfigKey, ArrayMap<Long, PendingIntentRef>> mBroadcastSubscriberPirMap = 239 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setDataFetchOperation() 284 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setActiveConfigsChangedOperation() 328 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setBroadcastSubscriber() 332 ArrayMap<Long, PendingIntentRef> innerMap = mBroadcastSubscriberPirMap in setBroadcastSubscriber() 357 ArrayMap<Long, PendingIntentRef> innerMap = mBroadcastSubscriberPirMap in unsetBroadcastSubscriber() 614 ArrayMap<ConfigKey, PendingIntentRef> dataFetchCopy; in registerAllDataFetchOperations() [all …]
|
D | StatsCompanion.java | 99 public static class PendingIntentRef extends IPendingIntentRef.Stub { class in StatsCompanion 119 public PendingIntentRef(PendingIntent pendingIntent, Context context) { in PendingIntentRef() method in StatsCompanion.PendingIntentRef
|