Searched refs:hasProperty (Results 1 – 9 of 9) sorted by relevance
/frameworks/data-binding/ |
D | propLoader.gradle | 18 databindingProperties.inReleaseBuild = project.hasProperty('release') && project.ext.release == "tr… 20 databindingProperties.runProguard = (project.hasProperty('runProguard') && project.getProperty('run… 36 def addRemoteRepos = project.hasProperty('addRemoteRepos') && project.getProperty('addRemoteRepos')… 39 ext.dataBindingConfig.forGradlePlugin = project.hasProperty('forGradlePlugin') && project.getProper…
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Call.java | 555 public static boolean hasProperty(int properties, int property) { in hasProperty() method in Call.Details 565 public boolean hasProperty(int property) { in hasProperty() method in Call.Details 566 return hasProperty(mCallProperties, property); in hasProperty() 578 if (hasProperty(properties, PROPERTY_CONFERENCE)) { in propertiesToString() 581 if (hasProperty(properties, PROPERTY_GENERIC_CONFERENCE)) { in propertiesToString() 584 if (hasProperty(properties, PROPERTY_WIFI)) { in propertiesToString() 587 if (hasProperty(properties, PROPERTY_HIGH_DEF_AUDIO)) { in propertiesToString() 590 if (hasProperty(properties, PROPERTY_EMERGENCY_CALLBACK_MODE)) { in propertiesToString() 593 if (hasProperty(properties, PROPERTY_IS_EXTERNAL_CALL)) { in propertiesToString() 596 if(hasProperty(properties, PROPERTY_HAS_CDMA_VOICE_PRIVACY)) { in propertiesToString() [all …]
|
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/checkapi/ |
D | UpdateApiTask.kt | 65 } else if (version.isFinalApi() && oldApiFile.exists() && !project.hasProperty("force")) { in <lambda>()
|
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/ |
D | DiffAndDocs.kt | 650 if (!project.hasProperty("docsDir")) { in initializeApiChecksForProject() 677 if (project.hasProperty("ignore")) { in initializeApiChecksForProject() 760 if (hasProperty(name)) { in androidJarFile()
|
/frameworks/support/buildSrc/ |
D | init.gradle | 236 !project.hasProperty('android.injected.invoked.from.ide') 272 if (source.hasProperty('kotlin')) { 284 if (task.hasProperty("outputDirectory") && (hasSourceCode || !testApk)) {
|
/frameworks/native/services/inputflinger/host/ |
D | InputDriver.cpp | 244 if (map->propertyMap->hasProperty(keyString)) { in inputGetDeviceProperty()
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 41560 Landroid/telecom/Call$Details;->hasProperty(I)Z 41561 Landroid/telecom/Call$Details;->hasProperty(II)Z
|
D | boot-image-profile.txt | 30071 HSPLandroid/telecom/Call$Details;->hasProperty(I)Z
|
/frameworks/base/api/ |
D | current.txt | 40797 method public static boolean hasProperty(int, int); 40798 method public boolean hasProperty(int);
|