/packages/apps/Messaging/src/com/android/messaging/util/ |
D | LogSaver.java | 71 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 …]
|
D | BugleGservicesKeys.java | 23 public final class BugleGservicesKeys { class 24 private BugleGservicesKeys() {} // do not instantiate in BugleGservicesKeys() method in BugleGservicesKeys
|
D | GifTranscoder.java | 87 BugleGservicesKeys.ENABLE_GIF_TRANSCODING, in isEnabled() 88 BugleGservicesKeys.ENABLE_GIF_TRANSCODING_DEFAULT); in isEnabled()
|
D | Assert.java | 46 BugleGservicesKeys.ASSERTS_FATAL, in refreshGservices() 47 BugleGservicesKeys.ASSERTS_FATAL_DEFAULT); in refreshGservices()
|
D | LogUtil.java | 48 BugleGservicesKeys.ENABLE_LOG_SAVER, in refreshGservices() 49 BugleGservicesKeys.ENABLE_LOG_SAVER_DEFAULT); in refreshGservices()
|
D | DebugUtils.java | 93 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/ |
D | SyncMessagesAction.java | 44 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 …]
|
D | ProcessPendingMessagesAction.java | 36 import com.android.messaging.util.BugleGservicesKeys; 161 BugleGservicesKeys.INITIAL_MESSAGE_RESEND_DELAY_MS, in register() 162 BugleGservicesKeys.INITIAL_MESSAGE_RESEND_DELAY_MS_DEFAULT); in register() 164 BugleGservicesKeys.MAX_MESSAGE_RESEND_DELAY_MS, in register() 165 BugleGservicesKeys.MAX_MESSAGE_RESEND_DELAY_MS_DEFAULT); in register()
|
/packages/apps/Messaging/src/com/android/messaging/ |
D | BugleApplication.java | 39 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/ |
D | BugleGservicesTest.java | 28 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/ |
D | BugleUserAgentInfoLoader.java | 25 import com.android.messaging.util.BugleGservicesKeys; 92 BugleGservicesKeys.MMS_UA_PROFILE_URL, in loadLocked() 93 BugleGservicesKeys.MMS_UA_PROFILE_URL_DEFAULT); in loadLocked()
|
D | SmsReleaseStorage.java | 25 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()
|
D | SmsSender.java | 34 import com.android.messaging.util.BugleGservicesKeys; 225 BugleGservicesKeys.SMS_SEND_TIMEOUT_IN_MILLIS, in sendMessage() 226 BugleGservicesKeys.SMS_SEND_TIMEOUT_IN_MILLIS_DEFAULT); in sendMessage()
|
D | BugleApnSettingsLoader.java | 34 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()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | SyncManager.java | 31 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()
|
D | MessageNotificationState.java | 54 import com.android.messaging.util.BugleGservicesKeys; 1033 BugleGservicesKeys.MAX_MESSAGES_IN_CONVERSATION_NOTIFICATION, in getMaxMessagesInConversationNotification() 1034 BugleGservicesKeys.MAX_MESSAGES_IN_CONVERSATION_NOTIFICATION_DEFAULT); in getMaxMessagesInConversationNotification() 1037 BugleGservicesKeys.MAX_MESSAGES_IN_CONVERSATION_NOTIFICATION_WITH_WEARABLE, in getMaxMessagesInConversationNotification() 1038 BugleGservicesKeys.MAX_MESSAGES_IN_CONVERSATION_NOTIFICATION_WITH_WEARABLE_DEFAULT); in getMaxMessagesInConversationNotification()
|
D | DatabaseWrapper.java | 32 import com.android.messaging.util.BugleGservicesKeys; 85 BugleGservicesKeys.EXPLAIN_QUERY_PLAN_REGEXP, null); in DatabaseWrapper()
|
D | BugleNotifications.java | 69 import com.android.messaging.util.BugleGservicesKeys; 656 BugleGservicesKeys.NOTIFICATION_TIME_BETWEEN_RINGS_SECONDS, in updateBuilderAudioVibrate() 657 … BugleGservicesKeys.NOTIFICATION_TIME_BETWEEN_RINGS_SECONDS_DEFAULT) * in updateBuilderAudioVibrate()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | MessageData.java | 33 import com.android.messaging.util.BugleGservicesKeys; 565 BugleGservicesKeys.MESSAGE_RESEND_TIMEOUT_MS, in getInResendWindow() 566 BugleGservicesKeys.MESSAGE_RESEND_TIMEOUT_MS_DEFAULT); in getInResendWindow() 573 BugleGservicesKeys.MESSAGE_DOWNLOAD_TIMEOUT_MS, in getInDownloadWindow() 574 BugleGservicesKeys.MESSAGE_DOWNLOAD_TIMEOUT_MS_DEFAULT); in getInDownloadWindow()
|
D | DraftMessageData.java | 37 import com.android.messaging.util.BugleGservicesKeys; 474 BugleGservicesKeys.MMS_ATTACHMENT_LIMIT, in getAttachmentLimit() 475 BugleGservicesKeys.MMS_ATTACHMENT_LIMIT_DEFAULT); in getAttachmentLimit()
|
D | ConversationMessageData.java | 31 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/receiver/ |
D | SmsReceiver.java | 48 import com.android.messaging.util.BugleGservicesKeys; 315 BugleGservicesKeys.SMS_IGNORE_MESSAGE_REGEX, in compileIgnoreSmsPatterns() 316 BugleGservicesKeys.SMS_IGNORE_MESSAGE_REGEX_DEFAULT); in compileIgnoreSmsPatterns()
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactRecipientAdapter.java | 39 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/ui/mediapicker/ |
D | CameraManager.java | 49 import com.android.messaging.util.BugleGservicesKeys; 996 BugleGservicesKeys.CAMERA_ASPECT_RATIO, in chooseBestPictureSize()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | AbstractConversationListActivity.java | 45 import com.android.messaging.util.BugleGservicesKeys;
|