Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSubscriptionManagerTest.java847 int activeDataSubIdCurrent = executeWithShellPermissionAndDefault( in testGetActiveDataSubscriptionId() local
851 if (activeDataSubIdCurrent != SubscriptionManager.INVALID_SUBSCRIPTION_ID) { in testGetActiveDataSubscriptionId()
854 .anyMatch(x -> x.getSubscriptionId() == activeDataSubIdCurrent); in testGetActiveDataSubscriptionId()