HomeSort by relevance Sort by last modified time
    Searched refs:queryIntentServicesAsUser (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wrapper/
PackageManagerWrapper.java 126 * Calls {@code PackageManager.queryIntentServicesAsUser}
128 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int i, int user) {
129 return mPm.queryIntentServicesAsUser(intent, i, user);
  /frameworks/base/core/java/android/content/pm/
AppsQueryHelper.java 137 final List<ResolveInfo> resolveInfos = queryIntentServicesAsUser(
194 protected List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int userId) {
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintServiceRecommendationService.java 85 .queryIntentServicesAsUser(new Intent(
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationAssistantsTest.java 93 when(mPm.queryIntentServicesAsUser(any(), anyInt(), anyInt()))
  /packages/apps/Settings/src/com/android/settings/utils/
ZenServiceListing.java 98 List<ResolveInfo> installedServices = pm.queryIntentServicesAsUser(
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallScreeningServiceFilterTest.java 119 when(mPackageManager.queryIntentServicesAsUser(nullable(Intent.class), anyInt(), anyInt()))
139 when(mPackageManager.queryIntentServicesAsUser(nullable(Intent.class), anyInt(), anyInt()))
InCallControllerTests.java 223 verify(mMockPackageManager, times(4)).queryIntentServicesAsUser(
280 verify(mMockPackageManager, times(4)).queryIntentServicesAsUser(
347 verify(mMockPackageManager, times(4)).queryIntentServicesAsUser(
417 verify(mMockPackageManager, times(4)).queryIntentServicesAsUser(
560 }).when(mMockPackageManager).queryIntentServicesAsUser(
ComponentContextFixture.java 462 }).when(mPackageManager).queryIntentServicesAsUser((Intent) any(), anyInt(), anyInt());
  /frameworks/base/services/core/java/com/android/server/
ServiceWatcher.java 189 return mPm.queryIntentServicesAsUser(intent, flags, mCurrentUserId).isEmpty();
208 final List<ResolveInfo> rInfos = mPm.queryIntentServicesAsUser(intent,
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppsQueryHelperTests.java 149 protected List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int userId) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ServiceListing.java 132 List<ResolveInfo> installedServices = pmWrapper.queryIntentServicesAsUser(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
TileQueryHelper.java 121 List<ResolveInfo> services = pm.queryIntentServicesAsUser(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServiceManager.java 258 List<ResolveInfo> services = pm.queryIntentServicesAsUser(
  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderWatcher.java 117 for (ResolveInfo resolveInfo : mPackageManager.queryIntentServicesAsUser(
  /frameworks/base/services/core/java/com/android/server/tv/
TvRemoteProviderWatcher.java 112 for (ResolveInfo resolveInfo : mPackageManager.queryIntentServicesAsUser(
  /frameworks/base/services/core/java/com/android/server/vr/
EnabledComponentsObserver.java 256 List<ResolveInfo> installedServices = pm.queryIntentServicesAsUser(
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
CallScreeningServiceFilter.java 213 List<ResolveInfo> entries = mContext.getPackageManager().queryIntentServicesAsUser(
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 228 List<ResolveInfo> resolvedServices = new ArrayList<>(pm.queryIntentServicesAsUser(
232 List<ResolveInfo> resolvedOffHostServices = pm.queryIntentServicesAsUser(
  /frameworks/base/services/core/java/com/android/server/search/
SearchManagerService.java 282 List<ResolveInfo> infoListVis = pm.queryIntentServicesAsUser(intentAssistProbe,
  /frameworks/base/services/backup/java/com/android/server/backup/
TransportManager.java 542 mPackageManager.queryIntentServicesAsUser(intent, 0, UserHandle.USER_SYSTEM);
  /frameworks/base/services/tests/servicestests/src/com/android/server/backup/testutils/
PackageManagerStub.java 451 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) {
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePackageManager.java 447 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) {
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 127 pm.queryIntentServicesAsUser(intent, PackageManager.GET_META_DATA, profileId);
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 459 mContext.getPackageManager().queryIntentServicesAsUser(
531 mContext.getPackageManager().queryIntentServicesAsUser(
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsResolverTest.java     [all...]

Completed in 510 milliseconds

1 2 3