Loading core/java/android/provider/Settings.java +22 −4 Original line number Diff line number Diff line Loading @@ -2967,6 +2967,24 @@ public final class Settings { public static final String GTALK_YOUTUBE_VIDEO_URL = "gtalk_youtube_video_url"; /** * Chat message lifetime (for pruning old chat messages). */ public static final String GTALK_CHAT_MESSAGE_LIFETIME = "gtalk_chat_message_lifetime"; /** * OTR message lifetime (for pruning old otr messages). */ public static final String GTALK_OTR_MESSAGE_LIFETIME = "gtalk_otr_message_lifetime"; /** * Chat expiration time, i.e., time since last message in the chat (for pruning old chats). */ public static final String GTALK_CHAT_EXPIRATION_TIME = "gtalk_chat_expiration_time"; /** * This is the url for getting the app token for server-to-device push messaging. */ Loading Loading
core/java/android/provider/Settings.java +22 −4 Original line number Diff line number Diff line Loading @@ -2967,6 +2967,24 @@ public final class Settings { public static final String GTALK_YOUTUBE_VIDEO_URL = "gtalk_youtube_video_url"; /** * Chat message lifetime (for pruning old chat messages). */ public static final String GTALK_CHAT_MESSAGE_LIFETIME = "gtalk_chat_message_lifetime"; /** * OTR message lifetime (for pruning old otr messages). */ public static final String GTALK_OTR_MESSAGE_LIFETIME = "gtalk_otr_message_lifetime"; /** * Chat expiration time, i.e., time since last message in the chat (for pruning old chats). */ public static final String GTALK_CHAT_EXPIRATION_TIME = "gtalk_chat_expiration_time"; /** * This is the url for getting the app token for server-to-device push messaging. */ Loading