Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1161 int reasonCode = 5; in testDisconnectedCallback() local
1163 NativeUtil.macAddressToByteArray(BSSID), true, reasonCode); in testDisconnectedCallback() local
1168 NativeUtil.macAddressToByteArray(BSSID), false, reasonCode); in testDisconnectedCallback() local
1181 int reasonCode = 3; in testAuthFailurePassword() local
1183 NativeUtil.macAddressToByteArray(BSSID), true, reasonCode); in testAuthFailurePassword() local
1187 NativeUtil.macAddressToByteArray(BSSID), false, reasonCode); in testAuthFailurePassword() local
1196 NativeUtil.macAddressToByteArray(BSSID), true, reasonCode); in testAuthFailurePassword() local
1198 NativeUtil.macAddressToByteArray(BSSID), false, reasonCode); in testAuthFailurePassword() local
1214 int reasonCode = ISupplicantStaIfaceCallback.ReasonCode.IE_IN_4WAY_DIFFERS; in testIeDiffers() local
1222 NativeUtil.macAddressToByteArray(BSSID), true, reasonCode); in testIeDiffers() 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.java2411 public void onHs20DeauthImminentNotice(byte[/* 6 */] bssid, int reasonCode, in onHs20DeauthImminentNotice()
2423 public void onDisconnected(byte[/* 6 */] bssid, boolean locallyGenerated, int reasonCode) { in onDisconnected()
2574 public void onHs20DeauthImminentNotice(byte[/* 6 */] bssid, int reasonCode, in onHs20DeauthImminentNotice()
2581 int reasonCode) { in onDisconnected()
DWifiConnectivityManager.java1203 private boolean updateBssidBlacklist(String bssid, boolean enable, int reasonCode) { in updateBssidBlacklist()
1239 public boolean trackBssid(String bssid, boolean enable, int reasonCode) { in trackBssid()
DWifiStateMachine.java3057 private boolean isPermanentWrongPasswordFailure(int networkId, int reasonCode) { in isPermanentWrongPasswordFailure()
3870 int reasonCode; in processMessage() local
5180 int reasonCode = message.arg2; in processMessage() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3579 int reasonCode; in onDataEnabledChanged() local
3607 private void maybeNotifyDataDisabled(boolean enabled, int reasonCode) { in maybeNotifyDataDisabled()
3642 private void handleDataEnabledChange(boolean enabled, int reasonCode) { in handleDataEnabledChange()
3680 private void downgradeVideoCall(int reasonCode, ImsPhoneConnection conn) { in downgradeVideoCall()