Searched refs:ACTION_DEVICE_CUSTOMIZATION_READY (Results 1 – 8 of 8) sorted by relevance
28 if (Intent.ACTION_DEVICE_CUSTOMIZATION_READY.equals(action)) { in onReceive()
46 if (intent != null && Intent.ACTION_DEVICE_CUSTOMIZATION_READY.equals(intent.getAction())) { in onReceive()
330 final Intent intent = new Intent(Intent.ACTION_DEVICE_CUSTOMIZATION_READY); in sendDeviceCustomizationReadyBroadcast()
34 BroadcastBehavior: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:35 Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @BroadcastBehavior1672 SdkConstant: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:1673 …Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT…
38 BroadcastBehavior: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:39 Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @BroadcastBehavior1896 SdkConstant: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:1897 …Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT…
38 BroadcastBehavior: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:39 Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @BroadcastBehavior1848 SdkConstant: android.content.Intent#ACTION_DEVICE_CUSTOMIZATION_READY:1849 …Field 'ACTION_DEVICE_CUSTOMIZATION_READY' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT…
3849 …field public static final String ACTION_DEVICE_CUSTOMIZATION_READY = "android.intent.action.DEVICE…
5243 public static final String ACTION_DEVICE_CUSTOMIZATION_READY = field in Intent