Searched refs:statusString (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeCallback.java | 169 Log.v(TAG, "notifyCapabilitiesResponse: id=" + id + ", status=" + statusString(status) in notifyCapabilitiesResponse() 203 if (mDbg) Log.v(TAG, "notifyEnableResponse: id=" + id + ", status=" + statusString(status)); in notifyEnableResponse() 219 if (mDbg) Log.v(TAG, "notifyConfigResponse: id=" + id + ", status=" + statusString(status)); in notifyConfigResponse() 231 Log.v(TAG, "notifyDisableResponse: id=" + id + ", status=" + statusString(status)); in notifyDisableResponse() 244 Log.v(TAG, "notifyStartPublishResponse: id=" + id + ", status=" + statusString(status) in notifyStartPublishResponse() 258 Log.v(TAG, "notifyStopPublishResponse: id=" + id + ", status=" + statusString(status)); in notifyStopPublishResponse() 272 Log.v(TAG, "notifyStartSubscribeResponse: id=" + id + ", status=" + statusString(status) in notifyStartSubscribeResponse() 287 + statusString(status)); in notifyStopSubscribeResponse() 302 + statusString(status)); in notifyTransmitFollowupResponse() 316 + statusString(status)); in notifyCreateDataInterfaceResponse() [all …]
|
D | WifiAwareNativeApi.java | 338 Log.e(TAG, "getCapabilities: error: " + statusString(status)); in getCapabilities() 604 Log.e(TAG, "enableAndConfigure: error: " + statusString(status)); in enableAndConfigure() 634 Log.e(TAG, "disable: error: " + statusString(status)); in disable() 698 Log.e(TAG, "publish: error: " + statusString(status)); in publish() 774 Log.e(TAG, "subscribe: error: " + statusString(status)); in subscribe() 830 Log.e(TAG, "sendMessage: error: " + statusString(status)); in sendMessage() 864 Log.e(TAG, "stopPublish: error: " + statusString(status)); in stopPublish() 898 Log.e(TAG, "stopSubscribe: error: " + statusString(status)); in stopSubscribe() 933 Log.e(TAG, "createAwareNetworkInterface: error: " + statusString(status)); in createAwareNetworkInterface() 967 Log.e(TAG, "deleteAwareNetworkInterface: error: " + statusString(status)); in deleteAwareNetworkInterface() [all …]
|
D | WifiAwareNativeManager.java | 168 Log.e(TAG, "IWifiNanIface.registerEventCallback error: " + statusString( in tryToGetAware() 264 private static String statusString(WifiStatus status) { in statusString() method in WifiAwareNativeManager
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | HalDeviceManager.java | 450 Log.e(TAG, "Error on getName: " + statusString(status)); in getName() 803 Log.e(TAG, "IWifi.registerEventCallback failed: " + statusString(status)); in initIWifiIfNecessary() 842 Log.e(TAG, "getChipIds failed: " + statusString(status)); in initIWifiChipDebugListeners() 863 Log.e(TAG, "getChip failed: " + statusString(status)); in initIWifiChipDebugListeners() 880 Log.d(TAG, "onChipReconfigureFailure: status=" + statusString( in initIWifiChipDebugListeners() 913 Log.e(TAG, "registerEventCallback failed: " + statusString(status)); in initIWifiChipDebugListeners() 950 Log.e(TAG, "getChipIds failed: " + statusString(status)); in getAllChipInfo() 973 Log.e(TAG, "getChip failed: " + statusString(status)); in getAllChipInfo() 987 Log.e(TAG, "getAvailableModes failed: " + statusString(status)); in getAllChipInfo() 1004 Log.e(TAG, "getMode failed: " + statusString(status)); in getAllChipInfo() [all …]
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 508 String statusString; in postStatus() local 514 statusString = "NOT_STARTED"; in postStatus() 517 statusString = "IN_PROGRESS"; in postStatus() 520 statusString = "READY"; in postStatus() 523 statusString = "IN_USE"; in postStatus() 526 statusString = "UNKNOWN"; in postStatus() 554 Log.d(TAG, "status=" + statusString + ", cause=" + causeString + ", detail=" + detail); in postStatus()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 1040 String statusString = ""; in parseFromXml() local 1052 statusString = (String) value; in parseFromXml() 1072 .indexOf(statusString); in parseFromXml()
|