Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vcn/
DTelephonySubscriptionTracker.java95 @NonNull private TelephonySubscriptionSnapshot mCurrentSnapshot;
195 final TelephonySubscriptionSnapshot newSnapshot = in handleSubscriptionsChanged()
196 new TelephonySubscriptionSnapshot( in handleSubscriptionsChanged()
253 public static class TelephonySubscriptionSnapshot { class in TelephonySubscriptionTracker
258 public static final TelephonySubscriptionSnapshot EMPTY_SNAPSHOT =
259 new TelephonySubscriptionSnapshot(
263 TelephonySubscriptionSnapshot( in TelephonySubscriptionSnapshot() method in TelephonySubscriptionTracker.TelephonySubscriptionSnapshot
350 if (!(obj instanceof TelephonySubscriptionSnapshot)) { in equals()
354 final TelephonySubscriptionSnapshot other = (TelephonySubscriptionSnapshot) obj; in equals()
394 void onNewSnapshot(@NonNull TelephonySubscriptionSnapshot snapshot); in onNewSnapshot()
DUnderlyingNetworkTracker.java50 import com.android.server.vcn.TelephonySubscriptionTracker.TelephonySubscriptionSnapshot;
138 @NonNull private TelephonySubscriptionSnapshot mLastSnapshot;
148 @NonNull TelephonySubscriptionSnapshot snapshot, in UnderlyingNetworkTracker()
161 @NonNull TelephonySubscriptionSnapshot snapshot, in UnderlyingNetworkTracker()
382 public void updateSubscriptionSnapshot(@NonNull TelephonySubscriptionSnapshot newSnapshot) { in updateSubscriptionSnapshot()
385 final TelephonySubscriptionSnapshot oldSnapshot = mLastSnapshot; in updateSubscriptionSnapshot()
428 @NonNull TelephonySubscriptionSnapshot snapshot, Set<Integer> subIds) { in isOpportunistic()
616 TelephonySubscriptionSnapshot snapshot, in calculatePriorityClass()
674 TelephonySubscriptionSnapshot snapshot, in getComparator()
690 TelephonySubscriptionSnapshot snapshot, in dump()
DVcn.java53 import com.android.server.vcn.TelephonySubscriptionTracker.TelephonySubscriptionSnapshot;
174 @NonNull private TelephonySubscriptionSnapshot mLastSnapshot;
192 @NonNull TelephonySubscriptionSnapshot snapshot, in Vcn()
202 @NonNull TelephonySubscriptionSnapshot snapshot, in Vcn()
236 public void updateSubscriptionSnapshot(@NonNull TelephonySubscriptionSnapshot snapshot) { in updateSubscriptionSnapshot()
295 handleSubscriptionsChanged((TelephonySubscriptionSnapshot) msg.obj); in handleMessage()
450 private void handleSubscriptionsChanged(@NonNull TelephonySubscriptionSnapshot snapshot) { in handleSubscriptionsChanged()
670 TelephonySubscriptionSnapshot snapshot, in newVcnGatewayConnection()
DVcnGatewayConnection.java89 import com.android.server.vcn.TelephonySubscriptionTracker.TelephonySubscriptionSnapshot;
520 @NonNull private TelephonySubscriptionSnapshot mLastSnapshot;
642 @NonNull TelephonySubscriptionSnapshot snapshot, in VcnGatewayConnection()
660 @NonNull TelephonySubscriptionSnapshot snapshot, in VcnGatewayConnection()
761 public void updateSubscriptionSnapshot(@NonNull TelephonySubscriptionSnapshot snapshot) { in updateSubscriptionSnapshot()
2357 TelephonySubscriptionSnapshot snapshot, in newUnderlyingNetworkTracker()
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DTelephonySubscriptionTrackerTest.java26 import static com.android.server.vcn.TelephonySubscriptionTracker.TelephonySubscriptionSnapshot;
201 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot()
206 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot()
209 return new TelephonySubscriptionSnapshot(0, subIdToInfoMap, privilegedPackages); in buildExpectedSnapshot()
212 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot()
216 return new TelephonySubscriptionSnapshot(activeSubId, subIdToInfoMap, privilegedPackages); in buildExpectedSnapshot()
279 ArgumentCaptor<TelephonySubscriptionSnapshot> snapshotCaptor = in testOnSubscriptionsChangedFired_onActiveSubIdsChanged()
280 ArgumentCaptor.forClass(TelephonySubscriptionSnapshot.class); in testOnSubscriptionsChangedFired_onActiveSubIdsChanged()
283 TelephonySubscriptionSnapshot snapshot = snapshotCaptor.getValue(); in testOnSubscriptionsChangedFired_onActiveSubIdsChanged()
410 final TelephonySubscriptionSnapshot snapshot = in testTelephonySubscriptionSnapshotGetGroupForSubId()
[all …]
DVcnTest.java59 import com.android.server.vcn.TelephonySubscriptionTracker.TelephonySubscriptionSnapshot;
93 private TelephonySubscriptionSnapshot mSubscriptionSnapshot;
112 mSubscriptionSnapshot = mock(TelephonySubscriptionSnapshot.class); in setUp()
189 final TelephonySubscriptionSnapshot updatedSnapshot = in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections()
190 mock(TelephonySubscriptionSnapshot.class); in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections()
253 final TelephonySubscriptionSnapshot updatedSnapshot = in testSubscriptionSnapshotUpdatesMobileDataState()
254 mock(TelephonySubscriptionSnapshot.class); in testSubscriptionSnapshotUpdatesMobileDataState()
DVcnGatewayConnectionTest.java55 import com.android.server.vcn.TelephonySubscriptionTracker.TelephonySubscriptionSnapshot;
172 final TelephonySubscriptionSnapshot updatedSnapshot = in testSubscriptionSnapshotUpdateNotifiesUnderlyingNetworkTracker()
173 mock(TelephonySubscriptionSnapshot.class); in testSubscriptionSnapshotUpdateNotifiesUnderlyingNetworkTracker()
DUnderlyingNetworkTrackerTest.java50 import com.android.server.vcn.TelephonySubscriptionTracker.TelephonySubscriptionSnapshot;
104 @Mock private TelephonySubscriptionSnapshot mSubscriptionSnapshot;
232 TelephonySubscriptionSnapshot subscriptionUpdate = in testUpdateSubscriptionSnapshot()
233 mock(TelephonySubscriptionSnapshot.class); in testUpdateSubscriptionSnapshot()
DVcnGatewayConnectionTestBase.java62 import com.android.server.vcn.TelephonySubscriptionTracker.TelephonySubscriptionSnapshot;
128 protected static final TelephonySubscriptionSnapshot TEST_SUBSCRIPTION_SNAPSHOT =
129 new TelephonySubscriptionSnapshot(
/frameworks/base/tests/vcn/java/com/android/server/
DVcnManagementServiceTest.java30 import static com.android.server.vcn.TelephonySubscriptionTracker.TelephonySubscriptionSnapshot;
306 private TelephonySubscriptionSnapshot triggerSubscriptionTrackerCbAndGetSnapshot( in triggerSubscriptionTrackerCbAndGetSnapshot()
312 private TelephonySubscriptionSnapshot triggerSubscriptionTrackerCbAndGetSnapshot( in triggerSubscriptionTrackerCbAndGetSnapshot()
323 private TelephonySubscriptionSnapshot triggerSubscriptionTrackerCbAndGetSnapshot( in triggerSubscriptionTrackerCbAndGetSnapshot()
336 private TelephonySubscriptionSnapshot triggerSubscriptionTrackerCbAndGetSnapshot( in triggerSubscriptionTrackerCbAndGetSnapshot()
342 final TelephonySubscriptionSnapshot snapshot = in triggerSubscriptionTrackerCbAndGetSnapshot()
356 private TelephonySubscriptionSnapshot buildSubscriptionSnapshot( in buildSubscriptionSnapshot()
362 final TelephonySubscriptionSnapshot snapshot = mock(TelephonySubscriptionSnapshot.class); in buildSubscriptionSnapshot()
431 TelephonySubscriptionSnapshot snapshot = in testTelephonyNetworkTrackerCallbackStartsInstances()
455 TelephonySubscriptionSnapshot snapshot = in testTelephonyNetworkTrackerCallbackSwitchingActiveDataStartsAndStopsInstances()
[all …]
/frameworks/base/services/core/java/com/android/server/
DVcnManagementService.java29 import static com.android.server.vcn.TelephonySubscriptionTracker.TelephonySubscriptionSnapshot;
195 private TelephonySubscriptionSnapshot mLastSnapshot =
196 TelephonySubscriptionSnapshot.EMPTY_SNAPSHOT;
357 @NonNull TelephonySubscriptionSnapshot snapshot, in newVcn()
440 @NonNull ParcelUuid subGrp, @NonNull TelephonySubscriptionSnapshot snapshot) { in isActiveSubGroup()
456 public void onNewSnapshot(@NonNull TelephonySubscriptionSnapshot snapshot) { in onNewSnapshot()
459 final TelephonySubscriptionSnapshot oldSnapshot = mLastSnapshot; in onNewSnapshot()
543 @NonNull TelephonySubscriptionSnapshot snapshot) { in getSubGroupToSubIdMappings()
834 final TelephonySubscriptionSnapshot snapshot; in getSubGroupForNetworkCapabilities()
1052 void setLastSnapshot(@NonNull TelephonySubscriptionSnapshot snapshot) { in setLastSnapshot()
/frameworks/base/services/
Dart-profile3552 …cnConfig;Lcom/android/server/vcn/TelephonySubscriptionTracker$TelephonySubscriptionSnapshot;Lcom/a…
3575TelephonySubscriptionSnapshot;)V+]Lcom/android/server/vcn/TelephonySubscriptionTracker$TelephonySu…
3581 …agementService;)Lcom/android/server/vcn/TelephonySubscriptionTracker$TelephonySubscriptionSnapshot;
3582 …SubscriptionTracker$TelephonySubscriptionSnapshot;)Lcom/android/server/vcn/TelephonySubscriptionTr…
3592 …SubscriptionTracker$TelephonySubscriptionSnapshot;Lcom/android/server/vcn/TelephonySubscriptionTra…
3593TelephonySubscriptionSnapshot;)Ljava/util/Map;+]Lcom/android/server/vcn/TelephonySubscriptionTrack…
3594 …SubscriptionTracker$TelephonySubscriptionSnapshot;Lcom/android/server/vcn/TelephonySubscriptionTra…
3595 …SubscriptionTracker$TelephonySubscriptionSnapshot;Lcom/android/server/vcn/TelephonySubscriptionTra…
42151 …iptionTracker;Lcom/android/server/vcn/TelephonySubscriptionTracker$TelephonySubscriptionSnapshot;)V
42157 HSPLcom/android/server/vcn/TelephonySubscriptionTracker$TelephonySubscriptionSnapshot;-><clinit>()V
[all …]