Searched refs:tmSub (Results 1 – 2 of 2) sorted by relevance
1168 TelephonyManager tmSub = expectMobileDefaults();1172 verify(tmSub, atLeastOnce()).setPolicyDataEnabled(true);1185 TelephonyManager tmSub = expectMobileDefaults();1189 verify(tmSub, atLeastOnce()).setPolicyDataEnabled(true);1203 TelephonyManager tmSub = expectMobileDefaults();1208 verify(tmSub, atLeastOnce()).setPolicyDataEnabled(true);1222 TelephonyManager tmSub = expectMobileDefaults();1235 TelephonyManager tmSub = expectMobileDefaults();1240 verify(tmSub, atLeastOnce()).setPolicyDataEnabled(true);2140 doNothing().when(tmSub).setPolicyDataEnabled(anyBoolean()); in expectMobileDefaults()[all …]
1980 final TelephonyManager tmSub = tm.createForSubscriptionId(subId);1981 final String subscriberId = tmSub.getSubscriberId();1983 subIdToSubscriberId.put(tmSub.getSubscriptionId(), subscriberId);1985 Slog.wtf(TAG, "Missing subscriberId for subId " + tmSub.getSubscriptionId());1989 tmSub.getMergedImsisFromGroup());