Constructs a new instance. Intentionally non-public to prevent misuse.
(int uid)
| 37 | |
| 38 | /** Constructs a new instance. Intentionally non-public to prevent misuse. */ |
| 39 | PeerUid(int uid) { |
| 40 | this.uid = uid; |
| 41 | } |
| 42 | |
| 43 | /** Returns an identifier for the current process. */ |
| 44 | public static PeerUid forCurrentProcess() { |
nothing calls this directly
no outgoing calls
no test coverage detected