Searched refs:test (Results 76 - 100 of 892) sorted by last modified time

1234567891011>>

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmSmsTest.java20 import android.test.AndroidTestCase;
21 import android.test.suitebuilder.annotation.SmallTest;
182 assertEquals("test subject /test body", sms.getDisplayMessageBody());
183 assertEquals("test subject /test body", sms.getEmailBody());
185 // email gateway sms test, including gsm extended character set.
H A DIccServiceTableTest.java19 import android.test.AndroidTestCase;
20 import android.test.suitebuilder.annotation.SmallTest;
H A DIntRangeManagerTest.java19 import android.test.AndroidTestCase;
79 /** Reset the object for the next test case. */
102 assertEquals("flags before test", 0, testManager.flags);
104 assertEquals("flags after test", ALL_FLAGS_SET, testManager.flags);
110 assertEquals("flags after test", ALL_FLAGS_SET, testManager.flags);
123 assertEquals("flags after test", ALL_FLAGS_SET, testManager.flags);
129 assertEquals("flags after test", FLAG_START_UPDATE_CALLED | FLAG_FINISH_UPDATE_CALLED,
137 assertEquals("flags after test", 0, testManager.flags);
143 assertEquals("flags before test", 0, testManager.flags);
145 assertEquals("flags after test", ALL_FLAGS_SE
[all...]
H A DMccTableTest.java21 import android.test.AndroidTestCase;
22 import android.test.suitebuilder.annotation.SmallTest;
H A DNeighboringCellInfoTest.java19 import android.test.AndroidTestCase;
21 import android.test. suitebuilder.annotation.SmallTest;
H A DPhoneNumberUtilsTest.java19 import android.test.AndroidTestCase;
20 import android.test.suitebuilder.annotation.SmallTest;
413 // To run this test, the device has to be registered with network
495 // This test fails on a device without a sim card
616 // This test fails on devices that have ecclist property preloaded with 911.
H A DPhoneNumberWatcherTest.java19 import android.test.AndroidTestCase;
H A DSMSDispatcherTest.java19 import android.test.suitebuilder.annotation.MediumTest;
22 import com.android.internal.telephony.test.SimulatedCommands;
23 import com.android.internal.telephony.test.SimulatedRadioControl;
24 import android.test.AndroidTestCase;
25 import android.test.suitebuilder.annotation.Suppress;
H A DSimPhoneBookTest.java20 import android.test.suitebuilder.annotation.Suppress;
48 // We need to maintain the state of the SIM before and after the test.
49 // Since this test doesn't mock the SIM we try to get a valid ADN record,
H A DSimSmsTest.java20 import android.test.suitebuilder.annotation.MediumTest;
21 import android.test.suitebuilder.annotation.Suppress;
30 @Suppress // TODO: suppress this test for now since it doesn't work on the emulator
H A DSimUtilsTest.java22 import android.test.suitebuilder.annotation.SmallTest;
83 // (this is made up to test since I don't have a real one)
H A DSmsMessageBodyTest.java21 import android.test.AndroidTestCase;
22 import android.test.suitebuilder.annotation.LargeTest;
23 import android.test.suitebuilder.annotation.MediumTest;
24 import android.test.suitebuilder.annotation.SmallTest;
230 {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11} // all languages (no Indic chars in test)
501 // Repeat for 10 test runs
520 // Log.d(TAG, "test string: " + sb);
533 // test 7 bit only mode
537 // after 10 iterations with a Unicode-only string, skip to next test string
540 // Log.d(TAG, "Unicode only: skipping to next test strin
[all...]
H A DSmsUsageMonitorShortCodeTest.java19 import android.test.AndroidTestCase;
20 import android.test.suitebuilder.annotation.SmallTest;
46 * List of short code test cases.
461 for (ShortCodeTest test : sShortCodeTests) {
462 assertEquals("country: " + test.countryIso + " number: " + test.address,
463 test.category, monitor.checkDestination(test.address, test.countryIso));
H A DTelephonyUtilsTest.java21 import android.test.suitebuilder.annotation.SmallTest;
65 * A simple test and that randomization is doing something.
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java23 import android.test.AndroidTestCase;
322 private static final String TEST_TEXT = "This is a test CDMA cell broadcast message..."
337 private static final String MONTHLY_TEST_ALERT = "This is a test of the emergency alert system."
338 + " This is only a test. 89012345678901234567890";
344 * @param cbMessage the message to test
723 // Test case for CMAS test message received on the Sprint network.
735 "This is a test of the Commercial Mobile Alert System. This is only a test.");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsTest.java20 import android.test.AndroidTestCase;
21 import android.test.suitebuilder.annotation.SmallTest;
376 userData.payloadStr = "User Data Header (UDH) feedback test";
453 userData.payloadStr = "User Data Header (UDH) feedback test";
507 userData.payloadStr = "test reply option";
590 userData.payloadStr = "test callback number";
640 userData.payloadStr = "test privacy indicator";
677 assertEquals(bd5.userData.payloadStr, "test message delivery alert (with 8 bits)");
681 assertEquals(bd6.userData.payloadStr, "test message delivery alert (with 0 bits)");
713 userData.payloadStr = "test messag
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java23 import android.test.AndroidTestCase;
24 import android.test.PerformanceTestCase;
37 import com.android.internal.telephony.test.SimulatedRadioControl;
123 // These test can only be run once.
133 //This test is causing the emulator screen to turn off. I don't understand
1654 // Quick hack to work around a race condition in this test:
1785 // These test cases all assume the RIL OEM hooks
H A DGSMTestHandler.java28 import com.android.internal.telephony.test.SimulatedCommands;
H A DGsmSmsCbTest.java22 import android.test.AndroidTestCase;
H A DUsimDataDownloadTest.java20 import android.test.AndroidTestCase;
27 * Uses test messages from 3GPP TS 31.124 section 27.22.5.
H A DUsimServiceTableTest.java19 import android.test.AndroidTestCase;
20 import android.test.suitebuilder.annotation.SmallTest;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mockril/
H A DMockRilTest.java20 import android.test.InstrumentationTestCase;
34 // Test suite for test ril
154 * Test case 3: test get radio state
182 * Test case 5: test set radio state
208 * Test case 6: test start incoming call and hangup it.
242 * Test case 7: test set call transition flag
/frameworks/opt/mailcommon/tests/
H A DAndroid.mk21 LOCAL_JAVA_LIBRARIES := android.test.runner
/frameworks/opt/mailcommon/tests/src/com/android/mailcommon/
H A DMergedAdapterTest.java24 import android.test.AndroidTestCase;
25 import android.test.suitebuilder.annotation.SmallTest;
/frameworks/opt/inputmethodcommon/
H A DAndroid.mk24 # Build the test package

Completed in 349 milliseconds

1234567891011>>