/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationListenersTest.java | 137 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 …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/service/notification/ |
H A D | NotificationListenerFilterTest.java | 46 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()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationThreadControlRunner.java | 76 "InsetsAsyncAnimation: " + WindowInsets.Type.toString(runner.getTypes()), 77 runner.getTypes()); 145 public int getTypes() { in getTypes() method in InsetsAnimationThreadControlRunner 146 return mControl.getTypes(); in getTypes()
|
H A D | InsetsAnimationControlRunner.java | 35 @InsetsType int getTypes(); in getTypes() method 69 return InsetsState.toInternalType(getTypes()).contains(type); in controlsInternalType()
|
H A D | WindowInsetsAnimationController.java | 104 @InsetsType int getTypes(); in getTypes() method
|
H A D | InsetsController.java | 1243 if ((control.getTypes() & types) != 0) { in cancelExistingControllers() 1275 showDirectly(runner.getTypes(), true /* fromIme */); in notifyFinished() 1277 hideDirectly(runner.getTypes(), true /* animationFinished */, in notifyFinished() 1303 control.getTypes(), control.getAnimationType())); in cancelAnimation() 1312 ArraySet<Integer> types = toInternalType(control.getTypes()); in cancelAnimation()
|
H A D | InsetsResizeAnimationRunner.java | 75 public int getTypes() { in getTypes() method in InsetsResizeAnimationRunner
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/ |
H A D | TypeFilterPreferenceController.java | 109 int newFilter = mNlf.getTypes(); in onPreferenceChange() 125 check.setChecked(hasFlag(mNlf.getTypes(), getType())); in updateState()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/burst/ |
H A D | BurstResult.java | 41 public Set<String> getTypes(); in getTypes() method
|
H A D | BurstResultsSaver.java | 105 for (String artifactType : burstResult.getTypes()) { in saveBurstResultsInBackground()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
H A D | ShadowAuthenticationHelper.java | 73 public static String[] getTypes() { in getTypes() method in ShadowAuthenticationHelper
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerFilter.java | 93 public int getTypes() { in getTypes() method in NotificationListenerFilter
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/applications/specialaccess/notificationaccess/ |
H A D | TypeFilterPreferenceControllerTest.java | 243 assertThat(captor.getValue().getTypes()).isEqualTo(FLAG_FILTER_TYPE_CONVERSATIONS in onPreferenceChange_true() 261 assertThat(captor.getValue().getTypes()).isEqualTo(FLAG_FILTER_TYPE_CONVERSATIONS in onPreferenceChange_false()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | ApnConfigTypeRepository.java | 51 public Collection<ApnConfigType> getTypes() { in getTypes() method in ApnConfigTypeRepository
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/ |
H A D | AppSearchImpl.java | 530 String typePrefix = getPrefix(fullSchema.getTypes(i).getSchemaType()); in getSchema() 536 fullSchema.getTypes(i).toBuilder(); in getSchema() 559 responseBuilder.setVersion(fullSchema.getTypes(i).getVersion()); in getSchema() 1625 String packageName = getPackageName(existingSchema.getTypes(i).getSchemaType()); in prunePackageData() 1627 newSchemaBuilder.addTypes(existingSchema.getTypes(i)); in prunePackageData() 1755 newSchema.getTypes(typeIdx).toBuilder(); in rewriteSchema() 1785 String schemaType = existingSchema.getTypes(i).getSchemaType(); in rewriteSchema()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9/ |
H A D | ValueEnumerator.h | 155 const TypeList &getTypes() const { return Types; } in getTypes() function
|
H A D | BitcodeWriter.cpp | 161 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()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | ValueEnumerator.h | 155 const TypeList &getTypes() const { return Types; } in getTypes() function
|
H A D | BitcodeWriter.cpp | 185 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()
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | ValueEnumerator.h | 158 const TypeList &getTypes() const { return Types; } in getTypes() function
|
H A D | BitcodeWriter.cpp | 185 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()
|
/aosp12/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
H A D | RequiresPermissionChecker.java | 432 symbols.addAll(ASTHelpers.findSuperMethods(method, state.getTypes())); in parseRequiresPermissionRecursively() 444 for (MethodSymbol symbol : ASTHelpers.findSuperMethods(method, state.getTypes())) { in isSuppressedRecursively()
|
/aosp12/frameworks/rs/script_api/ |
H A D | GenerateDocumentation.cpp | 461 writeSummaryTables(&file, systemSpecification.getConstants(), systemSpecification.getTypes(), in generateAlphabeticalIndex() 464 writeSummaryTables(&file, systemSpecification.getConstants(), systemSpecification.getTypes(), in generateAlphabeticalIndex()
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | ResourceTable.cpp | 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() 2375 sp<Type> t = p->getTypes().valueFor(type); in getCustomResource() 2585 if (p == NULL || p->getTypes().size() == 0) { in assignResourceIds() 2713 if (p->getTypes().size() == 0) { in addSymbols() 2908 if (p->getTypes().size() == 0) { in flatten() 3013 if (p->getTypes().size() == 0) { in flatten() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsAnimationControlImplTest.java | 122 assertEquals(systemBars(), mController.getTypes()); in testGetters()
|