Loading telephony/java/com/android/internal/telephony/DctConstants.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -90,6 +90,7 @@ public class DctConstants { public static final int CMD_SET_USER_DATA_ENABLE = BASE + 30; public static final int CMD_SET_USER_DATA_ENABLE = BASE + 30; public static final int CMD_SET_DEPENDENCY_MET = BASE + 31; public static final int CMD_SET_DEPENDENCY_MET = BASE + 31; public static final int CMD_SET_POLICY_DATA_ENABLE = BASE + 32; public static final int CMD_SET_POLICY_DATA_ENABLE = BASE + 32; public static final int EVENT_ICC_CHANGED = BASE + 33; /***** Constants *****/ /***** Constants *****/ Loading Loading
telephony/java/com/android/internal/telephony/DctConstants.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -90,6 +90,7 @@ public class DctConstants { public static final int CMD_SET_USER_DATA_ENABLE = BASE + 30; public static final int CMD_SET_USER_DATA_ENABLE = BASE + 30; public static final int CMD_SET_DEPENDENCY_MET = BASE + 31; public static final int CMD_SET_DEPENDENCY_MET = BASE + 31; public static final int CMD_SET_POLICY_DATA_ENABLE = BASE + 32; public static final int CMD_SET_POLICY_DATA_ENABLE = BASE + 32; public static final int EVENT_ICC_CHANGED = BASE + 33; /***** Constants *****/ /***** Constants *****/ Loading