Home
last modified time | relevance | path

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

/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
DRingtoneReceiver.java28 if (Intent.ACTION_DEVICE_CUSTOMIZATION_READY.equals(action)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/
DWallpaperUpdateReceiver.java46 if (intent != null && Intent.ACTION_DEVICE_CUSTOMIZATION_READY.equals(intent.getAction())) { in onReceive()
/frameworks/base/services/core/java/com/android/server/pm/
DBroadcastHelper.java330 final Intent intent = new Intent(Intent.ACTION_DEVICE_CUSTOMIZATION_READY); in sendDeviceCustomizationReadyBroadcast()
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt34 BroadcastBehavior: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:
35 Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @BroadcastBehavior
1672 SdkConstant: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:
1673 …Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT…
Dtest-lint-baseline.txt38 BroadcastBehavior: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:
39 Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @BroadcastBehavior
1896 SdkConstant: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:
1897 …Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT…
Dsystem-lint-baseline.txt38 BroadcastBehavior: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:
39 Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @BroadcastBehavior
1848 SdkConstant: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:
1849 …Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT…
Dsystem-current.txt3849 …field public static final String ACTION_DEVICE_CUSTOMIZATION_READY = "android.intent.action.DEVICE…
/frameworks/base/core/java/android/content/
DIntent.java5243 public static final String ACTION_DEVICE_CUSTOMIZATION_READY = field in Intent