Home
last modified time | relevance | path

Searched refs:IS_OMTP_VOICEMAIL (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogDatabaseHelper.java174 Voicemails.IS_OMTP_VOICEMAIL + " INTEGER NOT NULL DEFAULT 0" + in onCreate()
399 Voicemails.IS_OMTP_VOICEMAIL + " INTEGER NOT NULL DEFAULT 0" + in upgradetoVersion8()
450 Voicemails.IS_OMTP_VOICEMAIL; in upgradetoVersion8()
H A DVoicemailContentTable.java83 .add(Voicemails.IS_OMTP_VOICEMAIL)
126 .add(Voicemails.IS_OMTP_VOICEMAIL) in VoicemailContentTable()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
H A DVoicemailDatabaseUtil.java69 contentValues.put(Voicemails.IS_OMTP_VOICEMAIL, 1); in getContentValues()
/aosp12/frameworks/base/core/java/android/provider/
H A DVoicemailContract.java389 public static final String IS_OMTP_VOICEMAIL = "is_omtp_voicemail"; field in VoicemailContract.Voicemails
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVoicemailProviderTest.java130 Voicemails.IS_OMTP_VOICEMAIL in testInsertReadMessageIsNotNew()
189 values.put(Voicemails.IS_OMTP_VOICEMAIL, 1); in testUpdate()
903 values.put(Voicemails.IS_OMTP_VOICEMAIL, 0); in getTestVoicemailValues()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemailClientImpl.java287 where.append(Voicemails.IS_OMTP_VOICEMAIL).append(" != 1"); in appendOmtpVoicemailSelectionClause()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt36057 field public static final String IS_OMTP_VOICEMAIL = "is_omtp_voicemail";