Home
last modified time | relevance | path

Searched refs:ACTION_PRE_BOOT_COMPLETED (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DPreBootBroadcaster.java76 mIntent = new Intent(Intent.ACTION_PRE_BOOT_COMPLETED); in PreBootBroadcaster()
DUserController.java3876 userId, Intent.ACTION_PRE_BOOT_COMPLETED);
/frameworks/base/services/core/java/com/android/server/pm/
DDexOptHelper.java329 Intent intent = new Intent(Intent.ACTION_PRE_BOOT_COMPLETED); in getPackagesForDexopt()
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt146 BroadcastBehavior: android.content.Intent#ACTION_PRE_BOOT_COMPLETED:
147 Field 'ACTION_PRE_BOOT_COMPLETED' is missing @BroadcastBehavior
1676 SdkConstant: android.content.Intent#ACTION_PRE_BOOT_COMPLETED:
1677 … Field 'ACTION_PRE_BOOT_COMPLETED' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Dtest-lint-baseline.txt150 BroadcastBehavior: android.content.Intent#ACTION_PRE_BOOT_COMPLETED:
151 Field 'ACTION_PRE_BOOT_COMPLETED' is missing @BroadcastBehavior
1900 SdkConstant: android.content.Intent#ACTION_PRE_BOOT_COMPLETED:
1901 … Field 'ACTION_PRE_BOOT_COMPLETED' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Dsystem-lint-baseline.txt150 BroadcastBehavior: android.content.Intent#ACTION_PRE_BOOT_COMPLETED:
151 Field 'ACTION_PRE_BOOT_COMPLETED' is missing @BroadcastBehavior
1852 SdkConstant: android.content.Intent#ACTION_PRE_BOOT_COMPLETED:
1853 … Field 'ACTION_PRE_BOOT_COMPLETED' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Dsystem-current.txt3871 …field public static final String ACTION_PRE_BOOT_COMPLETED = "android.intent.action.PRE_BOOT_COMPL…
/frameworks/base/core/java/android/content/
DIntent.java3960 public static final String ACTION_PRE_BOOT_COMPLETED = field in Intent