Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LineageOS/android_frameworks_base
/ markInUse
Method
markInUse
core/java/android/os/Message.java:422–424 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
420
}
421
422
/*
package
*/
void
markInUse() {
423
flags |= FLAG_IN_USE;
424
}
425
426
/** Constructor (but the preferred way to get a Message is to call {@link #obtain() Message.obtain()}).
427
*/
Callers
1
next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected