/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 | 2603 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()
|
D | WifiConnectivityManager.java | 1287 private boolean updateBssidBlacklist(String bssid, boolean enable, int reasonCode) { in updateBssidBlacklist() 1331 public boolean trackBssid(String bssid, boolean enable, int reasonCode) { in trackBssid()
|
D | ClientModeImpl.java | 3327 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/ |
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/imsphone/ |
D | ImsPhoneCallTracker.java | 3909 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/ |
D | ImsCall.java | 1978 int reasonCode = ImsReasonInfo.CODE_UNSPECIFIED; in markCallAsMerged() local
|