Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java1247 assertTrue(mDct.shouldAutoAttach()); in testDDSResetAutoAttach()
1251 assertFalse(mDct.shouldAutoAttach()); in testDDSResetAutoAttach()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1431 if (!attachedState && !shouldAutoAttach() && requestType != REQUEST_TYPE_HANDOVER) { in isDataAllowed()
4306 public boolean shouldAutoAttach() { in shouldAutoAttach() method in DcTracker