Home
last modified time | relevance | path

Searched refs:isRelative (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/net/
H A DUri.java174 public abstract boolean isRelative(); in isRelative() method in Uri
183 return !isRelative(); in isAbsolute()
560 public boolean isRelative() { in isRelative() method in Uri.StringUri
907 public boolean isRelative() { in isRelative() method in Uri.OpaqueUri
1234 public boolean isRelative() { in isRelative() method in Uri.HierarchicalUri
/aosp14/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java410 assertFalse(uri.isRelative()); in testOpaqueUri()
544 assertFalse(uri.isRelative()); in compareHierarchical()
547 assertTrue(uri.isRelative()); in compareHierarchical()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java3029 this.isRelative = isRelative;
3037 public TextViewDrawableAction(@IdRes int viewId, boolean isRelative,
3040 this.isRelative = isRelative;
3050 isRelative = (parcel.readInt() != 0);
3067 dest.writeInt(isRelative ? 1 : 0);
3087 if (isRelative) {
3098 if (isRelative) {
3104 if (isRelative) {
3119 new TextViewDrawableAction(viewId, isRelative, i1, i2, i3, i4) :
3120 new TextViewDrawableAction(viewId, isRelative, d1, d2, d3, d4);
[all …]
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof1219 HSPLandroidx/compose/foundation/layout/RowColumnImplKt;->isRelative(Landroidx/compose/foundation/la…
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt11664 HSPLandroid/net/Uri$StringUri;->isRelative()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt11667 HSPLandroid/net/Uri$StringUri;->isRelative()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt28400 method public abstract boolean isRelative();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69087 Landroid/widget/RemoteViews$TextViewDrawableAction;->isRelative:Z