MCPcopy Create free account
hub / github.com/OneUIProject/oneui-core / getKey

Method getKey

core/src/main/java/androidx/core/app/Person.java:222–225  ·  view source on GitHub ↗

Returns the key for this Person or null if no key was provided. This is provided as a unique identifier between other Persons.

()

Source from the content-addressed store, hash-verified

220 * provided as a unique identifier between other {@link Person}s.
221 */
222 @Nullable
223 public String getKey() {
224 return mKey;
225 }
226
227 /**
228 * Returns whether or not this {@link Person} is a machine rather than a human. Used primarily

Callers 10

toAndroidPersonMethod · 0.95
findKeyForValueMethod · 0.45
restoreFromSnapshotMethod · 0.45
getSnapshotMethod · 0.45
onGlobalLayoutMethod · 0.45
fromAndroidPersonMethod · 0.45
updateListenerMapMethod · 0.45
addDataResultToIntentMethod · 0.45
toStringMethod · 0.45
getUriForFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected