Home
last modified time | relevance | path

Searched refs:ReleaseNetworkType (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DTelephonyNetworkFactory.java40 import com.android.internal.telephony.dataconnection.DcTracker.ReleaseNetworkType;
225 @ReleaseNetworkType int releaseType, in releaseNetworkInternal()
DApnContext.java32 import com.android.internal.telephony.dataconnection.DcTracker.ReleaseNetworkType;
431 public void releaseNetwork(NetworkRequest networkRequest, @ReleaseNetworkType int type) { in releaseNetwork()
DDataConnection.java80 import com.android.internal.telephony.dataconnection.DcTracker.ReleaseNetworkType;
238 @ReleaseNetworkType
242 DisconnectParams(ApnContext apnContext, String reason, @ReleaseNetworkType int releaseType, in DisconnectParams()
2805 public void tearDownAll(String reason, @ReleaseNetworkType int releaseType, in tearDownAll()
DDcTracker.java174 public @interface ReleaseNetworkType {} annotation in DcTracker
902 public void releaseNetwork(NetworkRequest networkRequest, @ReleaseNetworkType int type) { in releaseNetwork()
1710 private void cleanUpConnectionInternal(boolean detach, @ReleaseNetworkType int releaseType, in cleanUpConnectionInternal()
2513 public void disableApn(@ApnType int apnType, @ReleaseNetworkType int releaseType) { in disableApn()
2518 @ReleaseNetworkType int releaseType) { in onDisableApn()
5056 public static String releaseTypeToString(@ReleaseNetworkType int type) { in releaseTypeToString()