Loading telephony/java/com/android/internal/telephony/TelephonyIntents.java +5 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,9 @@ public class TelephonyIntents { * <dt>{@code PUK}</dt><dd>locked on PUK1</dd> * <dt>{@code NETWORK}</dt><dd>locked on network personalization</dd> * </dl> * <dt>rebroadcastOnUnlock</dt> * <dd>A boolean indicates a rebroadcast on unlock. optional extra, defaults to {@code false} * if not specified </dd> * </dl> * * <p class="note"> Loading @@ -219,6 +222,8 @@ public class TelephonyIntents { public static final String ACTION_SIM_STATE_CHANGED = Intent.ACTION_SIM_STATE_CHANGED; public static final String EXTRA_REBROADCAST_ON_UNLOCK= "rebroadcastOnUnlock"; /** * Broadcast Action: The time was set by the carrier (typically by the NITZ string). * This is a sticky broadcast. Loading Loading
telephony/java/com/android/internal/telephony/TelephonyIntents.java +5 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,9 @@ public class TelephonyIntents { * <dt>{@code PUK}</dt><dd>locked on PUK1</dd> * <dt>{@code NETWORK}</dt><dd>locked on network personalization</dd> * </dl> * <dt>rebroadcastOnUnlock</dt> * <dd>A boolean indicates a rebroadcast on unlock. optional extra, defaults to {@code false} * if not specified </dd> * </dl> * * <p class="note"> Loading @@ -219,6 +222,8 @@ public class TelephonyIntents { public static final String ACTION_SIM_STATE_CHANGED = Intent.ACTION_SIM_STATE_CHANGED; public static final String EXTRA_REBROADCAST_ON_UNLOCK= "rebroadcastOnUnlock"; /** * Broadcast Action: The time was set by the carrier (typically by the NITZ string). * This is a sticky broadcast. Loading