Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java305 private static final String MESSAGE_BUNDLE_KEY_STATUS_CODE = "status_code"; field in WifiAwareStateManager
1742 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, reasonOnFailure); in onCreateDataPathInterfaceResponse()
1756 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, reasonOnFailure); in onDeleteDataPathInterfaceResponse()
1888 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, reasonOnFailure); in onRespondToDataPathSetupRequestResponse()
1900 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, reasonOnFailure); in onEndDataPathResponse()
1912 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, reasonOnFailure); in onEndPairingResponse()
1924 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, status); in onSuspendResponse()
1936 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, status); in onResumeResponse()
2094 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, reason); in onDataPathConfirmNotification()
2761 msg.getData().getInt(MESSAGE_BUNDLE_KEY_STATUS_CODE), in processNotification()
[all …]