Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java182 private static final String MESSAGE_BUNDLE_KEY_SUCCESS_FLAG = "success_flag"; field in WifiAwareStateManager
950 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG, success); in onCreateDataPathInterfaceResponse()
964 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG, success); in onDeleteDataPathInterfaceResponse()
1002 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG, success); in onRespondToDataPathSetupRequestResponse()
1014 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG, success); in onEndDataPathResponse()
1149 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG, accept); in onDataPathConfirmNotification()
1502 msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG), in processNotification()
1878 msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG), in processResponse()
1883 msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG), in processResponse()
1894 msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG), in processResponse()
[all …]