/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/repository/ |
D | InstalledTilesComponentRepositoryImplTest.kt | 101 matchFlags(), in <lambda>() 130 matchFlags(), in <lambda>() 152 matchFlags(), in <lambda>() 175 matchFlags(), in <lambda>() 216 matchFlags(), in <lambda>() 224 matchFlags(), in <lambda>() 262 matchFlags(), in <lambda>() 288 private fun matchFlags() = in <lambda>() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | CrossProfileIntentResolverEngine.java | 390 String pkgName, boolean allowDynamicSplits, long matchFlags, int userId, in combineFilterAndCreateQueryActivitiesResponse() argument 420 matchFlags, candidates, crossProfileCandidates, userId, in combineFilterAndCreateQueryActivitiesResponse() 452 Intent intent, long matchFlags, List<ResolveInfo> candidates, in filterCandidatesWithDomainPreferredActivitiesLPr() argument 464 filterCandidatesWithDomainPreferredActivitiesLPrBody(computer, intent, matchFlags, in filterCandidatesWithDomainPreferredActivitiesLPr() 493 Computer computer, Intent intent, long matchFlags, List<ResolveInfo> candidates, in filterCandidatesWithDomainPreferredActivitiesLPrBody() argument 547 if (!DomainVerificationUtils.isDomainVerificationIntent(intent, matchFlags)) { in filterCandidatesWithDomainPreferredActivitiesLPrBody() 552 intent, matchFlags, categorizeResolveInfoByTargetUser, userId, in filterCandidatesWithDomainPreferredActivitiesLPrBody() 566 intent, matchFlags, categorizeResolveInfoByTargetUser, userId, in filterCandidatesWithDomainPreferredActivitiesLPrBody() 574 intent, matchFlags, categorizeResolveInfoByTargetUser, userId, in filterCandidatesWithDomainPreferredActivitiesLPrBody() 584 if ((matchFlags & MATCH_ALL) != 0) { in filterCandidatesWithDomainPreferredActivitiesLPrBody()
|
D | ShortcutPackage.java | 1769 public void dumpShortcuts(@NonNull PrintWriter pw, int matchFlags) { in dumpShortcuts() argument 1770 final boolean matchDynamic = (matchFlags & ShortcutManager.FLAG_MATCH_DYNAMIC) != 0; in dumpShortcuts() 1771 final boolean matchPinned = (matchFlags & ShortcutManager.FLAG_MATCH_PINNED) != 0; in dumpShortcuts() 1772 final boolean matchManifest = (matchFlags & ShortcutManager.FLAG_MATCH_MANIFEST) != 0; in dumpShortcuts() 1773 final boolean matchCached = (matchFlags & ShortcutManager.FLAG_MATCH_CACHED) != 0; in dumpShortcuts()
|
D | ShortcutService.java | 2557 @ShortcutManager.ShortcutMatchFlags int matchFlags, @UserIdInt int userId) { 2561 final boolean matchDynamic = (matchFlags & ShortcutManager.FLAG_MATCH_DYNAMIC) != 0; 2562 final boolean matchPinned = (matchFlags & ShortcutManager.FLAG_MATCH_PINNED) != 0; 2563 final boolean matchManifest = (matchFlags & ShortcutManager.FLAG_MATCH_MANIFEST) != 0; 2564 final boolean matchCached = (matchFlags & ShortcutManager.FLAG_MATCH_CACHED) != 0;
|
/frameworks/av/media/libaudiohal/impl/ |
D | Hal2AidlMapper.cpp | 376 AudioIoFlags matchFlags = flags.value(); in findOrCreateMixPortConfig() local 377 auto portsIt = findPort(config, matchFlags, destinationPortIds); in findOrCreateMixPortConfig() 378 while (portsIt == mPorts.end() && matchFlags.getTag() == AudioIoFlags::Tag::input in findOrCreateMixPortConfig() 381 matchFlags.get<AudioIoFlags::Tag::input>(), *optionalInputFlagsIt)) { in findOrCreateMixPortConfig() 385 matchFlags.set<AudioIoFlags::Tag::input>(matchFlags.get<AudioIoFlags::Tag::input>() & in findOrCreateMixPortConfig() 387 portsIt = findPort(config, matchFlags, destinationPortIds); in findOrCreateMixPortConfig() 391 matchFlags.toString().c_str()); in findOrCreateMixPortConfig() 395 __func__, config.toString().c_str(), matchFlags.toString().c_str(), in findOrCreateMixPortConfig() 404 if (matchFlags.getTag() == AudioIoFlags::Tag::input in findOrCreateMixPortConfig()
|
/frameworks/base/core/java/android/content/pm/ |
D | IShortcutService.aidl | 79 ParceledListSlice getShortcuts(String packageName, int matchFlags, int userId); in getShortcuts() argument
|
D | ShortcutManager.java | 217 public List<ShortcutInfo> getShortcuts(@ShortcutMatchFlags int matchFlags) { in getShortcuts() argument 219 return mService.getShortcuts(mContext.getPackageName(), matchFlags, in getShortcuts()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ContentProviderHelper.java | 1393 final int matchFlags = in installEncryptionUnawareProviders() local 1411 .getPackageInfo(pkgName, matchFlags, app.userId); in installEncryptionUnawareProviders()
|
D | UserController.java | 3932 void startPersistentApps(int matchFlags) { 3933 mService.startPersistentApps(matchFlags);
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 899 ParceledListSlice queryIntentComponentsForIntentSender(in IIntentSender sender, int matchFlags); in queryIntentComponentsForIntentSender() argument
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |