Home
last modified time | relevance | path

Searched refs:PROTOCOL (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DApnDatabaseTest.java65 private static final String PROTOCOL = "protocol"; field in ApnDatabaseTest
86 put(Carriers.PROTOCOL, PROTOCOL);
199 contentValues.put(Carriers.PROTOCOL, PROTOCOL); in testQueryConflictCase()
210 Carriers.NAME, Carriers.APN, Carriers.PORT, Carriers.PROTOCOL, Carriers.NUMERIC, in testQueryConflictCase()
261 contentValues.put(Carriers.PROTOCOL, PROTOCOL); in testUpdateConflictCase()
272 Carriers.NAME, Carriers.APN, Carriers.PORT, Carriers.PROTOCOL, Carriers.NUMERIC, in testUpdateConflictCase()
335 contentValues.put(Carriers.PROTOCOL, PROTOCOL); in testDeleteConflictCase()
346 Carriers.NAME, Carriers.APN, Carriers.PORT, Carriers.PROTOCOL, Carriers.NUMERIC, in testDeleteConflictCase()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_StatusUpdatesTest.java58 .withValue(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK) in setUp()
109 .withValue(StatusUpdates.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK) in insertStatusUpdate()