Home
last modified time | relevance | path

Searched defs:reasonCode (Results 1 – 11 of 11) 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.java2627 public void onHs20DeauthImminentNotice(byte[/* 6 */] bssid, int reasonCode, in onHs20DeauthImminentNotice()
2639 public void onDisconnected(byte[/* 6 */] bssid, boolean locallyGenerated, int reasonCode) { in onDisconnected()
2807 public void onHs20DeauthImminentNotice(byte[/* 6 */] bssid, int reasonCode, in onHs20DeauthImminentNotice()
2814 int reasonCode) { in onDisconnected()
2919 public void onHs20DeauthImminentNotice(byte[/* 6 */] bssid, int reasonCode, in onHs20DeauthImminentNotice()
2926 int reasonCode) { in onDisconnected()
DWifiConnectivityManager.java1290 private boolean updateBssidBlacklist(String bssid, boolean enable, int reasonCode) { in updateBssidBlacklist()
1334 public boolean trackBssid(String bssid, boolean enable, int reasonCode) { in trackBssid()
DClientModeImpl.java3351 private boolean isPermanentWrongPasswordFailure(int networkId, int reasonCode) { in isPermanentWrongPasswordFailure()
3982 int reasonCode; in processMessage() local
5628 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/euicc/
DEuiccController.java469 String reasonCode = sections.pop() + "." + sections.pop() + "." + sections.pop(); in decodeSmdxSubjectAndReasonCode() local
513 final String reasonCode = subjectReasonCode.second; in addExtrasToResultIntent() local
/frameworks/base/telephony/java/android/service/euicc/
DEuiccService.java331 @NonNull String reasonCode) { in encodeSmdxSubjectAndReasonCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4512 int reasonCode; in onDataEnabledChanged() local
4540 private void maybeNotifyDataDisabled(boolean enabled, int reasonCode) { in maybeNotifyDataDisabled()
4575 private void handleDataEnabledChange(boolean enabled, int reasonCode) { in handleDataEnabledChange()
4613 private void downgradeVideoCall(int reasonCode, ImsPhoneConnection conn) { in downgradeVideoCall()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2060 int reasonCode = ImsReasonInfo.CODE_UNSPECIFIED; in markCallAsMerged() local