Home
last modified time | relevance | path

Searched refs:onAbort (Results 1 – 24 of 24) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/obex/
DFakeObexServer.java115 public int onAbort(final HeaderSet request, HeaderSet reply) { in onAbort() method in FakeObexServer
285 public int onAbort(final HeaderSet request, HeaderSet reply) { in onAbort() method in FakeObexServer.TestServiceRequestHandler
286 return mServer.onAbort(request, reply); in onAbort()
/packages/modules/Wifi/framework/java/android/net/wifi/
DINetworkRequestMatchCallback.aidl32 void onAbort(); in onAbort() method
DWifiManager.java3140 default void onAbort() {} in onAbort() method
3240 public void onAbort() { in onAbort() method in WifiManager.NetworkRequestMatchCallbackProxy
3246 mCallback.onAbort(); in onAbort()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMnsObexServer.java122 public int onAbort(final HeaderSet request, HeaderSet reply) { in onAbort() method in MnsObexServer
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMnsObexServerTest.java146 assertThat(mServer.onAbort(request, reply)) in onAbort_returnsNotImplemented()
/packages/apps/Settings/src/com/android/settings/wifi/
DNetworkRequestDialogActivity.java195 public void onAbort() { in onAbort() method in NetworkRequestDialogActivity
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnection.java223 public void onAbort() { in onAbort() method in HfpClientConnection
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DNetworkRequestDialogActivityTest.java187 fakeActivity.onAbort(); in onAbort_withFakeActivity_callStopAndPopShouldBeTrue()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkFactoryTest.java958 verify(mNetworkRequestMatchCallback).onAbort(); in testHandleCallbackRegistrationWithNoActiveRequest()
1757 verify(mNetworkRequestMatchCallback).onAbort(); in testNetworkSpecifierHandleConnectionTriggerFailure()
1791 verify(mNetworkRequestMatchCallback).onAbort(); in testNetworkSpecifierHandleConnectionFailure()
1823 verify(mNetworkRequestMatchCallback).onAbort(); in testNetworkSpecifierHandleAuthFailure()
2403 verify(mNetworkRequestMatchCallback).onAbort(); in testHandleNewNetworkRequestWithSpecifierWhenAwaitingCmRetrieval()
2449 verify(mNetworkRequestMatchCallback).onAbort(); in testHandleNewNetworkRequestWithSpecifierWhenScanning()
2493 verify(mNetworkRequestMatchCallback).onAbort(); in testHandleNewNetworkRequestWithSpecifierAfterMatch()
2529 verify(mNetworkRequestMatchCallback).onAbort(); in testHandleNewNetworkRequestWithSpecifierAfterConnect()
2823 verify(mNetworkRequestMatchCallback).onAbort(); in testHandleNetworkRequestWithSpecifierWifiOffWhenScanning()
2839 verify(mNetworkRequestMatchCallback).onAbort(); in testHandleNetworkRequestWithSpecifierWifiOffAfterConnect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpBipObexServer.java148 public int onAbort(final HeaderSet request, HeaderSet reply) { in onAbort() method in AvrcpBipObexServer
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java161 public void onAbort() { in onAbort() method in TestConnectionManager.TestManagedConnection
DTestConnectionService.java224 public void onAbort() { in onAbort() method in TestConnectionService.TestConnection
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/networkrequest/
DNetworkRequestDialogFragment.java419 public void onAbort() { in onAbort() method in NetworkRequestDialogFragment
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpBipObexServerTest.java424 int responseCode = mAvrcpBipObexServer.onAbort(request, reply); in testOnAbort()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DNetworkRequestDialogFragment.java401 public void onAbort() { in onAbort() method in NetworkRequestDialogFragment
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionTest.java409 mHfpClientConnection.onAbort(); in onAbort_disconnects()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkFactory.java657 callback.onAbort(); in addCallback()
1379 mRegisteredCallbacks.getBroadcastItem(i).onAbort(); in cleanupActiveRequest()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java230 assertThat(mServer.onAbort(request, reply)).isEqualTo(ResponseCodes.OBEX_HTTP_OK); in testOnAbort()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java339 public int onAbort(HeaderSet request, HeaderSet reply) { in onAbort() method in BluetoothPbapObexServer
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java412 public int onAbort(HeaderSet request, HeaderSet reply) { in onAbort() method in BluetoothMapObexServer
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java2341 callbackCaptor.getValue().onAbort(); in registerNetworkRequestMatchCallbackCallGoesToWifiServiceImpl()
2343 verify(mNetworkRequestMatchCallback).onAbort(); in registerNetworkRequestMatchCallbackCallGoesToWifiServiceImpl()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1038 public void onAbort() { in onAbort() method in TelephonyConnection
DTelephonyConnectionService.java1949 knownConnection.onAbort(); in onCreateIncomingConnectionFailed()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt1043 method public default void onAbort();