Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DApplicationFeatureProviderImplTest.java304 final String testSms = "com.android.test.defaultsms"; in getKeepEnabledPackages_shouldContainDefaultPhoneAndSmsAndLocationHistory() local
307 ShadowSmsApplication.setDefaultSmsApplication(new ComponentName(testSms, "receiver")); in getKeepEnabledPackages_shouldContainDefaultPhoneAndSmsAndLocationHistory()
319 final List<String> expectedPackages = Arrays.asList(testDialer, testSms, in getKeepEnabledPackages_shouldContainDefaultPhoneAndSmsAndLocationHistory()
328 final String testSms = "com.android.test.defaultsms"; in getKeepEnabledPackages_hasEuiccComponent_shouldContainEuiccPackage() local
332 ShadowSmsApplication.setDefaultSmsApplication(new ComponentName(testSms, "receiver")); in getKeepEnabledPackages_hasEuiccComponent_shouldContainEuiccPackage()
357 final String testSms = "com.android.test.defaultsms"; in getKeepEnabledPackages_shouldContainSettingsIntelligence() local
360 ShadowSmsApplication.setDefaultSmsApplication(new ComponentName(testSms, "receiver")); in getKeepEnabledPackages_shouldContainSettingsIntelligence()
399 final String testSms = "com.android.test.defaultsms"; in getKeepEnabledPackages_shouldContainPackageInstaller() local
402 ShadowSmsApplication.setDefaultSmsApplication(new ComponentName(testSms, "receiver")); in getKeepEnabledPackages_shouldContainPackageInstaller()