Home
last modified time | relevance | path

Searched refs:getTypes (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenersTest.java137 assertThat(mListeners.getNotificationListenerFilter(Pair.create(mCn1, 0)).getTypes()) in validateListenersFromXml()
143 assertThat(mListeners.getNotificationListenerFilter(Pair.create(mCn2, 10)).getTypes()) in validateListenersFromXml()
163 assertThat(mListeners.getNotificationListenerFilter(Pair.create(mCn2, 10)).getTypes()) in testOnUserRemoved()
205 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata()
221 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata_namesNotNumbers()
236 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata_onlyOneListed()
251 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata_disabledTypes()
267 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata_disabledTypes_mixedText()
283 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata_metaDataDisagrees()
298 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithEmptyMetadata()
[all …]
DNotificationManagerServiceTest.java8105 captor.getValue().getTypes()); in testMigrateNotificationFilter_migrationAllAllowed()
8131 assertEquals(FLAG_FILTER_TYPE_ONGOING, captor.getValue().getTypes()); in testMigrateNotificationFilter_noPreexistingFilter()
8154 assertEquals(FLAG_FILTER_TYPE_CONVERSATIONS, captor.getValue().getTypes()); in testMigrateNotificationFilter_existingTypeFilter()
8178 assertEquals(FLAG_FILTER_TYPE_ONGOING, captor.getValue().getTypes()); in testMigrateNotificationFilter_existingPkgFilter()
/frameworks/base/core/java/android/view/
DInsetsAnimationControlRunner.java35 @InsetsType int getTypes(); in getTypes() method
69 return InsetsState.toInternalType(getTypes()).contains(type); in controlsInternalType()
DInsetsAnimationThreadControlRunner.java76 "InsetsAsyncAnimation: " + WindowInsets.Type.toString(runner.getTypes()),
77 runner.getTypes());
145 public int getTypes() { in getTypes() method in InsetsAnimationThreadControlRunner
146 return mControl.getTypes(); in getTypes()
DWindowInsetsAnimationController.java104 @InsetsType int getTypes(); in getTypes() method
DInsetsController.java1203 if ((control.getTypes() & types) != 0) { in cancelExistingControllers()
1230 showDirectly(runner.getTypes(), true /* fromIme */); in notifyFinished()
1232 hideDirectly(runner.getTypes(), true /* animationFinished */, in notifyFinished()
1258 control.getTypes(), control.getAnimationType())); in cancelAnimation()
1267 ArraySet<Integer> types = toInternalType(control.getTypes()); in cancelAnimation()
DInsetsAnimationControlImpl.java193 @InsetsType public int getTypes() { in getTypes() method in InsetsAnimationControlImpl
/frameworks/base/core/tests/coretests/src/android/service/notification/
DNotificationListenerFilterTest.java46 assertThat(nlf.getTypes()).isEqualTo(FLAG_FILTER_TYPE_CONVERSATIONS in testEmptyConstructor()
66 assertThat(nlf.getTypes()).isEqualTo(FLAG_FILTER_TYPE_ALERTING); in testConstructor()
94 assertThat(nlf.getTypes()).isEqualTo(FLAG_FILTER_TYPE_ALERTING in testSetTypes()
125 assertThat(nlf1.getTypes()).isEqualTo(FLAG_FILTER_TYPE_ALERTING); in testParceling()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerFilter.java93 public int getTypes() { in getTypes() method in NotificationListenerFilter
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnConfigTypeRepository.java51 public Collection<ApnConfigType> getTypes() { in getTypes() method in ApnConfigTypeRepository
DDcTracker.java1082 new ApnConfigTypeRepository(carrierConfig).getTypes(); in initApnContexts()
1127 new ApnConfigTypeRepository(carrierConfig).getTypes(); in sortApnContextByPriority()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h155 const TypeList &getTypes() const { return Types; } in getTypes() function
DBitcodeWriter.cpp185 const llvm_2_9_func::ValueEnumerator::TypeList &TypeList = VE.getTypes(); in WriteTypeTable()
190 uint64_t NumBits = Log2_32_Ceil(VE.getTypes().size()+1); in WriteTypeTable()
1544 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1564 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1617 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h155 const TypeList &getTypes() const { return Types; } in getTypes() function
DBitcodeWriter.cpp161 const llvm_2_9::ValueEnumerator::TypeList &TypeList = VE.getTypes(); in WriteTypeSymbolTable()
168 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeSymbolTable()
214 const llvm_2_9::ValueEnumerator::TypeList &TypeList = VE.getTypes(); in WriteTypeTable()
219 uint64_t NumBits = Log2_32_Ceil(VE.getTypes().size()+1); in WriteTypeTable()
1480 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1500 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1553 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h158 const TypeList &getTypes() const { return Types; } in getTypes() function
DBitcodeWriter.cpp185 const llvm_3_2::ValueEnumerator::TypeList &TypeList = VE.getTypes(); in WriteTypeTable()
190 uint64_t NumBits = Log2_32_Ceil(VE.getTypes().size()+1); in WriteTypeTable()
1613 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1633 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1686 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java521 String typePrefix = getPrefix(fullSchema.getTypes(i).getSchemaType()); in getSchema()
527 fullSchema.getTypes(i).toBuilder(); in getSchema()
550 responseBuilder.setVersion(fullSchema.getTypes(i).getVersion()); in getSchema()
1590 String packageName = getPackageName(existingSchema.getTypes(i).getSchemaType()); in prunePackageData()
1592 newSchemaBuilder.addTypes(existingSchema.getTypes(i)); in prunePackageData()
1720 newSchema.getTypes(typeIdx).toBuilder(); in rewriteSchema()
1750 String schemaType = existingSchema.getTypes(i).getSchemaType(); in rewriteSchema()
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DRequiresPermissionChecker.java432 symbols.addAll(ASTHelpers.findSuperMethods(method, state.getTypes())); in parseRequiresPermissionRecursively()
444 for (MethodSymbol symbol : ASTHelpers.findSuperMethods(method, state.getTypes())) { in isSuppressedRecursively()
/frameworks/rs/script_api/
DGenerateDocumentation.cpp461 writeSummaryTables(&file, systemSpecification.getConstants(), systemSpecification.getTypes(), in generateAlphabeticalIndex()
464 writeSummaryTables(&file, systemSpecification.getConstants(), systemSpecification.getTypes(), in generateAlphabeticalIndex()
DGenerateRSFunctionsList.cpp63 const auto& types = systemSpecification.getTypes(); in findSubstitute()
DSpecification.h604 const std::map<std::string, Type*>& getTypes() const { return mTypes; } in getTypes() function
/frameworks/base/tools/aapt/
DResourceTable.cpp1915 sp<Type> t = p->getTypes().valueFor(type); in startBag()
2008 sp<Type> t = p->getTypes().valueFor(type); in hasBagOrEntry()
2034 sp<Type> t = p->getTypes().valueFor(type); in hasBagOrEntry()
2073 sp<Type> t = p->getTypes().valueFor(type); in appendComment()
2096 sp<Type> t = p->getTypes().valueFor(type); in appendTypeComment()
2228 sp<Type> t = p->getTypes().valueFor(type); in getResId()
2235 t = p->getTypes().valueFor(String16(kAttrPrivateType)); in getResId()
2375 sp<Type> t = p->getTypes().valueFor(type); in getCustomResource()
2382 t = p->getTypes().valueFor(String16(kAttrPrivateType)); in getCustomResource()
2585 if (p == NULL || p->getTypes().size() == 0) { in assignResourceIds()
[all …]
DResourceTable.h557 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; } in getTypes() function
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java122 assertEquals(systemBars(), mController.getTypes()); in testGetters()

12