MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / authority

Method authority

core/java/android/net/Uri.java:1361–1367  ·  view source on GitHub ↗
(Part authority)

Source from the content-addressed store, hash-verified

1359 }
1360
1361 Builder authority(Part authority) {
1362 // This URI will be hierarchical.
1363 this.opaquePart = null;
1364
1365 this.authority = authority;
1366 return this;
1367 }
1368
1369 /**
1370 * Encodes and sets the authority.

Callers 15

encodedAuthorityMethod · 0.95
buildRecentMethod · 0.80
buildStateMethod · 0.80
buildResumeMethod · 0.80
BaseStatusBarClass · 0.80
testParcellingMethod · 0.80
testEqualsAndHashCodeMethod · 0.80
testHierarchicalMethod · 0.80
getSuggestionsMethod · 0.80
buildUponMethod · 0.80

Calls 1

fromDecodedMethod · 0.95

Tested by 4

testParcellingMethod · 0.64
testEqualsAndHashCodeMethod · 0.64
testHierarchicalMethod · 0.64