Searched refs:voicemail (Results 1 – 15 of 15) sorted by relevance
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
D | VoicemailProviderHelpers.java | 17 package com.example.android.voicemail.common.core; 19 import com.example.android.voicemail.common.logging.Logger; 20 import com.example.android.voicemail.common.utils.CloseUtils; 21 import com.example.android.voicemail.common.utils.DbQueryUtils; 95 public Uri insert(Voicemail voicemail) { in insert() argument 96 check(!voicemail.hasId(), "Inserted voicemails must not have an id", voicemail); in insert() 97 check(voicemail.hasTimestampMillis(), "Inserted voicemails must have a timestamp", in insert() 98 voicemail); in insert() local 99 check(voicemail.hasNumber(), "Inserted voicemails must have a number", voicemail); in insert() local 100 logger.d(String.format("Inserting new voicemail: %s", voicemail)); in insert() [all …]
|
D | VoicemailProviderHelper.java | 17 package com.example.android.voicemail.common.core; 69 public Uri insert(Voicemail voicemail); in insert() argument 99 public int update(Uri uri, Voicemail voicemail); in update() argument
|
D | VoicemailFilterFactory.java | 17 package com.example.android.voicemail.common.core; 19 import static com.example.android.voicemail.common.utils.DbQueryUtils.concatenateClausesWithAnd; 20 import static com.example.android.voicemail.common.utils.DbQueryUtils.concatenateClausesWithOr; 21 import static com.example.android.voicemail.common.utils.DbQueryUtils.getEqualityClause;
|
D | VoicemailFilter.java | 17 package com.example.android.voicemail.common.core;
|
D | Voicemail.java | 17 package com.example.android.voicemail.common.core;
|
D | VoicemailImpl.java | 17 package com.example.android.voicemail.common.core;
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
D | AddVoicemailActivity.java | 17 package com.example.android.voicemail; 19 import com.example.android.voicemail.common.core.Voicemail; 20 import com.example.android.voicemail.common.core.VoicemailImpl; 21 import com.example.android.voicemail.common.core.VoicemailProviderHelper; 22 import com.example.android.voicemail.common.core.VoicemailProviderHelpers; 23 import com.example.android.voicemail.common.inject.InjectView; 24 import com.example.android.voicemail.common.inject.Injector; 25 import com.example.android.voicemail.common.logging.Logger; 26 import com.example.android.voicemail.common.ui.DialogHelperImpl; 27 import com.example.android.voicemail.common.utils.CloseUtils; [all …]
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
D | DialogHelper.java | 17 package com.example.android.voicemail.common.ui;
|
D | DialogHelperImpl.java | 17 package com.example.android.voicemail.common.ui;
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/ |
D | InjectView.java | 17 package com.example.android.voicemail.common.inject;
|
D | Injector.java | 17 package com.example.android.voicemail.common.inject;
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/ |
D | CloseUtils.java | 17 package com.example.android.voicemail.common.utils;
|
D | DbQueryUtils.java | 17 package com.example.android.voicemail.common.utils;
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/ |
D | Logger.java | 17 package com.example.android.voicemail.common.logging;
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 1291 …orm/cts,fake_6Cst4MhTTM-zGlNMuDaRUw@fakeemail.com,CTS verifier test for voicemail notification bro… 1708 …TM-zGlNMuDaRUw@fakeemail.com,CTS test for getVisualVociemailPackageName() and new voicemail columns 2952 …tform/cts,fake_6Cst4MhTTM-zGlNMuDaRUw@fakeemail.com,CTS verifier test for hiding voicemail settings 11037 …form/frameworks/opt/telephony,fake_TtGwor2oSAOeKDMjMsehrg@fakeemail.com,voicemail notification set… 11230 …works/opt/telephony,fake_TtGwor2oSAOeKDMjMsehrg@fakeemail.com,migration voicemail settings to noti… 11565 …rameworks/opt/telephony,fake_i9UfXm-pRD2q72IEFjG0Yw@fakeemail.com,Clear voicemail information if C… 30721 …m/packages/apps/Dialer,fake_6Cst4MhTTM-zGlNMuDaRUw@fakeemail.com,Remove voicemail settings if miss… 30731 …form/packages/apps/Dialer,fake_SZPFmrNsT_-58x-Uz-_4qw@fakeemail.com,Adding voicemail donation promo 30732 …latform/packages/apps/Dialer,fake_6Cst4MhTTM-zGlNMuDaRUw@fakeemail.com,Unify voicemail call placing 30738 …packages/apps/Dialer,fake_6Cst4MhTTM-zGlNMuDaRUw@fakeemail.com,Enable Orange FR/BE visual voicemail [all …]
|