Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java220 notifySingleCallTestInternal(phoneAccount, PRIMARY_USER); in testNotifySingleCallInPrimaryUser()
226 notifySingleCallTestInternal(phoneAccount, PRIMARY_USER); in testNotifySingleCallInSecondaryUser()
233 notifySingleCallTestInternal(phoneAccount, PRIMARY_USER); in testNotifySingleCallInSecondaryUserWithMultiUserCapability()
239 notifySingleCallTestInternal(phoneAccount, SECONARY_USER); in testNotifySingleCallWhenCurrentUserIsSecondaryUser()
245 notifySingleCallTestInternal(phoneAccount, PRIMARY_USER); in testNotifySingleCall()
248 private void notifySingleCallTestInternal(PhoneAccount phoneAccount, UserHandle currentUser) { in notifySingleCallTestInternal() method in MissedCallNotifierImplTest