Home
last modified time | relevance | path

Searched defs:releaseType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactory.java242 @ReleaseNetworkType int releaseType, in releaseNetworkInternal()
432 int releaseType = success in onDataHandoverSetupCompleted() local
H A DDcTracker.java1842 private void cleanUpConnectionInternal(boolean detach, @ReleaseNetworkType int releaseType, in cleanUpConnectionInternal()
1882 dataConnection.tearDownAll(apnContext.getReason(), releaseType, msg); in cleanUpConnectionInternal() local
2831 public void disableApn(@ApnType int apnType, @ReleaseNetworkType int releaseType) { in disableApn()
2836 @ReleaseNetworkType int releaseType) { in onDisableApn()
H A DDataConnection.java275 DisconnectParams(ApnContext apnContext, String reason, @ReleaseNetworkType int releaseType, in DisconnectParams()
3557 public void tearDownAll(String reason, @ReleaseNetworkType int releaseType, in tearDownAll()