Home
last modified time | relevance | path

Searched defs:reasonCode (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1228 int reasonCode = 5; in testDisconnectedCallback() local
1230 NativeUtil.macAddressToByteArray(BSSID), true, reasonCode); in testDisconnectedCallback() local
1235 NativeUtil.macAddressToByteArray(BSSID), false, reasonCode); in testDisconnectedCallback() local
1248 int reasonCode = 3; in testAuthFailurePassword() local
1250 NativeUtil.macAddressToByteArray(BSSID), true, reasonCode); in testAuthFailurePassword() local
1255 NativeUtil.macAddressToByteArray(BSSID), false, reasonCode); in testAuthFailurePassword() local
1265 NativeUtil.macAddressToByteArray(BSSID), true, reasonCode); in testAuthFailurePassword() local
1267 NativeUtil.macAddressToByteArray(BSSID), false, reasonCode); in testAuthFailurePassword() local
1305 int reasonCode = 3; in testNetworkRemovedDuring4way() local
1314 NativeUtil.macAddressToByteArray(BSSID), true, reasonCode); in testNetworkRemovedDuring4way() local
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java89 public void sendHotspotFailedMessage(int reasonCode) throws RemoteException { in sendHotspotFailedMessage()
DSupplicantStateTracker.java186 int reasonCode) { in sendSupplicantStateChangedBroadcast()
DSupplicantStaIfaceHal.java2603 public void onHs20DeauthImminentNotice(byte[/* 6 */] bssid, int reasonCode, in onHs20DeauthImminentNotice()
2615 public void onDisconnected(byte[/* 6 */] bssid, boolean locallyGenerated, int reasonCode) { in onDisconnected()
2783 public void onHs20DeauthImminentNotice(byte[/* 6 */] bssid, int reasonCode, in onHs20DeauthImminentNotice()
2790 int reasonCode) { in onDisconnected()
2895 public void onHs20DeauthImminentNotice(byte[/* 6 */] bssid, int reasonCode, in onHs20DeauthImminentNotice()
2902 int reasonCode) { in onDisconnected()
DWifiConnectivityManager.java1287 private boolean updateBssidBlacklist(String bssid, boolean enable, int reasonCode) { in updateBssidBlacklist()
1331 public boolean trackBssid(String bssid, boolean enable, int reasonCode) { in trackBssid()
DClientModeImpl.java3327 private boolean isPermanentWrongPasswordFailure(int networkId, int reasonCode) { in isPermanentWrongPasswordFailure()
3954 int reasonCode; in processMessage() local
5536 int reasonCode = message.arg2; in processMessage() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DFrameParser.java611 short reasonCode = data.getShort(); in parseDisassociationFrame() local
652 short reasonCode = data.getShort(); in parseDeauthenticationFrame() local
657 private String decodeIeee80211ReasonCode(short reasonCode) { in decodeIeee80211ReasonCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3909 int reasonCode; in onDataEnabledChanged() local
3937 private void maybeNotifyDataDisabled(boolean enabled, int reasonCode) { in maybeNotifyDataDisabled()
3972 private void handleDataEnabledChange(boolean enabled, int reasonCode) { in handleDataEnabledChange()
4010 private void downgradeVideoCall(int reasonCode, ImsPhoneConnection conn) { in downgradeVideoCall()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1978 int reasonCode = ImsReasonInfo.CODE_UNSPECIFIED; in markCallAsMerged() local