Home
last modified time | relevance | path

Searched defs:smsApp (Results 1 – 2 of 2) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DDefaultSmsApplicationTest.java110 try (TestAppInstance smsApp = sSmsApp.install()) { in setDefaultSmsApplication_works()
138 try (TestAppInstance smsApp = sSmsApp.install(sDeviceState.dpc().user())) { in setDefaultSmsApplication_unchanged()
184 try (TestAppInstance smsApp = sSmsApp.install()) { in setDefaultSmsApplication_nullAdmin_throwsException()
205 try (TestAppInstance smsApp = sSmsApp.install()) { in setDefaultSmsApplication_notSmsCapable_unchanged()
232 try (TestAppInstance smsApp = sSmsApp.install()) { in setDefaultSmsApplication_invalidAdmin_throwsException()
/cts/tests/devicepolicy/telephony/src/android/devicepolicy/cts/telephony/
DWorkProfileTelephonyTest.java171 try (TestAppInstance smsApp = sSmsApp.install(workProfileUser); in sendTextMessage_fromWorkProfile_allManagedSubscriptions_smsSentSuccessfully()
273 try (TestAppInstance smsApp = sSmsApp.install(workProfileUser); in allManagedSubscriptions_accessWorkMessageFromPersonalProfile_fails()
319 try (TestAppInstance smsApp = sSmsApp.install(workProfileUser); in allManagedSubscriptions_accessWorkMessageFromWorkProfile_works()