Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Raj-m01/Android-Chat-App
/ setUserPassword
Method
setUserPassword
app/src/main/java/models/UserModel.java:103–105 ·
view source on GitHub ↗
(String userPassword)
Source
from the content-addressed store, hash-verified
101
}
102
103
public
void
setUserPassword(String userPassword) {
104
this.userPassword = userPassword;
105
}
106
107
108
public
String getRecentMessage() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected