Searched refs:tmSub (Results 1 – 2 of 2) sorted by relevance
1359 TelephonyManager tmSub = expectMobileDefaults();1363 verify(tmSub, atLeastOnce()).setPolicyDataEnabled(true);1374 TelephonyManager tmSub = expectMobileDefaults();1378 verify(tmSub, atLeastOnce()).setPolicyDataEnabled(true);1390 TelephonyManager tmSub = expectMobileDefaults();1395 verify(tmSub, atLeastOnce()).setPolicyDataEnabled(true);1407 TelephonyManager tmSub = expectMobileDefaults();1420 TelephonyManager tmSub = expectMobileDefaults();1425 verify(tmSub, atLeastOnce()).setPolicyDataEnabled(true);2345 doNothing().when(tmSub).setPolicyDataEnabled(anyBoolean()); in expectMobileDefaults()[all …]
2097 final TelephonyManager tmSub = tm.createForSubscriptionId(subId);2098 final String subscriberId = tmSub.getSubscriberId();2100 subIdToSubscriberId.put(tmSub.getSubscriptionId(), subscriberId);2102 Slog.wtf(TAG, "Missing subscriberId for subId " + tmSub.getSubscriptionId());2106 tmSub.getMergedImsisFromGroup());