Home
last modified time | relevance | path

Searched refs:isString (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerPropertyTests.java47 assertFalse(p.isString()); in testBooleanProperty()
72 assertFalse(p.isString()); in testFloatProperty()
97 assertFalse(p.isString()); in testIntegerProperty()
122 assertFalse(p.isString()); in testResourceProperty()
147 assertTrue(p.isString()); in testStringProperty()
/aosp14/frameworks/base/tools/bit/
H A Dmake.cpp108 if (!value.isString()) { in BuildVars()
195 if (child.isString()) { in get_values()
/aosp14/frameworks/base/core/java/android/database/
H A DAbstractWindowedCursor.java111 public boolean isString(int columnIndex) { in isString() method in AbstractWindowedCursor
H A DCursorWindow.java384 public boolean isString(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isString() method in CursorWindow
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageParserTest.java393 assertFalse(testProperty.isString()); in assertProperty()
412 assertFalse(testProperty.isString()); in assertProperty()
427 assertFalse(testProperty.isString()); in assertProperty()
442 assertFalse(testProperty.isString()); in assertProperty()
457 assertTrue(testProperty.isString()); in assertProperty()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java412 public boolean isString() { in isString() method in PackageManager.Property
/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/core/api/
H A Dcurrent.txt12874 method public boolean isString();
13819 method @Deprecated public boolean isString(int);
13957 method @Deprecated public boolean isString(@IntRange(from=0) int, @IntRange(from=0) int);