Home
last modified time | relevance | path

Searched refs:CMD_CANCEL_REQUEST (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/libs/net/common/device/android/net/
H A DNetworkFactoryImpl.java82 private static final int CMD_CANCEL_REQUEST = NetworkFactory.CMD_CANCEL_REQUEST; field in NetworkFactoryImpl
193 case CMD_CANCEL_REQUEST: { in handleMessage()
H A DNetworkFactoryLegacyImpl.java86 public static final int CMD_CANCEL_REQUEST = 2; field in NetworkFactoryLegacyImpl
167 case CMD_CANCEL_REQUEST: { in handleMessage()
H A DNetworkFactory.java75 public static final int CMD_CANCEL_REQUEST = 2; field in NetworkFactory
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkProvider.java67 public static final int CMD_CANCEL_REQUEST = 2; field in NetworkProvider
95 case CMD_CANCEL_REQUEST: in NetworkProvider()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactoryTest.java19 import static com.android.internal.telephony.NetworkFactory.CMD_CANCEL_REQUEST;
141 mTelephonyNetworkFactoryUT.obtainMessage(CMD_CANCEL_REQUEST, 0, 0, networkRequest) in releaseNetworkRequest()
217 ? CMD_REQUEST_NETWORK : CMD_CANCEL_REQUEST; in createMockedTelephonyComponents()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareDataPathStateManagerTest.java551 endNetworkReqMsg.what = NetworkFactory.CMD_CANCEL_REQUEST; in testMultipleNdpsOnSingleNdi()
628 endNetworkReqMsg.what = NetworkFactory.CMD_CANCEL_REQUEST; in testMultipleIdenticalRequests()
639 endNetworkReqMsg.what = NetworkFactory.CMD_CANCEL_REQUEST; in testMultipleIdenticalRequests()
696 endNetworkReqMsg.what = NetworkFactory.CMD_CANCEL_REQUEST; in testMultipleIdenticalRequests()
1657 endNetworkReqMsg.what = NetworkFactory.CMD_CANCEL_REQUEST; in testDataPathInitiatorUtilityMore()
1768 endNetworkMsg.what = NetworkFactory.CMD_CANCEL_REQUEST; in testDataPathResponderUtility()
2273 endNetworkMsg.what = NetworkFactory.CMD_CANCEL_REQUEST; in testDataPathAcceptsAnyResponderWithMultipleInitiator()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java1520 message.what = android.net.NetworkProvider.CMD_CANCEL_REQUEST; in releaseNetworkRequest()
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt711 Landroid/net/NetworkFactory;->CMD_CANCEL_REQUEST:I
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/
H A DConnectivityService.java3357 nfi.asyncChannel.sendMessage(android.net.NetworkFactory.CMD_CANCEL_REQUEST, in handleReleaseNetworkRequest()