/aosp14/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()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationControlRunner.java | 36 @InsetsType int getTypes(); in getTypes() method 70 return (getTypes() & type) != 0; in controlsType()
|
H A D | InsetsAnimationThreadControlRunner.java | 77 "InsetsAsyncAnimation: " + WindowInsets.Type.toString(runner.getTypes()), 78 runner.getTypes()); 152 public int getTypes() { in getTypes() method in InsetsAnimationThreadControlRunner 153 return mControl.getTypes(); in getTypes()
|
H A D | WindowInsetsAnimationController.java | 104 @InsetsType int getTypes(); in getTypes() method
|
H A D | InsetsResizeAnimationRunner.java | 75 public int getTypes() { in getTypes() method in InsetsResizeAnimationRunner
|
H A D | InsetsController.java | 1545 if ((control.getTypes() & types) != 0) { in cancelExistingControllers() 1569 setRequestedVisibleTypes(shown ? runner.getTypes() : 0, runner.getTypes()); in notifyFinished() 1627 control.getTypes(), control.getAnimationType(), mHost.getRootViewTitle())); in cancelAnimation() 1634 removedTypes = control.getTypes(); in cancelAnimation()
|
H A D | InsetsAnimationControlImpl.java | 215 @InsetsType public int getTypes() { in getTypes() method in InsetsAnimationControlImpl
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationListenersTest.java | 224 assertThat(mListeners.getNotificationListenerFilter(Pair.create(mCn1, 0)).getTypes()) in validateListenersFromXml() 230 assertThat(mListeners.getNotificationListenerFilter(Pair.create(mCn2, 10)).getTypes()) in validateListenersFromXml() 250 assertThat(mListeners.getNotificationListenerFilter(Pair.create(mCn2, 10)).getTypes()) in testOnUserRemoved() 292 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata() 308 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata_namesNotNumbers() 323 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata_onlyOneListed() 338 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata_disabledTypes() 354 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata_disabledTypes_mixedText() 370 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithMetadata_metaDataDisagrees() 385 Pair.create(si.getComponentName(), 0)).getTypes()) in testEnsureFilters_newServiceWithEmptyMetadata() [all …]
|
H A D | NotificationManagerServiceTest.java | 10516 captor.getValue().getTypes()); 10549 captor.getValue().getTypes()); 10576 assertEquals(FLAG_FILTER_TYPE_ONGOING, captor.getValue().getTypes()); 10599 assertEquals(FLAG_FILTER_TYPE_CONVERSATIONS, captor.getValue().getTypes()); 10623 assertEquals(FLAG_FILTER_TYPE_ONGOING, captor.getValue().getTypes());
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerFilter.java | 93 public int getTypes() { in getTypes() method in NotificationListenerFilter
|
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
H A D | RequiresPermissionChecker.java | 437 symbols.addAll(ASTHelpers.findSuperMethods(method, state.getTypes())); in parseRequiresPermissionRecursively() 449 for (MethodSymbol symbol : ASTHelpers.findSuperMethods(method, state.getTypes())) { in isSuppressedRecursively()
|
/aosp14/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() 2584 if (p == NULL || p->getTypes().size() == 0) { in assignResourceIds() 2712 if (p->getTypes().size() == 0) { in addSymbols() 2907 if (p->getTypes().size() == 0) { in flatten() 3004 if (p->getTypes().size() == 0) { in flatten() [all …]
|
H A D | ResourceTable.h | 557 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; } in getTypes() function
|
H A D | Resource.cpp | 789 sp<ResourceTable::Type> type = pkg->getTypes().valueFor(typeStr); in findEntry()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsAnimationControlImplTest.java | 133 assertEquals(systemBars(), mController.getTypes()); in testGetters()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 11236 XmlUtils.writeIntAttribute(out, ATT_TYPES, nlf.getTypes()); 11298 nlf.setTypes(nlf.getTypes() & ~neverBridge);
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16568 HSPLandroid/view/InsetsAnimationControlImpl;->getTypes()I 16599 HSPLandroid/view/InsetsAnimationThreadControlRunner;->getTypes()I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16632 HSPLandroid/view/InsetsAnimationControlImpl;->getTypes()I 16663 HSPLandroid/view/InsetsAnimationThreadControlRunner;->getTypes()I
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 53889 method public int getTypes();
|