HomeSort by relevance Sort by last modified time
    Searched refs:statusIntent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
BatteryService.java 410 Intent statusIntent = new Intent(Intent.ACTION_POWER_CONNECTED);
411 statusIntent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
412 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL);
420 Intent statusIntent = new Intent(Intent.ACTION_POWER_DISCONNECTED);
421 statusIntent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
422 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL);
432 Intent statusIntent = new Intent(Intent.ACTION_BATTERY_LOW);
433 statusIntent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
434 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL);
442 Intent statusIntent = new Intent(Intent.ACTION_BATTERY_OKAY)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java     [all...]

Completed in 48 milliseconds