Searched refs:ReleaseNetworkType (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | TelephonyNetworkFactory.java | 40 import com.android.internal.telephony.dataconnection.DcTracker.ReleaseNetworkType; 225 @ReleaseNetworkType int releaseType, in releaseNetworkInternal()
|
D | ApnContext.java | 32 import com.android.internal.telephony.dataconnection.DcTracker.ReleaseNetworkType; 431 public void releaseNetwork(NetworkRequest networkRequest, @ReleaseNetworkType int type) { in releaseNetwork()
|
D | DataConnection.java | 80 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()
|
D | DcTracker.java | 174 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()
|