Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DPowerManagerServiceTest.java108 @Mock private Notifier mNotifierMock;
170 Notifier createNotifier(Looper looper, Context context, IBatteryStats batteryStats, in createService()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java82 public class Notifier { class
161 public Notifier(Looper looper, Context context, IBatteryStats batteryStats, in Notifier() method in Notifier
DPowerManagerService.java248 private Notifier mNotifier;
708 Notifier createNotifier(Looper looper, Context context, IBatteryStats batteryStats, in createNotifier()
710 return new Notifier(looper, context, batteryStats, suspendBlocker, policy); in createNotifier()
/frameworks/base/services/
Dart-profile12417 PLcom/android/server/power/Notifier$1;->run()V
12418 PLcom/android/server/power/Notifier$2;->run()V
12419 PLcom/android/server/power/Notifier$3;->run()V
12420 PLcom/android/server/power/Notifier$4;->run()V
12421 PLcom/android/server/power/Notifier$5;->run()V
12422 PLcom/android/server/power/Notifier$7;->onReceive(Landroid/content/Context;Landroid/content/Intent;…
12423 PLcom/android/server/power/Notifier$8;->onReceive(Landroid/content/Context;Landroid/content/Intent;…
12424 HSPLcom/android/server/power/Notifier$NotifierHandler;->handleMessage(Landroid/os/Message;)V
12425 HSPLcom/android/server/power/Notifier;-><init>(Landroid/os/Looper;Landroid/content/Context;Lcom/and…
12426 HSPLcom/android/server/power/Notifier;->getBatteryStatsWakeLockMonitorType(I)I
[all …]
/frameworks/base/cmds/statsd/src/
Datoms.proto962 * Logs when the device is interactive, according to the PowerManager Notifier.
965 * frameworks/base/services/core/java/com/android/server/power/Notifier.java