Home
last modified time | relevance | path

Searched refs:BugleGservicesKeys (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/util/
DLogSaver.java71 BugleGservicesKeys.PERSISTENT_LOGSAVER, in newInstance()
72 BugleGservicesKeys.PERSISTENT_LOGSAVER_DEFAULT); in newInstance()
75 BugleGservicesKeys.PERSISTENT_LOGSAVER_ROTATION_SET_SIZE, in newInstance()
76 BugleGservicesKeys.PERSISTENT_LOGSAVER_ROTATION_SET_SIZE_DEFAULT); in newInstance()
78 BugleGservicesKeys.PERSISTENT_LOGSAVER_FILE_LIMIT_BYTES, in newInstance()
79 BugleGservicesKeys.PERSISTENT_LOGSAVER_FILE_LIMIT_BYTES_DEFAULT); in newInstance()
83 BugleGservicesKeys.IN_MEMORY_LOGSAVER_RECORD_COUNT, in newInstance()
84 BugleGservicesKeys.IN_MEMORY_LOGSAVER_RECORD_COUNT_DEFAULT); in newInstance()
159 BugleGservicesKeys.PERSISTENT_LOGSAVER, in isCurrent()
160 BugleGservicesKeys.PERSISTENT_LOGSAVER_DEFAULT); in isCurrent()
[all …]
DGifTranscoder.java87 BugleGservicesKeys.ENABLE_GIF_TRANSCODING, in isEnabled()
88 BugleGservicesKeys.ENABLE_GIF_TRANSCODING_DEFAULT); in isEnabled()
DBugleGservicesKeys.java23 public final class BugleGservicesKeys { class
24 private BugleGservicesKeys() {} // do not instantiate in BugleGservicesKeys() method in BugleGservicesKeys
DAssert.java46 BugleGservicesKeys.ASSERTS_FATAL, in refreshGservices()
47 BugleGservicesKeys.ASSERTS_FATAL_DEFAULT); in refreshGservices()
DLogUtil.java48 BugleGservicesKeys.ENABLE_LOG_SAVER, in refreshGservices()
49 BugleGservicesKeys.ENABLE_LOG_SAVER_DEFAULT); in refreshGservices()
DDebugUtils.java93 return BugleGservices.get().getBoolean(BugleGservicesKeys.ENABLE_DEBUGGING_FEATURES, in isDebugEnabled()
94 BugleGservicesKeys.ENABLE_DEBUGGING_FEATURES_DEFAULT); in isDebugEnabled()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java44 import com.android.messaging.util.BugleGservicesKeys;
78 BugleGservicesKeys.SMS_SYNC_BACKOFF_TIME_MILLIS, in fullSync()
79 BugleGservicesKeys.SMS_SYNC_BACKOFF_TIME_MILLIS_DEFAULT); in fullSync()
96 BugleGservicesKeys.SMS_SYNC_BACKOFF_TIME_MILLIS, in sync()
97 BugleGservicesKeys.SMS_SYNC_BACKOFF_TIME_MILLIS_DEFAULT); in sync()
199 BugleGservicesKeys.SMS_SYNC_BATCH_MAX_MESSAGES_TO_SCAN, in doBackgroundWork()
200 BugleGservicesKeys.SMS_SYNC_BATCH_MAX_MESSAGES_TO_SCAN_DEFAULT); in doBackgroundWork()
204 BugleGservicesKeys.SMS_SYNC_BATCH_SIZE_MIN, in doBackgroundWork()
205 BugleGservicesKeys.SMS_SYNC_BATCH_SIZE_MIN_DEFAULT); in doBackgroundWork()
207 BugleGservicesKeys.SMS_SYNC_BATCH_SIZE_MAX, in doBackgroundWork()
[all …]
DProcessPendingMessagesAction.java39 import com.android.messaging.util.BugleGservicesKeys;
164 BugleGservicesKeys.INITIAL_MESSAGE_RESEND_DELAY_MS, in register()
165 BugleGservicesKeys.INITIAL_MESSAGE_RESEND_DELAY_MS_DEFAULT); in register()
167 BugleGservicesKeys.MAX_MESSAGE_RESEND_DELAY_MS, in register()
168 BugleGservicesKeys.MAX_MESSAGE_RESEND_DELAY_MS_DEFAULT); in register()
/packages/apps/Messaging/src/com/android/messaging/
DBugleApplication.java39 import com.android.messaging.util.BugleGservicesKeys;
147 BugleGservicesKeys.USE_MMS_API_IF_PRESENT, in initMmsLib()
148 BugleGservicesKeys.USE_MMS_API_IF_PRESENT_DEFAULT)); in initMmsLib()
153 BugleGservicesKeys.USE_MMS_API_IF_PRESENT, in initMmsLib()
154 BugleGservicesKeys.USE_MMS_API_IF_PRESENT_DEFAULT)); in initMmsLib()
/packages/apps/Messaging/tests/src/com/android/messaging/util/
DBugleGservicesTest.java28 assertEquals(BugleGservicesKeys.SMS_IGNORE_MESSAGE_REGEX_DEFAULT, in testGServiceGet()
30 BugleGservicesKeys.SMS_IGNORE_MESSAGE_REGEX, in testGServiceGet()
31 BugleGservicesKeys.SMS_IGNORE_MESSAGE_REGEX_DEFAULT)); in testGServiceGet()
/packages/apps/Messaging/src/com/android/messaging/sms/
DBugleUserAgentInfoLoader.java25 import com.android.messaging.util.BugleGservicesKeys;
92 BugleGservicesKeys.MMS_UA_PROFILE_URL, in loadLocked()
93 BugleGservicesKeys.MMS_UA_PROFILE_URL_DEFAULT); in loadLocked()
DSmsReleaseStorage.java25 import com.android.messaging.util.BugleGservicesKeys;
68 BugleGservicesKeys.SMS_STORAGE_PURGING_MESSAGE_RETAINING_DURATION, in parseMessageRetainingDuration()
69 BugleGservicesKeys.SMS_STORAGE_PURGING_MESSAGE_RETAINING_DURATION_DEFAULT); in parseMessageRetainingDuration()
DSmsSender.java34 import com.android.messaging.util.BugleGservicesKeys;
228 BugleGservicesKeys.SMS_SEND_TIMEOUT_IN_MILLIS, in sendMessage()
229 BugleGservicesKeys.SMS_SEND_TIMEOUT_IN_MILLIS_DEFAULT); in sendMessage()
DBugleApnSettingsLoader.java34 import com.android.messaging.util.BugleGservicesKeys;
363 final String mmsc = gservices.getString(BugleGservicesKeys.MMS_MMSC, null); in loadFromGservices()
368 final String proxy = gservices.getString(BugleGservicesKeys.MMS_PROXY_ADDRESS, null); in loadFromGservices()
369 final int port = gservices.getInt(BugleGservicesKeys.MMS_PROXY_PORT, -1); in loadFromGservices()
DMmsUtils.java72 import com.android.messaging.util.BugleGservicesKeys;
1780 BugleGservices.get().getInt(BugleGservicesKeys.MMS_TEXT_LIMIT, in createMmsMessagePart()
1781 BugleGservicesKeys.MMS_TEXT_LIMIT_DEFAULT); in createMmsMessagePart()
2189 BugleGservicesKeys.MMS_WAP_PUSH_DEDUP_TIME_LIMIT_SECS, in getDupNotifications()
2190 BugleGservicesKeys.MMS_WAP_PUSH_DEDUP_TIME_LIMIT_SECS_DEFAULT); in getDupNotifications()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DSyncManager.java31 import com.android.messaging.util.BugleGservicesKeys;
233 BugleGservicesKeys.SMS_FULL_SYNC_BACKOFF_TIME_MILLIS, in delayUntilFullSync()
234 BugleGservicesKeys.SMS_FULL_SYNC_BACKOFF_TIME_MILLIS_DEFAULT); in delayUntilFullSync()
DMessageNotificationState.java54 import com.android.messaging.util.BugleGservicesKeys;
1031 BugleGservicesKeys.MAX_MESSAGES_IN_CONVERSATION_NOTIFICATION, in getMaxMessagesInConversationNotification()
1032 BugleGservicesKeys.MAX_MESSAGES_IN_CONVERSATION_NOTIFICATION_DEFAULT); in getMaxMessagesInConversationNotification()
1035 BugleGservicesKeys.MAX_MESSAGES_IN_CONVERSATION_NOTIFICATION_WITH_WEARABLE, in getMaxMessagesInConversationNotification()
1036 BugleGservicesKeys.MAX_MESSAGES_IN_CONVERSATION_NOTIFICATION_WITH_WEARABLE_DEFAULT); in getMaxMessagesInConversationNotification()
DDatabaseWrapper.java32 import com.android.messaging.util.BugleGservicesKeys;
85 BugleGservicesKeys.EXPLAIN_QUERY_PLAN_REGEXP, null); in DatabaseWrapper()
DBugleNotifications.java69 import com.android.messaging.util.BugleGservicesKeys;
656 BugleGservicesKeys.NOTIFICATION_TIME_BETWEEN_RINGS_SECONDS, in updateBuilderAudioVibrate()
657BugleGservicesKeys.NOTIFICATION_TIME_BETWEEN_RINGS_SECONDS_DEFAULT) * in updateBuilderAudioVibrate()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessageData.java33 import com.android.messaging.util.BugleGservicesKeys;
559 BugleGservicesKeys.MESSAGE_RESEND_TIMEOUT_MS, in getInResendWindow()
560 BugleGservicesKeys.MESSAGE_RESEND_TIMEOUT_MS_DEFAULT); in getInResendWindow()
567 BugleGservicesKeys.MESSAGE_DOWNLOAD_TIMEOUT_MS, in getInDownloadWindow()
568 BugleGservicesKeys.MESSAGE_DOWNLOAD_TIMEOUT_MS_DEFAULT); in getInDownloadWindow()
DDraftMessageData.java37 import com.android.messaging.util.BugleGservicesKeys;
462 BugleGservicesKeys.MMS_ATTACHMENT_LIMIT, in getAttachmentLimit()
463 BugleGservicesKeys.MMS_ATTACHMENT_LIMIT_DEFAULT); in getAttachmentLimit()
DConversationMessageData.java31 import com.android.messaging.util.BugleGservicesKeys;
397 BugleGservicesKeys.MMS_TEXT_CONCAT_SEPARATOR,
398 BugleGservicesKeys.MMS_TEXT_CONCAT_SEPARATOR_DEFAULT);
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactRecipientAdapter.java39 import com.android.messaging.util.BugleGservicesKeys;
121 BugleGservicesKeys.ALWAYS_AUTOCOMPLETE_EMAIL_ADDRESS, in getFilteredResultsCursor()
122 BugleGservicesKeys.ALWAYS_AUTOCOMPLETE_EMAIL_ADDRESS_DEFAULT)) { in getFilteredResultsCursor()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSmsReceiver.java48 import com.android.messaging.util.BugleGservicesKeys;
314 BugleGservicesKeys.SMS_IGNORE_MESSAGE_REGEX, in compileIgnoreSmsPatterns()
315 BugleGservicesKeys.SMS_IGNORE_MESSAGE_REGEX_DEFAULT); in compileIgnoreSmsPatterns()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DCameraManager.java49 import com.android.messaging.util.BugleGservicesKeys;
995 BugleGservicesKeys.CAMERA_ASPECT_RATIO, in chooseBestPictureSize()

12