/aosp12/frameworks/base/services/core/java/com/android/server/powerstats/ |
H A D | StatsPullAtomCallbackImpl.java | 43 public class StatsPullAtomCallbackImpl implements StatsManager.StatsPullAtomCallback { class 44 private static final String TAG = StatsPullAtomCallbackImpl.class.getSimpleName(); 158 public StatsPullAtomCallbackImpl(Context context, PowerStatsInternal powerStatsInternal) { in StatsPullAtomCallbackImpl() method in StatsPullAtomCallbackImpl
|
H A D | PowerStatsService.java | 80 private StatsPullAtomCallbackImpl mPullAtomCallback; 154 StatsPullAtomCallbackImpl createStatsPullerImpl(Context context, in createStatsPullerImpl() 156 return new StatsPullAtomCallbackImpl(context, powerStatsInternal); in createStatsPullerImpl()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssMetrics.java | 590 StatsPullAtomCallbackImpl pullAtomCallback = new StatsPullAtomCallbackImpl(); in registerGnssStats() 605 private class StatsPullAtomCallbackImpl implements StatsManager.StatsPullAtomCallback { class in GnssMetrics 607 StatsPullAtomCallbackImpl() { in StatsPullAtomCallbackImpl() method in GnssMetrics.StatsPullAtomCallbackImpl
|
/aosp12/frameworks/base/services/core/java/com/android/server/apphibernation/ |
H A D | AppHibernationService.java | 188 final StatsPullAtomCallbackImpl pullAtomCallback = new StatsPullAtomCallbackImpl(); in onBootPhase() 949 private final class StatsPullAtomCallbackImpl implements StatsPullAtomCallback { class in AppHibernationService
|
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
H A D | BlobStoreManagerService.java | 176 private StatsPullAtomCallbackImpl mStatsCallbackImpl = new StatsPullAtomCallbackImpl(); 1887 private class StatsPullAtomCallbackImpl implements StatsManager.StatsPullAtomCallback { class in BlobStoreManagerService
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryStatsService.java | 766 final StatsPullAtomCallbackImpl pullAtomCallback = new StatsPullAtomCallbackImpl(); in registerStatsCallbacks() 783 private class StatsPullAtomCallbackImpl implements StatsManager.StatsPullAtomCallback { class in BatteryStatsService
|
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/ |
H A D | StatsPullAtomService.java | 375 private StatsPullAtomCallbackImpl mStatsCallbackImpl; 472 private class StatsPullAtomCallbackImpl implements StatsManager.StatsPullAtomCallback { class in StatsPullAtomService 868 mStatsCallbackImpl = new StatsPullAtomCallbackImpl(); in registerPullers()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 562 private StatsPullAtomCallbackImpl mPullAtomCallback; 2419 mPullAtomCallback = new StatsPullAtomCallbackImpl(); in registerNotificationPreferencesPullers() 2446 private class StatsPullAtomCallbackImpl implements StatsManager.StatsPullAtomCallback { class in NotificationManagerService
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 36752 HSPLcom/android/server/powerstats/StatsPullAtomCallbackImpl;-><clinit>()V 36754 HSPLcom/android/server/powerstats/StatsPullAtomCallbackImpl;->initPullOnDevicePowerMeasurement()Z 36755 HSPLcom/android/server/powerstats/StatsPullAtomCallbackImpl;->initSubsystemSleepState()Z 36756 HPLcom/android/server/powerstats/StatsPullAtomCallbackImpl;->onPullAtom(ILjava/util/List;)I 52350 Lcom/android/server/am/BatteryStatsService$StatsPullAtomCallbackImpl; 52542 Lcom/android/server/apphibernation/AppHibernationService$StatsPullAtomCallbackImpl; 53030 Lcom/android/server/blob/BlobStoreManagerService$StatsPullAtomCallbackImpl; 53971 Lcom/android/server/location/gnss/GnssMetrics$StatsPullAtomCallbackImpl; 54501 Lcom/android/server/notification/NotificationManagerService$StatsPullAtomCallbackImpl; 55472 Lcom/android/server/powerstats/StatsPullAtomCallbackImpl; [all …]
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 6450 * frameworks/base/services/core/java/com/android/server/powerstats/StatsPullAtomCallbackImpl.java 6469 * frameworks/base/services/core/java/com/android/server/powerstats/StatsPullAtomCallbackImpl.java
|