summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/RenderScript.java
diff options
context:
space:
mode:
authorTa-wei Yen <twyen@google.com>2017-01-19 16:20:43 -0800
committerTa-wei Yen <twyen@google.com>2017-01-20 02:26:04 +0000
commitf48d5ce63095524724f084183d97453f943ff453 (patch)
tree66b17f7bf8a6c60b5996af9768a376ad2a8a4fd8 /rs/java/android/renderscript/RenderScript.java
parentf36beac9566ea4b2454b3140fcde5d83b802b553 (diff)
Add voicemail backup/restore columns
BACKED_UP and RESTORED are required for dialer voicemail backup/restore feature for N MR2. As there are no API bump the fields will be hidden in NMR2. These fields will be made public in O. ARCHIVED and IS_OMTP_VOICEMAIL is not used for NMR2, but added in advance to avoid multiple database upgrades. IS_OMTP_VOICEMAIL will be used in O to dedupe multiple apps implementing VisualVoicemailService. All voicemail inserted by the service should set this field to 1. The UI should only display voicemails with this field set to 1 when the source_package is also the current active VisualVoicemailService, as other sources represents the same source of truth(the carrier) but is outdated. For example, the query should be WHERE (is_omtp_voicemail == 0) OR (is_omtp_voicemail == 1 AND source_package = "current.vvm.package") Test: VoicemailProviderTest Bug: 34463609 Change-Id: I0f3e58fabff2102adf5bc29d81dac46c7e71d410
Diffstat (limited to 'rs/java/android/renderscript/RenderScript.java')
0 files changed, 0 insertions, 0 deletions