Home
last modified time | relevance | path

Searched refs:TEST_ADDRESS (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DSmsTest.java45 private static final String TEST_ADDRESS = "+19998880001"; field in SmsTest
75 Uri uri = mSmsTestHelper.insertTestSms(TEST_ADDRESS, TEST_SMS_BODY); in testSmsInsert()
91 Uri uri = mSmsTestHelper.insertTestSms(TEST_ADDRESS, TEST_SMS_BODY); in testSmsDelete()
109 Uri uri = mSmsTestHelper.insertTestSms(TEST_ADDRESS, TEST_SMS_BODY); in testSmsUpdate()
115 values.put(Telephony.Sms.ADDRESS, TEST_ADDRESS); in testSmsUpdate()
140 Uri uri = mSmsTestHelper.insertTestSms(TEST_ADDRESS, TEST_SMS_BODY); in testInsertSms_canUpdateSeen()
158 Uri uri = mSmsTestHelper.insertTestSms(TEST_ADDRESS, TEST_SMS_BODY); in testInsertSms_canUpdateSmsStatus()
174 Uri uri = mSmsTestHelper.insertTestSms(TEST_ADDRESS, TEST_SMS_BODY); in testInsertSms_canUpdateSmsType()
218 Uri uri = mSmsTestHelper.insertTestSms(TEST_ADDRESS, TEST_SMS_BODY); in testDefaultValuesAreInsertedInSmsTable()
252 .insertTestSmsWithThread(TEST_SMS_BODY, TEST_ADDRESS, TEST_THREAD_ID_1); in testDeleteSms_ifLastSmsDeletedThenThreadIsDeleted()
[all …]
DSmsConversationTest.java43 private static final String TEST_ADDRESS = "+19998880001"; field in SmsConversationTest
74 saveToTelephony(TEST_SMS_BODY, TEST_ADDRESS); in testQueryConversation_snippetEqualsMostRecentMessageBody()
75 saveToTelephony(testSmsMostRecent, TEST_ADDRESS); in testQueryConversation_snippetEqualsMostRecentMessageBody()
99 saveToTelephony(TEST_SMS_BODY, TEST_ADDRESS); in testQueryConversation_returnsCorrectMessageCount()
100 saveToTelephony(testSecondSmsBody, TEST_ADDRESS); in testQueryConversation_returnsCorrectMessageCount()
DLockedMessageTest.java44 private static final String TEST_ADDRESS = "+19998880001"; field in LockedMessageTest
179 smsValues.put(Telephony.Sms.ADDRESS, TEST_ADDRESS); in insertIntoSmsTable()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAlwaysOnVpnMultiStageTest.java19 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.TEST_ADDRESS;
44 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSet()
51 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSetWithAllowlist()
58 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSetAfterReboot()
78 VpnTestHelper.tryPosixConnect(TEST_ADDRESS); in testNetworkBlocked()
DAlwaysOnVpnTest.java19 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.TEST_ADDRESS;
78 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnVpn()
180 VpnTestHelper.checkPing(TEST_ADDRESS); in testVpnLockdownAllowlistVpnComesUp()
/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionTest.java79 private Uri TEST_ADDRESS = Uri.fromParts("tel", "6505551213", null); field in SelfManagedConnectionTest
353 TestUtils.TEST_SELF_MANAGED_HANDLE_4, TEST_ADDRESS); in placeAndVerifySelfManagedCall() local
357 return TestUtils.waitForAndGetConnection(TEST_ADDRESS); in placeAndVerifySelfManagedCall()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java75 public static final String TEST_ADDRESS = "192.0.2.4"; field in VpnTestHelper