/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | SupplicantStaIfaceHalTest.java | 1228 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/ |
D | LocalOnlyHotspotRequestInfo.java | 89 public void sendHotspotFailedMessage(int reasonCode) throws RemoteException { in sendHotspotFailedMessage()
|
D | SupplicantStateTracker.java | 186 int reasonCode) { in sendSupplicantStateChangedBroadcast()
|
D | SupplicantStaIfaceHal.java | 2627 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()
|
D | WifiConnectivityManager.java | 1290 private boolean updateBssidBlacklist(String bssid, boolean enable, int reasonCode) { in updateBssidBlacklist() 1334 public boolean trackBssid(String bssid, boolean enable, int reasonCode) { in trackBssid()
|
D | ClientModeImpl.java | 3351 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/ |
D | FrameParser.java | 611 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/ |
D | EuiccController.java | 469 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/ |
D | EuiccService.java | 331 @NonNull String reasonCode) { in encodeSmdxSubjectAndReasonCode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 4512 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/ |
D | ImsCall.java | 2060 int reasonCode = ImsReasonInfo.CODE_UNSPECIFIED; in markCallAsMerged() local
|