Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
H A DApplicationFeatureProviderImplTest.java266 final String testSms = "com.android.test.defaultsms"; in getKeepEnabledPackages_shouldContainDefaultPhoneAndSmsAndLocationHistory() local
269 ShadowSmsApplication.setDefaultSmsApplication(new ComponentName(testSms, "receiver")); in getKeepEnabledPackages_shouldContainDefaultPhoneAndSmsAndLocationHistory()
281 final List<String> expectedPackages = Arrays.asList(testDialer, testSms, in getKeepEnabledPackages_shouldContainDefaultPhoneAndSmsAndLocationHistory()
290 final String testSms = "com.android.test.defaultsms"; in getKeepEnabledPackages_hasEuiccComponent_shouldContainEuiccPackage() local
294 ShadowSmsApplication.setDefaultSmsApplication(new ComponentName(testSms, "receiver")); in getKeepEnabledPackages_hasEuiccComponent_shouldContainEuiccPackage()
319 final String testSms = "com.android.test.defaultsms"; in getKeepEnabledPackages_shouldContainSettingsIntelligence() local
322 ShadowSmsApplication.setDefaultSmsApplication(new ComponentName(testSms, "receiver")); in getKeepEnabledPackages_shouldContainSettingsIntelligence()
341 final String testSms = "com.android.test.defaultsms"; in getKeepEnabledPackages_shouldContainPackageInstaller() local
344 ShadowSmsApplication.setDefaultSmsApplication(new ComponentName(testSms, "receiver")); in getKeepEnabledPackages_shouldContainPackageInstaller()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/fuelgauge/
H A DPowerAllowlistBackendTest.java117 final String testSms = "com.android.test.defaultsms"; in isAllowlisted_shouldAllowlistDefaultSms() local
118 ShadowSmsApplication.setDefaultSmsApplication(new ComponentName(testSms, "receiver")); in isAllowlisted_shouldAllowlistDefaultSms()
122 assertThat(mPowerAllowlistBackend.isAllowlisted(testSms)).isTrue(); in isAllowlisted_shouldAllowlistDefaultSms()
123 assertThat(mPowerAllowlistBackend.isDefaultActiveApp(testSms)).isTrue(); in isAllowlisted_shouldAllowlistDefaultSms()
/aosp12/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java253 public void testSms() { in testSms() method in UriTest